coreboot/src
Denis 'GNUtoo' Carikli 378d04640d qemu-i440fx: Make it compile with CONFIG_DYNAMIC_CBMEM.
This commit was tested on qemu with and without CONFIG_DYNAMIC_CBMEM
  by running cmbmem -c once booted. The qemu command that was used was:
    qemu-system-i386 -bios ./build/coreboot.rom  -serial stdio -hda ../virt/parabola.img

Note that using CONFIG_RELOCATABLE_RAMSTAGE make it fails like that:
  Loading image.
  CBFS: Decompressing stage fallback/coreboot_ram @ 0x3ffbefc0 (184400 bytes)
  Loading module at 3ffbf000 with entry 3ffbf000. filesize: 0x18db8 memsize: 0x2c050
  Processing 1703 relocs with adjust value of 0x3ffbe000
  FATAL: Essential component is missing.
However without CONFIG_RELOCATABLE_RAMSTAGE set it boots fine.

Change-Id: I633a8c3832eee4e8bed244940fdc370b98dd26f0
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: http://review.coreboot.org/3504
Reviewed-by: Aaron Durbin <adurbin@google.com>
Tested-by: build bot (Jenkins)
2013-06-22 17:31:03 +02:00
..
arch ARM: Put the ROM stage into the image before other bits. 2013-06-10 17:52:15 +02:00
console usbdebug: Fix use without EARLY_CONSOLE 2013-06-07 09:50:12 +02:00
cpu Add initial support for DMP Vortex86EX CPU. 2013-06-20 19:14:44 +02:00
device pnp: Implement common handling for PnP config modes 2013-06-17 21:39:40 +02:00
drivers qemu: complete bochs dispi interface vga driver. 2013-06-19 02:00:08 +02:00
ec pnp: Unify some alignment to ease autogenerating patches 2013-06-17 18:11:35 +02:00
include pnp: Implement common handling for PnP config modes 2013-06-17 21:39:40 +02:00
lib Dynamic cbmem: don't compile src/lib/cbmem.c when dynamic cbmem is selected. 2013-06-21 19:29:52 +02:00
mainboard qemu-i440fx: Make it compile with CONFIG_DYNAMIC_CBMEM. 2013-06-22 17:31:03 +02:00
northbridge Add support to enable/disable builtin GbE 2013-06-21 19:36:55 +02:00
southbridge bd82x6x: Fix early EHCI BAR programming 2013-06-21 15:51:22 +02:00
superio winbond/w83627dhg: Correct resource setting for SPI (LDN6) 2013-06-18 19:15:12 +02:00
vendorcode fam15 vendorcode: Change license to BSD from AMD software license 2013-06-09 17:37:16 +02:00
Kconfig Yabel : Add tracing option needed by i915tool. 2013-06-04 22:57:26 +02:00