coreboot-kgpe-d16/src
Nico Huber d64f889972 mb/lenovo/*20*: Remove default FMAP
These boards don't need a default FMAP. Moreover, having a default FMAP
disables automatic integration of optional regions like `CONSOLE`.

Also, these files contain an error: `COREBOOT` isn't placed at the top
of the image. Resulting in default builds without a reset vector ;)

Change-Id: If6331e19955034c02828e88902a5934c34d3e784
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33110
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-05-30 14:57:59 +00:00
..
acpi
arch src/{include,arch,cpu,lib}: Add missing 'include <types.h>' 2019-05-29 20:27:18 +00:00
commonlib commonlib: fix typo LB_TAB_* (instead of LB_TAG_*) 2019-05-29 20:12:57 +00:00
console console: Move poor-man's atoi() into string.h 2019-05-23 08:43:12 +00:00
cpu src/{include,arch,cpu,lib}: Add missing 'include <types.h>' 2019-05-29 20:27:18 +00:00
device src/{device,drivers}: Add missing 'include <types.h>' 2019-05-29 20:27:52 +00:00
drivers src/{device,drivers}: Add missing 'include <types.h>' 2019-05-29 20:27:52 +00:00
ec src/{ec,vendorcode}: Add missing 'include <types.h> 2019-05-29 20:28:07 +00:00
include src/{include,arch,cpu,lib}: Add missing 'include <types.h>' 2019-05-29 20:27:18 +00:00
lib src/{include,arch,cpu,lib}: Add missing 'include <types.h>' 2019-05-29 20:27:18 +00:00
mainboard mb/lenovo/*20*: Remove default FMAP 2019-05-30 14:57:59 +00:00
northbridge src/northbridge: Add missing 'include <types.h>' 2019-05-29 20:28:27 +00:00
security post_code: add post code for failure to load next stage 2019-05-22 14:21:57 +00:00
soc soc/rockchip/rk3288: Disable bootblock console 2019-05-30 03:46:20 +00:00
southbridge src/southbridge: Add missing 'include <types.h>' 2019-05-29 20:28:41 +00:00
superio superio/fintek/f71863fg: Remove variable set but not used 2019-05-25 18:20:15 +00:00
vendorcode src/{ec,vendorcode}: Add missing 'include <types.h> 2019-05-29 20:28:07 +00:00
Kconfig src/Kconfig: Move DRAM section to src/lib/Kconfig 2019-05-20 10:58:56 +00:00