coreboot/src
Julius Werner 2b6da7f326 commonlib/stdlib.h: Remove printf() from coreboot
coreboot should not have a definition of printf() anywhere -- it's too
easy to accidentally sneak it into code otherwise. Where that is needed
in code shared with userspace utilities, we should instead use printk()
and define a shim for that for the userspace side.

Change-Id: Iaa459df7122c88beb56695eee7c252d90bbde861
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32857
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-05-23 08:42:57 +00:00
..
acpi
arch src/mainboard/google: Adopt Mainboards to changed Type41 Func 2019-05-23 08:14:44 +00:00
commonlib commonlib/stdlib.h: Remove printf() from coreboot 2019-05-23 08:42:57 +00:00
console post_code: add post code for hardware initialization failure 2019-05-22 17:44:53 +00:00
cpu {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling 2019-05-16 18:08:50 +00:00
device vboot: remove OPROM-related code 2019-05-15 17:50:08 +00:00
drivers post_code: add post code for video initialization failure 2019-05-22 17:45:11 +00:00
ec ec/google/wilco: set diagnostic LEDs on boot failure 2019-05-22 20:01:25 +00:00
include endian.h: Add be32dec/be32enc family of functions 2019-05-23 08:42:44 +00:00
lib post_code: add post code for failure to load next stage 2019-05-22 14:21:57 +00:00
mainboard src/mainboard/google: Adopt Mainboards to changed Type41 Func 2019-05-23 08:14:44 +00:00
northbridge post_code: add post code for invalid vendor binary 2019-05-22 16:53:19 +00:00
security post_code: add post code for failure to load next stage 2019-05-22 14:21:57 +00:00
soc post_code: add post code for hardware initialization failure 2019-05-22 17:44:53 +00:00
southbridge sb/amd/cimx/sb800: Get rid of power button device in coreboot 2019-05-20 14:43:44 +00:00
superio superio/ite: Add IT8786E-I 2019-05-15 17:45:41 +00:00
vendorcode binaryPI/00670F000: Remove AGESA.c file 2019-05-21 09:26:40 +00:00
Kconfig src/Kconfig: Move DRAM section to src/lib/Kconfig 2019-05-20 10:58:56 +00:00