sb/intel/common/firmware: Ensure warning is put late
Change-Id: I400de0a622c2b45ea5ef1f1446f4f489ac397c32 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/28673 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
638bd13a65
commit
5ef3460d49
|
@ -23,7 +23,7 @@ ifeq ($(CONFIG_HAVE_INTEL_FIRMWARE),y)
|
||||||
ifeq ($(CONFIG_HAVE_IFD_BIN),y)
|
ifeq ($(CONFIG_HAVE_IFD_BIN),y)
|
||||||
INTERMEDIATE+=add_intel_firmware
|
INTERMEDIATE+=add_intel_firmware
|
||||||
else ifeq ($(CONFIG_INTEL_DESCRIPTOR_MODE_REQUIRED),y)
|
else ifeq ($(CONFIG_INTEL_DESCRIPTOR_MODE_REQUIRED),y)
|
||||||
INTERMEDIATE += warn_intel_firmware
|
files_added:: warn_intel_firmware
|
||||||
endif
|
endif
|
||||||
|
|
||||||
IFD_BIN_PATH := $(CONFIG_IFD_BIN_PATH)
|
IFD_BIN_PATH := $(CONFIG_IFD_BIN_PATH)
|
||||||
|
@ -89,7 +89,7 @@ endif
|
||||||
|
|
||||||
warn_intel_firmware:
|
warn_intel_firmware:
|
||||||
printf "\n\t** WARNING **\n"
|
printf "\n\t** WARNING **\n"
|
||||||
printf "coreboot will be built without an Intel Firmware Descriptor.\n"
|
printf "coreboot has been built without an Intel Firmware Descriptor.\n"
|
||||||
printf "Never write a complete coreboot.rom without an IFD to your\n"
|
printf "Never write a complete coreboot.rom without an IFD to your\n"
|
||||||
printf "board's flash chip! You can use flashrom's IFD or layout\n"
|
printf "board's flash chip! You can use flashrom's IFD or layout\n"
|
||||||
printf "parameters to flash only to the BIOS region.\n\n"
|
printf "parameters to flash only to the BIOS region.\n\n"
|
||||||
|
|
Loading…
Reference in New Issue