coreboot-kgpe-d16/src
Alex James 0bbc3ccabb commonlib: Add endian definitions for macOS
macOS has never defined the usual endian(3)/byteorder(9) byte-swapping
functions. This change implements these byte-swapping functions using
the OSSwap functions, which provide identical functionality. This was
tested on macOS 10.15.7.

Change-Id: I44d59869a4420030f3ce26118175304c680d57a1
Signed-off-by: Alex James <theracermaster@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60219
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2022-01-04 11:49:38 +00:00
..
acpi src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
arch src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
commonlib commonlib: Add endian definitions for macOS 2022-01-04 11:49:38 +00:00
console console: Make get_log_level a public function 2022-01-03 15:06:52 +00:00
cpu cpu/x86/mp_init.c: Make it work for !CONFIG_SMP 2021-12-10 15:57:34 +00:00
device pci_device.c: Don't guard `pci_dev_disable_bus_master()` 2022-01-01 19:17:08 +00:00
drivers drivers/intel/fsp: Map FSP debug level to coreboot console level 2022-01-03 15:07:26 +00:00
ec ec/smsc/mec1308/acpi: Replace LNot() with ASL 2.0 syntax 2022-01-01 14:25:54 +00:00
include console: Make get_log_level a public function 2022-01-03 15:06:52 +00:00
lib ChromeOS: Refactor ACPI CNVS generation 2021-12-23 21:18:25 +00:00
mainboard mb/google/guybrush/var/dewatt: disable unused PCIe clock setting 2022-01-04 11:48:39 +00:00
northbridge src: Use 'stdint.h' when appropriate 2022-01-01 14:58:44 +00:00
security src: Drop duplicated includes 2022-01-01 14:55:51 +00:00
soc sb/intel: Use `bool` for PCIe coalescing option 2022-01-04 11:48:19 +00:00
southbridge sb/intel: Use `bool` for PCIe coalescing option 2022-01-04 11:48:19 +00:00
superio superio/winbond/w83627hf/acpi: Replace LNot() with ASL 2.0 syntax 2022-01-01 14:25:39 +00:00
vendorcode vendorcode/intel/fsp/elkhartlake: Drop obsolete headers 2022-01-01 14:28:10 +00:00
Kconfig Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set 2021-11-13 00:20:11 +00:00