coreboot-kgpe-d16/src/vendorcode
Lennart Eichhorn 182e56964e vc/amd/psp: Remove unknown section flags
The `d` flag used in .section is unknown in LLVM/clang 17 and fails
the build. It is also not documented in the ARM compiler manual.
The GNU assembler supports the `d` flag but it also seems to compile
without.

ARM compiler manual: https://developer.arm.com/documentation/101754/0621/armclang-Reference/armclang-Integrated-Assembler/Section-directives
GNU compiler manual: https://sourceware.org/binutils/docs/as/Section.html

`coreboot.rom` does not change between compiling a google skyrim board
with or without this patch. However the debug info for the following
three files in the build directory changes with this patch:
* build/verstage/vendorcode/amd/fsp/mendocino/bl_uapp/bl_uapp_end.o
* build/cbfs/fallback/verstage.elf
* build/cbfs/fallback/verstage.debug

Change-Id: Ie3735b72349b0cfdd27364a39bcdda390af7bfa5
Signed-off-by: Lennart Eichhorn <lennarteichhorn@googlemail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79366
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-01-17 16:03:54 +00:00
..
amd vc/amd/psp: Remove unknown section flags 2024-01-17 16:03:54 +00:00
cavium vendorcode/cavium: Use C99 flexible arrays 2023-08-08 16:01:08 +00:00
eltan Allow to build romstage sources inside the bootblock 2023-11-09 13:20:18 +00:00
google vc/google: Show different logos for different ChromeOS devices 2024-01-11 03:54:42 +00:00
intel vc/intel/fsp/mtl: Update header files from 3424_88 to 3471.85 2024-01-07 05:35:33 +00:00
mediatek vendorcode/mediatek/mt8195: Fix set but unused variables 2023-05-13 17:19:53 +00:00
siemens vc/siemens: Only add the include path for hwlib when needed 2023-08-26 21:13:50 +00:00
wuffs lib/jpeg: Replace decoder with Wuffs' implementation 2023-12-13 16:17:34 +00:00
Makefile.inc
README.md

The files in the coreboot src/vendorcode subdirectory are supplied by various hardware and software vendors to support their platforms. While these directories and files are a part of the coreboot project, their licenses, coding styles, and maintenance may be significantly different than the rest of the coreboot codebase.

By contributing these directories and files to the coreboot codebase, the authors and copyright holders have agreed to the use and modification of these files by the coreboot community, however the final ownership and responsibility still remains with the company that contributed the files.

The ideal goal would be to properly integrate these files into coreboot proper. But such undertakings should be coordinated with the owners. Community modification should in general be limited to fixing issues and adding functionality.

Licenses for the files were determined by the copyright holder when the files were contributed. All files here must have an open source license compatible with coreboot's GPL v2.