coreboot-kgpe-d16/src
Stefan Reinauer d6865222c8 misc: 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 generic code pieces to use printk() on all
non-ROMCC boards.

Our two remaining ROMCC boards are fixed up in this commit:
bifferos/bifferboard and dmp/vortex86ex.

Change-Id: I16676eeabe5c892c8e3c9f3c0cd3bae2e8fd74b6
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/8115
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Andrew Wu <arw@dmp.com.tw>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
2015-01-09 06:12:22 +01:00
..
arch misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
console misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +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 misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
lib misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
mainboard misc: Drop print_ implementation from non-romcc boards 2015-01-09 06:12:22 +01:00
northbridge northbridge/intel/nehalem/raminit.c: Remove redundant function 2015-01-09 05:35:11 +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