diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-01-06 14:09:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-14 19:42:59 +0000 |
commit | 3ef017c4d4975aa055f8be3dc8a5cf37250f88e2 (patch) | |
tree | fad2ce191d02d41f1517f7d90212c9933d9c9ac7 /src/Kconfig | |
parent | 3d3152eec7efe9bf02499c42b92b4ad22bd7fd4e (diff) |
[RFC]util/checklist: Remove this functionality
It was only hooked up for galileo board when using the obsolete
FSP1.1. I don't see how it can be useful...
Change-Id: Ifd7cbd664cfa3b729a11c885134fd9b5de62a96c
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30691
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/Kconfig b/src/Kconfig index 8de9dafe25..a069f63e4e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1091,36 +1091,6 @@ config MAX_REBOOT_CNT with the normal image enabled before assuming the normal image is defective and switching to the fallback image. -config CREATE_BOARD_CHECKLIST - bool - default n - help - When selected, creates a webpage showing the implementation status for - the board. Routines highlighted in green are complete, yellow are - optional and red are required and must be implemented. A table is - produced for each stage of the boot process except the bootblock. The - red items may be used as an implementation checklist for the board. - -config MAKE_CHECKLIST_PUBLIC - bool - default n - help - When selected, build/$(CONFIG_MAINBOARD_PART_NUMBER)_checklist.html - is copied into the Documentation/$(CONFIG_MAINBOARD_VENDOR)/Board - directory. - -config CHECKLIST_DATA_FILE_LOCATION - string - help - Location of the <stage>_complete.dat and <stage>_optional.dat files - that are consumed during checklist processing. <stage>_complete.dat - contains the symbols that are expected to be in the resulting image. - <stage>_optional.dat is a subset of <stage>_complete.dat and contains - a list of weak symbols which the resulting image may consume. Other - symbols contained only in <stage>_complete.dat will be flagged as - required and not implemented if a weak implementation is found in the - resulting image. - config UNCOMPRESSED_RAMSTAGE bool |