mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
is a base change to make the whole linuxbios.rom a lar file. * fix a whole lot of lar bugs (that never showed up in production yet) * add proper option parsing to lar * add verbose option * add option to automatically pad lar archive to a certain size * add proper file handling (specifying a directory will now pack all files in that directory into the lar, instead of a 4k dummy file) * catch lots of user errors, less implicit assumptions * merge all header files into lib.h (except lar.h which is needed by other programs using the lar format). lib.h is still very small. * print errors to stderr * (slipped in) copy linuxbios.rom to bios.bin for qemu ;-) * adapt arch/x86/Makefile to use the new features. * set version to 0.9 * lots of security bugs fixed (thanks to Uwe!) * catch low memory conditions in strdup Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@234 f3766cd6-281f-0410-b1cd-43a5c92072e9 |
||
---|---|---|
.. | ||
archelfboot.c | ||
archtables.c | ||
cache_as_ram.S | ||
cachemain.c | ||
console.c | ||
init.S | ||
Kconfig | ||
ldscript.ld | ||
linuxbios_table.c | ||
macros.h | ||
Makefile | ||
mtrr.h | ||
pci_ops_auto.c | ||
pci_ops_conf1.c | ||
pci_ops_conf2.c | ||
pci_ops_mmconf.c | ||
reset.S | ||
serial.c | ||
stage0_i586.S | ||
udelay_io.c |