[coreboot] r3214 - trunk/payloads/coreinfo

svn at coreboot.org svn at coreboot.org
Fri Apr 4 15:28:10 CEST 2008


Author: uwe
Date: 2008-04-04 15:28:10 +0200 (Fri, 04 Apr 2008)
New Revision: 3214

Modified:
   trunk/payloads/coreinfo/Kconfig
Log:
Document a rough estimate of how much space in the ELF file each of the
coreinfo features / modules will consume (trivial).

The measurements were done with libpayload r3213 (but compiled with -Os),
and coreinfo r3211 (also compiled with -Os).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/payloads/coreinfo/Kconfig
===================================================================
--- trunk/payloads/coreinfo/Kconfig	2008-04-04 13:16:33 UTC (rev 3213)
+++ trunk/payloads/coreinfo/Kconfig	2008-04-04 13:28:10 UTC (rev 3214)
@@ -34,6 +34,8 @@
 	  Show the current date and time in the lower-right corner of
 	  the coreinfo menu.
 
+	  This option will increase the ELF file size by ca. 256 bytes.
+
 endmenu
 
 menu "Modules"
@@ -41,18 +43,26 @@
 config MODULE_COREBOOT
 	bool "Enable the coreboot module"
 	default y
+	help
+	  This option will increase the ELF file size by ca. 2250 bytes.
 
 config MODULE_CPUINFO
 	bool "Enable the cpuinfo module"
 	default y
+	help
+	  This option will increase the ELF file size by ca. 2650 bytes.
 
 config MODULE_PCI
 	bool "Enable the PCI info module"
 	default y
+	help
+	  This option will increase the ELF file size by ca. 1750 bytes.
 
 config MODULE_NVRAM
 	bool "Enable the NVRAM dump module"
 	default y
+	help
+	  This option will increase the ELF file size by ca. 150 bytes.
 
 endmenu
 





More information about the coreboot mailing list