coreboot-kgpe-d16/src
Aaron Durbin 0b418bd287 lib/cbfs: deserialize cbfs_stage objects correctly
cbfstool emits cbfs_stage objects in little endian encoding.
However, big endian targets then read the wrong values from
these objects. To maintain backwards compatibility with existing
cbfs objects add in the little endian deserialization.

Change-Id: Ia113f7ddfa93f0ba5a76e0397f06f9b84c833727
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46227
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Marty E. Plummer <hanetzer@startmail.com>
2020-10-13 08:28:14 +00:00
..
acpi acpi: Add SSDT pstate helper functions 2020-09-22 16:06:34 +00:00
arch arch/x86/smbios: Update SMBIOS type 0 ec version 2020-10-12 08:42:57 +00:00
commonlib src/commonlib: Drop unneeded empty lines 2020-09-21 15:53:25 +00:00
console src/console: Drop unneeded empty lines 2020-09-21 15:52:42 +00:00
cpu cpu/qemu-x86/cache_as_ram_bootblock: Fix wrong instruction 2020-10-12 14:42:45 +00:00
device pci_device: Add a helper function for determining if PCI device is wake source 2020-10-11 02:13:17 +00:00
drivers drivers/i2c/nct7802y: Configure remote diodes and local sensor 2020-10-11 11:24:19 +00:00
ec ec/kontron/kempld: Reflow long lines 2020-10-11 11:19:07 +00:00
include include/acpi/acpi.h: Introduce ACPI_DSDT_REV_2 macro 2020-10-13 05:46:32 +00:00
lib lib/cbfs: deserialize cbfs_stage objects correctly 2020-10-13 08:28:14 +00:00
mainboard mb/google/puff/var/dooly: Update devicetree for audio and display configuration 2020-10-13 06:12:06 +00:00
northbridge nb/intel/i945/acpi: Convert i945.asl to ASL 2.0 syntax 2020-10-12 14:41:54 +00:00
security security/intel/txt: Add and use DPR register layout 2020-10-12 08:52:58 +00:00
soc soc/intel: Configure PAVP at compile-time 2020-10-12 23:11:04 +00:00
southbridge sb/intel/i82801gx/acpi: Convert *.asl to ASL 2.0 syntax 2020-10-12 14:41:51 +00:00
superio superio/smsc/sch5147/acpi: Convert superio.asl to ASL 2.0 syntax 2020-10-12 14:40:30 +00:00
vendorcode vendorcode/intel/fsp: Update Tiger Lake FSP Headers for FSP v3373 2020-10-12 15:33:26 +00:00
Kconfig sconfig: Allow chipset to provide a base devicetree 2020-10-09 23:25:46 +00:00