- b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 7 months ago
- 4021ee6 x86: Rename board_final_cleanup() to board_final_init() by Simon Glass · 4 years, 6 months ago
- 22a7396 x86: acpi: Correct the version of the MADT by Simon Glass · 4 years, 6 months ago
- a308b1f x86: Drop setup_pcat_compatibility() by Simon Glass · 4 years, 6 months ago
- 538c9b3 x86: Update the comment about booting for FSP2 by Simon Glass · 4 years, 6 months ago
- 9ef1686 x86: Store the coreboot table address in global_data by Simon Glass · 4 years, 6 months ago
- 487852b x86: apl: Adjust FSP-M code to avoid hard-coded address by Simon Glass · 4 years, 6 months ago
- efd3132 x86: apl: Set the correct boot mode in the FSP-M code by Simon Glass · 4 years, 6 months ago
- b336a2b x86: Add debugging to table writing by Simon Glass · 4 years, 6 months ago
- b95611f x86: apl: Fix save/restore of ITSS priorities by Simon Glass · 4 years, 6 months ago
- a8c2789 x86: irq: Support flags for acpi_gpe by Simon Glass · 4 years, 7 months ago
- 62fba44 x86: apl: Hide the p2sb on exit from U-Boot by Simon Glass · 4 years, 7 months ago
- f549d9b x86: apl: Support set_hide() in p2sb driver by Simon Glass · 4 years, 7 months ago
- eb2ebbc x86: apl: Use memory-mapped access for VBT by Simon Glass · 4 years, 7 months ago
- 31b410a x86: Add error checking for csrt table generation by Simon Glass · 4 years, 7 months ago
- 59cf264 x86: pinctrl: Drop the acpi_path member by Simon Glass · 4 years, 7 months ago
- 05516e3 x86: pinctrl: Update comment for intel_pinctrl_get_pad() by Simon Glass · 4 years, 7 months ago
- 4916f45 x86: pinctrl: Add a way to get the pinctrl reg address by Simon Glass · 4 years, 7 months ago
- 7f926c9 x86: Add support for building up an NHLT structure by Simon Glass · 4 years, 7 months ago
- 8d7ff12 acpi: Allow creating the GNVS to fail by Simon Glass · 4 years, 7 months ago
- 58a6ccd x86: Allow devices to write to DSDT by Simon Glass · 4 years, 7 months ago
- 351fef5 x86: Allow devices to write an SSDT by Simon Glass · 4 years, 7 months ago
- 85f2def x86: acpi: Move MADT down a bit by Simon Glass · 4 years, 7 months ago
- 0990c89 x86: fsp: Support a warning message when DRAM init is slow by Simon Glass · 4 years, 6 months ago
- ef5f5f6 x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME by Simon Glass · 4 years, 6 months ago
- ce04a90 x86: p2sb: make P2SB driver depend on P2SB uclass by Wolfgang Wallner · 4 years, 7 months ago
- db17e40 x86: apl: Re-enable loading of SPL by Simon Glass · 4 years, 7 months ago
- be7418f x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · 4 years, 7 months ago
- 3dada5a x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 7 months ago
- 897860e x86: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 8 months ago
- faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 8 months ago
- c87f9ce x86: Don't build some unused objects in TPL by Tom Rini · 4 years, 7 months ago
- c68a1ae bdinfo: x86: vesa: Update fb_base to the correct value by Simon Glass · 4 years, 9 months ago
- 95cfa1d x86: quark: acpi: Replace _ADR() by _UID() in description of PCI host bridge by Bin Meng · 4 years, 8 months ago
- d8b5f5d x86: baytrail: acpi: Replace _ADR() by _UID() in description of PCI host bridge by Bin Meng · 4 years, 8 months ago
- 319506c x86: baytrail: acpi: Create buffers outside of the methods by Bin Meng · 4 years, 8 months ago
- b9ce32e x86: tangier: acpi: Drop _HID() where enumerated by _ADR() by Andy Shevchenko · 4 years, 8 months ago
- 10a428e x86: tangier: acpi: Drop _ADR() where _HID() is present by Andy Shevchenko · 4 years, 8 months ago
- 55f5453 x86: tangier: acpi: Replace _ADR() by _UID() in description of PCI host bridge by Andy Shevchenko · 4 years, 8 months ago
- d8177a9 x86: tangier: acpi: Create buffers outside of the methods by Andy Shevchenko · 4 years, 8 months ago
- 4711c1f x86: apl: Add hex offsets for registers in FSP-S by Simon Glass · 4 years, 8 months ago
- 501ba58 x86: coral: Correct some FSP-S settings by Simon Glass · 4 years, 8 months ago
- 6e5ac59 x86: apl: Add hex offsets for registers in FSP-M by Simon Glass · 4 years, 8 months ago
- 537558b x86: coral: Correct some FSP-M settings by Simon Glass · 4 years, 8 months ago
- 70c3c91 x86: mrccache: Allow use before driver model is active by Simon Glass · 4 years, 8 months ago
- d7413de x86: spl: Print the error on SPL failure by Simon Glass · 4 years, 8 months ago
- 8e2922e x86: spi: Add a way to access the SPI mapping via registers by Simon Glass · 4 years, 8 months ago
- 0621b5e cbfs: Don't require the CBFS size with cbfs_init_mem() by Simon Glass · 4 years, 8 months ago
- 53942b9 x86: coreboot: add SMBIOS cbmem entry parsing by Christian Gmeiner · 4 years, 8 months ago
- d9e7efe x86: apl: Use devicetree for FSP-S configuration by Bernhard Messerklinger · 4 years, 8 months ago
- 1fa6305 x86: apl: Use devicetree for FSP-M configuration by Bernhard Messerklinger · 4 years, 8 months ago
- 832fee8 x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled by Bernhard Messerklinger · 4 years, 8 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 9 months ago
- f09f1ec Use __ASSEMBLY__ as the assembly macros by Simon Glass · 4 years, 9 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 9 months ago
- 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 9 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 9 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 9 months ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 9 months ago
- 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 9 months ago
- 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 9 months ago
- b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 9 months ago
- e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 9 months ago
- 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 9 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 9 months ago
- 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 8 months ago
- b4d4f59 x86: coreboot: Allow building an SPL image by Simon Glass · 4 years, 9 months ago
- fc48637 x86: Update SPL for coreboot by Simon Glass · 4 years, 9 months ago
- 37897c4 x86: Move work-around out of cpu_jump_to_64bit_uboot() by Simon Glass · 4 years, 9 months ago
- c2018cd x86: Allow building an SPL image for coreboot by Simon Glass · 4 years, 9 months ago
- 7ec0e7b x86: Move coreboot-table detection to common 32/64-bit code by Simon Glass · 4 years, 9 months ago
- 86ee14f x86: Use the existing stack when chain-loading by Simon Glass · 4 years, 9 months ago
- cfe7a10 x86: Add a way to detect running from coreboot by Simon Glass · 4 years, 9 months ago
- 33139a0 x86: Move coreboot-table detection into common code by Simon Glass · 4 years, 9 months ago
- 526aabe x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 9 months ago
- 52b9beb x86: apl: Skip init code when chain loading by Simon Glass · 4 years, 9 months ago
- c793dbd x86: fsp: Allow skipping init code when chain loading by Simon Glass · 4 years, 9 months ago
- 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 9 months ago
- 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 9 months ago
- 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 9 months ago
- 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 9 months ago
- 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 9 months ago
- 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 9 months ago
- 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 9 months ago
- 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 10 months ago
- 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 10 months ago
- b2c3868 x86: apl: Add Global NVS table header by Simon Glass · 4 years, 10 months ago
- 1630853 x86: apl: Move p2sb ofdata reading to the correct method by Simon Glass · 4 years, 10 months ago
- 2831405 x86: Correct wording of coreboot source code by Simon Glass · 4 years, 10 months ago
- 32e8ee0 tpm: cr50: Use the correct GPIO binding by Simon Glass · 4 years, 10 months ago
- 98036fb x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 5 years ago
- 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 10 months ago
- 4d073fa x86: acpi: Describe USB 3 host controller found on Intel Tangier by Andy Shevchenko · 4 years, 10 months ago
- d0f7ab5 x86: acpi: Add I²C timings to Intel Merrifield platform by Andy Shevchenko · 4 years, 10 months ago
- ddcccb2 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 5 years ago
- 2c64d11 x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count by Wolfgang Wallner · 5 years ago
- fc35d7e x86: cpu_x86: Make cpu_x86_get_count() non-static by Wolfgang Wallner · 5 years ago
- 5a9d7f9 x86: p2sb: Drop 'apl' prefix by Wolfgang Wallner · 5 years ago
- fa97ca1 Revert "x86: use invd instead of wbinvd in real mode start code" by Andy Shevchenko · 5 years ago
- 7149d38 x86: Correct error return value in mrccache_get_region() by Simon Glass · 5 years ago