coreboot/src
Gabe Black 21ccb00f16 console: Make more consoles (including cbmem) work in the bootblock.
The cbmem console had been explicitly disabled in the bootblock because of
the complexity of handing off the console from the bootblock to the ROM stage.
The fixed cbmem location means no handoff is really necessary, so these can
be re-enabled.

Also include some other shared console drivers if they and bootblock console
have been enabled.

BUG=None
TEST=Built and booted on nyan and saw bootblock console output in cbmem. Built
for falco.
BRANCH=None

Change-Id: Iffe2747d6d526b58fabb0195f8744ae420f2e19d
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/193168
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
2014-04-10 06:05:06 +00:00
..
arch console: Make more consoles (including cbmem) work in the bootblock. 2014-04-10 06:05:06 +00:00
console console: Make more consoles (including cbmem) work in the bootblock. 2014-04-10 06:05:06 +00:00
cpu spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. 2014-04-01 23:21:22 +00:00
device Remove stale char[] initialization causing unaligned memory access 2014-03-14 03:44:47 +00:00
drivers i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
ec i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
include i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
lib console: Make more consoles (including cbmem) work in the bootblock. 2014-04-10 06:05:06 +00:00
mainboard i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
northbridge spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. 2014-04-01 23:21:22 +00:00
soc i2c: Replace the i2c API. 2014-04-10 06:05:01 +00:00
southbridge spi: Change spi_xfer to work in units of bytes instead of bits. 2014-04-02 04:25:16 +00:00
superio pnp: Allow setting of misc register 0xf4 in device tree 2013-12-20 00:37:38 +00:00
vendorcode tegra124: Skip display init when vboot says we don't need it. 2014-04-03 22:41:54 +00:00
Kconfig armv8: add support for armv8 cpu 2014-01-07 02:48:47 +00:00