coreboot-kgpe-d16/src
Aaron Durbin fc7b953366 drivers/spi/spi_flash: remove spi flash names
The names of each spi flash cause quite a bit of bloat in the text
size of each stage/program. Remove the name entirely from spi flash
in order to reduce overhead. In order to pack space as closely as
possible the previous 32-bit id and mask were split into 2 16-bit
ids and masks.

On Chrome OS build of Aleena there's a savings of >2.21KiB in each
of verstage, romstage, and ramstage.

Change-Id: Ie98f7e1c7d116c5d7b4bf78605f62fee89dee0a5
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38380
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2020-01-28 14:44:37 +00:00
..
acpi src/acpi: Update license headers to SPDX 2020-01-02 14:49:00 +00:00
arch commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
commonlib commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
console console/post: NOPOST means NOPOST 2020-01-18 10:53:08 +00:00
cpu cpu/intel/model_6?x{slot_1}: Leave enabling CONFIG_SMP to the mainboard 2020-01-18 22:07:47 +00:00
device src/device: Update pci_class to PCI-SIG Specification 2020-01-10 10:55:49 +00:00
drivers drivers/spi/spi_flash: remove spi flash names 2020-01-28 14:44:37 +00:00
ec ec/google/wilco: add ec command set cpu id 2020-01-27 07:43:06 +00:00
include drivers/spi/spi_flash: remove spi flash names 2020-01-28 14:44:37 +00:00
lib commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
mainboard commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
northbridge nb/intel/sandybridge/raminit_common.h: add missing stdint.h include 2020-01-27 07:48:17 +00:00
security vboot: Remove hard dependency on MISSING_BOARD_RESET 2020-01-25 00:08:17 +00:00
soc drivers/spi/spi_flash: remove spi flash names 2020-01-28 14:44:37 +00:00
southbridge drivers/spi/spi_flash: remove spi flash names 2020-01-28 14:44:37 +00:00
superio superio/aspeed/ast2400: Fix Register Offset 2020-01-26 18:23:33 +00:00
vendorcode commonlib: Add commonlib/bsd 2020-01-28 06:36:13 +00:00
Kconfig src/Kconfig: Remove unused symbol 2020-01-27 07:41:39 +00:00