coreboot/src
Krystian Hebel 3c75a8db35 commonlib/lz4_wrapper.c: do not use bitfields
Order of bits in bitfields is implementation-defined. This makes them
non-portable, especially across systems using different endianness.

This change removes bitfields and uses masking and shifting instead.

Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
Change-Id: Ief7d87ddb25c9baa931f27dbd54a4ca730b6ece7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55040
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2021-06-11 07:41:41 +00:00
..
acpi acpi: drop weak implementation of acpi_soc_get_bert_region 2021-06-08 18:25:20 +00:00
arch cpu/x86/lapic: Replace LOCAL_APIC_ADDR references 2021-06-11 07:11:43 +00:00
commonlib commonlib/lz4_wrapper.c: do not use bitfields 2021-06-11 07:41:41 +00:00
console tests/console: Add tests for log message routing behavior 2021-06-10 19:27:44 +00:00
cpu cpu/x86/lapic: Replace LOCAL_APIC_ADDR references 2021-06-11 07:11:43 +00:00
device device/pnp: Always provide pnp_unset_and_set_config 2021-06-10 05:38:13 +00:00
drivers drivers/intel/gma: Restructure IGD opregion init code 2021-06-11 07:38:13 +00:00
ec ec/google/chromeec: Separate SMBIOS SKU functions 2021-06-09 05:18:35 +00:00
include cpu/x86/lapic: Replace LOCAL_APIC_ADDR references 2021-06-11 07:11:43 +00:00
lib drivers/pc80/mc146818rtc: Check date and time for sanity 2021-05-30 20:28:14 +00:00
mainboard mb/google/guybrush: Add EC_HOST_EVENT_HANG_DETECT to wake mask 2021-06-11 07:37:02 +00:00
northbridge nb/haswell/gma: Add Desktop GT1.5 (HD 4400) Device ID 2021-06-10 05:37:51 +00:00
security security/vboot: Add support for ZTE spaces 2021-06-10 23:38:53 +00:00
soc soc/amd/stoneyridge: Set missing RTC offsets for day alarm and century 2021-06-11 07:37:43 +00:00
southbridge sb/intel/lynxpoint: Add SerialIO UART console support 2021-06-09 05:21:23 +00:00
superio src: Retype option API to use unsigned integers 2021-05-06 14:48:15 +00:00
vendorcode vc/intel/fsp/fsp2_0/alderlake: Update MemInfoHob.h for new FSP 2021-06-10 05:36:59 +00:00
Kconfig option: Allow mainboards to implement the API 2021-05-28 11:37:25 +00:00