coreboot/src
Maximilian Brune e6cd4d242b src/sbom: Add code documentation + fix misspelling
Functionality wise nothing changed, except that the first misspellings
caused SBOM_BIOS_ACM_PATH and SBOM_SINIT_ACM_PATH to not work before.

- Fix misspelling of CONFIG_BIOS_ACM_PATH  -> CONFIG_SBOM_BIOS_ACM_PATH
- Fix misspelling of CONFIG_SINIT_ACM_PATH -> CONFIG_SBOM_SINIT_ACM_PATH
- Put SBOM_COMPILER_ handling into Kconfig instead of Makefile
- Reorder CONFIG_ paths (for readablity)
- Add in code comments (for readablity)

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: If67bc3bd0d330b9b5f083edc4d1697e92ace1ea0
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72379
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
2023-01-31 15:20:51 +00:00
..
acpi acpi/acpigen: factor out acpigen_write_processor_namestring 2023-01-28 18:50:10 +00:00
arch arch/x86/smbios.c: Add socket type for Intel SPR-SP 2023-01-30 01:44:51 +00:00
commonlib commonlib/storage: Add common eMMC functions 2023-01-16 00:33:11 +00:00
console lib: Hook up libhwbase in romstage 2022-12-17 20:51:38 +00:00
cpu treewide: Remove unused <cpu/amd/msr.h> 2023-01-09 21:17:08 +00:00
device device/Kconfig: Fix selection of software connection manager 2023-01-11 16:53:59 +00:00
drivers drivers/intel/fsp2_0: Simplify check for CONFIG_SAVE_MRC_AFTER_FSPS 2023-01-31 04:04:49 +00:00
ec ec/google/chrome-ec: Demote Vivaldi printk from error to info 2023-01-28 03:43:14 +00:00
include acpi/acpigen: factor out acpigen_write_processor_namestring 2023-01-28 18:50:10 +00:00
lib treewide: stop calling custom TPM log "TCPA" 2023-01-11 16:00:55 +00:00
mainboard mb/amd: Include <gpio.h> instead of <soc/gpio.h> 2023-01-31 04:03:33 +00:00
northbridge nb/intel/gm45: Add remaining raminit code to support DDR2 2023-01-26 13:40:58 +00:00
sbom src/sbom: Add code documentation + fix misspelling 2023-01-31 15:20:51 +00:00
security security/vboot: Check RW_NVRAM at buildtime 2023-01-13 08:25:33 +00:00
soc soc/intel/common/block: Add LPC BIOS decode lock 2023-01-31 15:19:45 +00:00
southbridge sb/amd/pi/hudson/Kconfig: Remove unused RAID_MISC_ROM_POSITION 2023-01-23 08:24:22 +00:00
superio {superio,ec}/acpi: Replace constant "Zero" with actual number 2022-12-27 09:06:29 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0: add SPR-SP FSP header files 2023-01-29 18:43:25 +00:00
Kconfig Kconfig: Add option to compress ramstage with LZ4 2023-01-08 01:20:15 +00:00