Page MenuHomeFreeBSD

Remove support for kernel.tramp and kernel.tramp.gz
ClosedPublic

Authored by imp on Jul 26 2019, 4:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 11:11 PM
Unknown Object (File)
Sat, Apr 20, 11:07 PM
Unknown Object (File)
Sat, Apr 20, 11:07 PM
Unknown Object (File)
Sat, Apr 20, 11:07 PM
Unknown Object (File)
Sat, Apr 20, 3:41 PM
Unknown Object (File)
Fri, Apr 19, 11:35 AM
Unknown Object (File)
Wed, Apr 17, 2:48 PM
Unknown Object (File)
Wed, Apr 10, 12:34 AM

Details

Summary

Nothing uses these anymore. They were for super small armv4 boards. Today, all
armv5 kernels boot via uboot which has its own compression scheme.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij added inline comments.
sys/conf/Makefile.arm
128 ↗(On Diff #60158)

Maybe unifdef -UKZIP and have elf_trampoline.c changed too?

sys/conf/Makefile.arm
128 ↗(On Diff #60158)

elf_trampoline.c should just be removed. With this change it will no longer be built.

sys/conf/Makefile.arm
91 ↗(On Diff #60158)

This reference to KERNPHYSADDR can go too, it doesn't show up in ldscript.arm so the subsitution is a no-op here. The subsitution for KERNVIRTADDR is still vaild though.

This revision is now accepted and ready to land.Jul 26 2019, 11:34 PM
sys/conf/Makefile.arm
128 ↗(On Diff #60158)

It looks sys/arm/arm/inckern.S is also no longer used with this removal.

This revision now requires review to proceed.Jul 27 2019, 5:43 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 27 2019, 5:24 PM
This revision was automatically updated to reflect the committed changes.