coreboot/include
Carl-Daniel Hailfinger 24d743968a Print name of compression algorithm in addition to the corresponding
number during boot.
Convert process_file() to use enum compalgo instead of hardcoded 
"1","2","3" and change the control structure from a series of if() 
statements to a switch() statement.

Uppercasing enum compalgo also found a name clash between NONE as 
compression algo and NONE as operation mode of util/lar.

Compile and boot tested on Qemu.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de> 


git-svn-id: svn://coreboot.org/repository/coreboot-v3@606 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-02-18 00:48:25 +00:00
..
arch/x86 Remove dead code protected by #if 0 since it appeared. 2008-02-15 23:58:09 +00:00
device This started out as a trivial change and turned into a big change. This 2008-02-16 04:13:44 +00:00
console.h Make printk() log to a buffer. 2008-02-13 15:48:37 +00:00
elf.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
elf_boot.h Use the same naming convention and placement for "include guards" in 2007-05-21 06:48:47 +00:00
ip_checksum.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
isa-dma.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
keyboard.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
lar.h Print name of compression algorithm in addition to the corresponding 2008-02-18 00:48:25 +00:00
lib.h V3 compilation errors: 2008-01-30 00:48:41 +00:00
mc146818rtc.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
post_code.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
shared.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
spd.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
spinlock.h Remove superfluous checks for boolean CONFIG_* variables where we tested 2008-02-14 22:34:40 +00:00
string.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
tables.h This set of changes creates irq tables for alix1c and adds the functions 2008-02-09 16:32:59 +00:00
uart8250.h Use the same naming convention and placement for "include guards" in 2007-05-21 06:48:47 +00:00