Nothing uses these anymore. They were for super small armv4 boards. Today, all
armv5 kernels boot via uboot which has its own compression scheme.
Details
Details
- Reviewers
gonzo • ian - Commits
- rS350377: Remove support for kernel.tramp and kernel.tramp.gz
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |
sys/conf/Makefile.arm | ||
---|---|---|
128 ↗ | (On Diff #60158) | It looks sys/arm/arm/inckern.S is also no longer used with this removal. |