Module Name: src Committed By: nia Date: Tue Sep 7 11:41:32 UTC 2021
Modified Files: src/sys/arch/i386/stand/boot: boot2.c src/sys/arch/i386/stand/efiboot: boot.c efiboot.h src/sys/arch/i386/stand/pxeboot: main.c src/sys/lib/libsa: bootcfg.c bootcfg.h src/sys/stand/efiboot: boot.c efiboot.h Log Message: Remove banner printing code from bootloaders, add it to libsa. This harmonizes efiboot and the various x86 bootloaders to use shared code for printing the banner. By friendly coincidence, it also adds support for specifying 'banner=' in arm efiboot's boot.cfg, as on x86. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/i386/stand/boot/boot2.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/i386/stand/efiboot/boot.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/stand/efiboot/efiboot.h cvs rdiff -u -r1.31 -r1.32 src/sys/arch/i386/stand/pxeboot/main.c cvs rdiff -u -r1.6 -r1.7 src/sys/lib/libsa/bootcfg.c cvs rdiff -u -r1.4 -r1.5 src/sys/lib/libsa/bootcfg.h cvs rdiff -u -r1.35 -r1.36 src/sys/stand/efiboot/boot.c cvs rdiff -u -r1.15 -r1.16 src/sys/stand/efiboot/efiboot.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.