coreboot/src
Maximilian Brune 07f0131116 arch/riscv: Remove opensbi submodule includes
Currently we include a header file from the opensbi submodule.
That causes some issues, since we merge outside code with our own.
Most recently there have been made attempts to make the coreboot
codebase C23 ready. The code that we include from opensbi however causes
the build to fail, since it is not C23 ready.

This patch effectivily detaches the coreboot codebase from the opensbi
codebase and just copies the structure and definitions that we need from
opensbi into coreboot.

Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Change-Id: I9d8f85ee805bbbf2627ef419685440b37c15f906
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83641
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-07-26 13:05:41 +00:00
..
acpi acpi,soc: use is_domain0 function 2024-07-25 22:54:43 +00:00
arch arch/riscv: Remove opensbi submodule includes 2024-07-26 13:05:41 +00:00
commonlib commonlib/device_tree.c: Add read reg property helper 2024-07-26 11:06:29 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu cpu/intel: Add socket types 2024-07-19 12:35:09 +00:00
device device: move is_domain0 and is_dev_on_domain0 to common code 2024-07-25 22:54:21 +00:00
drivers drivers/pc80/rtc/mc146818rtc: Add assertion of bank selection for AMD 2024-07-23 07:54:39 +00:00
ec ec/google/chromeec: Drop 'choice' selections for EC and PD firmware 2024-07-26 02:58:41 +00:00
include device: move is_domain0 and is_dev_on_domain0 to common code 2024-07-25 22:54:21 +00:00
lib lib/smbios: Create SMBIOS type 4 entry 2024-07-22 22:30:47 +00:00
mainboard mb/intel/beechnutcity_crb: Update SMBIOS info for type 0,1,2,3 2024-07-26 11:05:10 +00:00
northbridge arch/x86/Makefile.mk: Remove obsolete romcc reference 2024-07-24 00:28:59 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security security/vboot: Introduce vbnv_platform_init_cmos() 2024-07-19 00:40:21 +00:00
soc soc/intel/xeon_sp/gnr: Add dimm_slot configuration 2024-07-26 11:04:54 +00:00
southbridge soc/intel: Extend CSE RW Update and ME read access for payload sync 2024-07-11 15:24:07 +00:00
superio superio/ite: Enable common driver for GPIO and LED configuration 2024-07-19 14:35:38 +00:00
vendorcode vc/google/chromeos: Add configurable compression for logo file in cbfs 2024-07-22 14:03:41 +00:00
Kconfig Kconfig: Update FW_CONFIG Kconfig options 2024-06-25 08:12:58 +00:00