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
F86185274: D21072.id60198.diff
Sun, Jun 16, 5:02 PM
Unknown Object (File)
Thu, May 23, 7:59 PM
Unknown Object (File)
Tue, May 21, 10:14 PM
Unknown Object (File)
Mon, May 20, 2:58 AM
Unknown Object (File)
May 13 2024, 10:53 PM
Unknown Object (File)
May 8 2024, 8:15 PM
Unknown Object (File)
May 3 2024, 4:10 PM
Unknown Object (File)
May 2 2024, 3:05 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.