switch-coreboot/arch/x86
Carl-Daniel Hailfinger e1cbfaac02 CAR size and CAR base defines are scattered all over the place. Set them
centrally from Kconfig, but keep the Kconfig variables hidden.
That way, they are available everywhere, you don't have to try to guess
where they are set, and they come with help text if you look at
arch/x86/Kconfig.
No semantic changes, although some of the settings really could use an
overhaul.

This also is a requirement for my printk buffer patch.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@587 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-02-11 01:30:24 +00:00
..
geodelx This change moves the geodelxinit code from stage2 to stage1, which in 2008-02-04 16:16:16 +00:00
archelfboot.c Move include/console/console.h to include/console.h in order to 2007-05-05 20:18:28 +00:00
archtables.c This set of changes creates irq tables for alix1c and adds the functions 2008-02-09 16:32:59 +00:00
coreboot_table.c rename linuxbios_table.c 2008-01-28 17:50:56 +00:00
i8259.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
isa-dma.c Ron's arch code., slightly changed. Another one will follow 2007-06-27 21:01:01 +00:00
Kconfig CAR size and CAR base defines are scattered all over the place. Set them 2008-02-11 01:30:24 +00:00
keyboard.c The current parameter situation of post_code() is rather mixed between 2008-01-07 16:34:34 +00:00
ldscript.ld Cache the ROM to speed up stage2 and payload decompression. 2008-02-06 02:36:50 +00:00
macros.h Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
Makefile This set of changes creates irq tables for alix1c and adds the functions 2008-02-09 16:32:59 +00:00
mc146818rtc.c I found another bug in LAR handling of the option table by staring at 2008-02-10 16:44:32 +00:00
mtrr.h Use the same naming convention and placement for "include guards" in 2007-05-21 06:48:47 +00:00
pci_ops_auto.c The current parameter situation of post_code() is rather mixed between 2008-01-07 16:34:34 +00:00
pci_ops_conf1.c Constify structs which can be const. 2007-11-26 13:28:52 +00:00
pci_ops_conf2.c Constify structs which can be const. 2007-11-26 13:28:52 +00:00
pci_ops_mmconf.c Constify structs which can be const. 2007-11-26 13:28:52 +00:00
pirq_routing.c This set of changes creates irq tables for alix1c and adds the functions 2008-02-09 16:32:59 +00:00
post_code.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
serial.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
speaker.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00
stage0_i586.S CAR size and CAR base defines are scattered all over the place. Set them 2008-02-11 01:30:24 +00:00
stage1.c Add dump_mem_range to dump a memory range. 2008-02-11 00:41:17 +00:00
udelay_io.c Now version 3: LinuxBIOS -> coreboot rename. 2008-01-27 18:54:57 +00:00