coreboot-kgpe-d16/src
Stefan Reinauer 069f4766a0 mainboard: Drop print_ implementation from non-romcc boards
Because we had no stack on romcc boards, we had a separate, not as
powerful clone of printk: print_*. Back in the day, like more than
half a decade ago, we migrated a lot of boards to printk, but we never
cleaned up the existing code to be consistent. instead, we worked around
the problem with a very messy console.h (nowadays the mess is hidden in
romstage_console.c and early_print.h)
This patch cleans up the mainboard code to use printk() on all non-ROMCC
boards.

Change-Id: I2383f24343fc2041fef4af65d717d754ad58425e
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/8111
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
2015-01-06 20:16:47 +01:00
..
arch timestamps: Switch from tsc_t to uint64_t 2015-01-05 22:21:49 +01:00
console ipq8064: prepare UART driver for use in coreboot 2014-12-05 20:22:47 +01:00
cpu cpu: Drop print_ implementation from non-romcc boards 2015-01-06 20:16:20 +01:00
device doxygen fixes: fix parameter names to match the functions 2015-01-06 06:32:37 +01:00
drivers Revert "Re-factor 'to_flash_offset()' into 'spi_flash.h'" 2015-01-06 11:19:28 +01:00
ec chromeos: Unconditionally clear the EC recovery request 2014-12-30 23:30:52 +01:00
include cpu: Drop print_ implementation from non-romcc boards 2015-01-06 20:16:20 +01:00
lib doxygen fixes: change @var to @param var 2015-01-06 06:33:25 +01:00
mainboard mainboard: Drop print_ implementation from non-romcc boards 2015-01-06 20:16:47 +01:00
northbridge northbridge: Drop print_ implementation from non-romcc boards 2015-01-06 20:15:02 +01:00
soc broadwell: Use correct include file for console functions 2015-01-06 18:23:29 +01:00
southbridge southbridge: Drop print_ implementation from non-romcc boards 2015-01-06 20:15:20 +01:00
superio superio: Drop print_ implementation from non-romcc boards 2015-01-06 20:14:19 +01:00
vendorcode elog: Add function to log boot reason in ChromeOS case 2015-01-03 00:25:27 +01:00
Kconfig Allow RISCV to be compiled with ANY_TOOLCHAIN 2015-01-02 18:44:57 +01:00