coreboot-kgpe-d16/src/arch/i386/boot
Uwe Hermann 312673ca72 Improve coreboot build output and eliminate some warnings:
- Add static and const where possible.

 - Turn some #warning entries into TODO comments.

 - Add missing prototypes.

 - Remove unused variables.

 - Fix printf arguments or cast them as needed.

 - Make sconfig output look better. Drop useless "PARSED THE TREE" output.

 - Print "(this may take a while)" while building romcc. Add missing "\n".

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Myles Watosn <mylesgw@gmail.com>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4874 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2009-10-27 21:49:33 +00:00
..
acpi.c Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
acpigen.c Add const to get rid of some warnings when passing quoted strings. 2009-10-09 20:13:43 +00:00
boot.c Fix the bounce_size global so that the bounce buffer works with CBFS. 2009-09-23 20:32:21 +00:00
Config.lb CBMEM high table memory manager. 2009-10-26 17:04:28 +00:00
coreboot_table.c Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
coreboot_table.h Make all those locally used functions static instead of exporting them. (triv) 2009-08-27 11:23:06 +00:00
gdt.c Improve coreboot build output and eliminate some warnings: 2009-10-27 21:49:33 +00:00
Makefile.inc CBMEM high table memory manager. 2009-10-26 17:04:28 +00:00
multiboot.c encapsule mbi initialization in write_multiboot_table, where it belongs. (very 2009-05-26 14:37:17 +00:00
pirq_routing.c Add CONFIG_GENERATE_* for tables so that the user can select which tables not 2009-10-15 13:35:47 +00:00
tables.c Improve coreboot build output and eliminate some warnings: 2009-10-27 21:49:33 +00:00
wakeup.S Following patch flushes the instruction queue when we set PE=0. This is normally 2009-04-16 21:09:56 +00:00