coreboot/src
Peter Stuge eac991629f lenovo/x60: Move mainboard_enable() code into a mainboard_init()
mainboard_enable() is now modelled after google/parrot where the
enable function only sets dev->ops->init for the root device to
point to a mainboard_init() function, which in turn is called in a
later pass over the device tree to do the actual initialization.

Change-Id: Iaf9187532a1e432b991260201b95dda85cc312c5
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/3619
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2013-07-13 04:58:22 +02:00
..
arch Move the HAVE_ARCH_* config options from src/arch/x86 to src/. 2013-07-11 17:55:36 +02:00
console usbdebug: Move EHCI BAR relocation code 2013-07-10 23:24:20 +02:00
cpu cpu: Fix spelling 2013-07-11 22:36:59 +02:00
device device: Fix spelling 2013-07-10 20:17:25 +02:00
drivers parade: Add a driver for the parade ps8625. 2013-07-10 23:20:39 +02:00
ec chromeec: Add a function to send passthrough i2c messages. 2013-07-10 23:18:30 +02:00
include include: Fix spelling 2013-07-11 22:36:19 +02:00
lib usbdebug: Cleanup dbgp_ehci_info call 2013-07-11 21:23:40 +02:00
mainboard lenovo/x60: Move mainboard_enable() code into a mainboard_init() 2013-07-13 04:58:22 +02:00
northbridge Set PCI bus operations at buildtime for ramstage 2013-07-11 01:29:35 +02:00
southbridge src/southbridge/intel/{lynxpoint,bd82x6x}/spi.c: correct spelling of attempted 2013-07-12 01:01:35 +02:00
superio w83627hf/acpi: Fix endianess error in floppy drive enumeration code 2013-07-10 02:54:01 +02:00
vendorcode amd/agesa/f15/Lib/amdlib.c: Add missing breaks to switch statement 2013-06-28 01:35:20 +02:00
Kconfig Move the HAVE_ARCH_* config options from src/arch/x86 to src/. 2013-07-11 17:55:36 +02:00