- fedc31f Merge patch series "Resolve issues with booting distros on x86" by Tom Rini · 8 months ago
- 0b22604 x86: Enable SSE in 64-bit mode by Simon Glass · 11 months ago
- c90a406 x86: zboot: Create a separate ZBOOT option for zboot logic by Simon Glass · 12 months ago
- 890da24 efi: Set RUN_64BIT correctly for the EFI app by Simon Glass · 1 year, 8 months ago
- 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 10 months ago
- 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
- 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
- 0a83cc2 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 6 months ago
- 36a4ca0 tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 6 months ago
- a6cee93 x86: Allow any arch to generate ACPI tables by Simon Glass · 3 years ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- 7378a6f x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM by Bin Meng · 3 years, 4 months ago
- b7f8bad x86: Move coreboot sysinfo parsing into generic x86 code by Simon Glass · 3 years, 8 months ago
- c6eeff9 x86: Select advanced Intel code only if allowed by Simon Glass · 3 years, 9 months ago
- babc9f1 x86: Move INTEL_ACPIGEN to arch/x86 by Simon Glass · 3 years, 9 months ago
- c32fbb6 x86: Support Atom SoCs using SWSMISCI rather than the SWSCI by Simon Glass · 4 years, 2 months ago
- 4c69a5f x86: acpi: Add a common routine to write WiFi info by Simon Glass · 4 years, 2 months ago
- 057427c x86: apl: Support writing the IntelGraphicsMem table by Simon Glass · 4 years, 2 months ago
- 6fe570a x86: acpi: Support external GNVS tables by Simon Glass · 4 years, 2 months ago
- 741ce46 x86: Add a config for the systemagent PCIEX regions size by Simon Glass · 4 years, 2 months ago
- 3e90244 x86: Introduce USE_EARLY_BOARD_INIT option by Andy Shevchenko · 4 years, 3 months ago
- 99186b3 x86: rename CONFIG_STACK_SIZE by Heinrich Schuchardt · 4 years, 4 months ago
- 0bd972a x86: chromebook_panther: Correct the image layout by Simon Glass · 4 years, 4 months ago
- f69c009 x86: Change how selection of ROMs works by Simon Glass · 4 years, 4 months ago
- 4a30bbb x86: mp: Support APs waiting for instructions by Simon Glass · 4 years, 4 months ago
- a785185 x86: p2sb: make P2SB driver depend on P2SB uclass by Wolfgang Wallner · 4 years, 5 months ago
- 98a4cb6 x86: Add support for ACPI general-purpose events by Simon Glass · 4 years, 10 months ago
- 21fae58 x86: Move P2SB from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 10 months ago
- b5460dd x86: itss: Add a Kconfig option to enable/disable ITSS driver by Wolfgang Wallner · 4 years, 10 months ago
- fcc2ce9 x86: apl: Add Kconfig and Makefile by Simon Glass · 5 years ago
- 4d7a923 x86: Add an option to control the position of SPL by Simon Glass · 5 years ago
- 20af0ff x86: Add an option to control the position of U-Boot by Simon Glass · 5 years ago
- 3c4b98f x86: Disable microcode section for FSP2 by Simon Glass · 5 years ago
- 8f963e1 x86: Add support for newer CAR schemes by Simon Glass · 5 years ago
- 7dbabbb x86: Add an option to include a FIT by Simon Glass · 5 years ago
- 466c785 x86: fsp: Add FSP2 base support by Simon Glass · 5 years ago
- d96544d x86: Drop RESET_SEG_SIZE by Simon Glass · 5 years ago
- 1efffd6 x86: Update Kconfig options for FSP1 by Simon Glass · 5 years ago
- 9e60b43 x86: Change condition for using CAR by Simon Glass · 5 years ago
- 6c34fc1 x86: Rename existing FSP code to fsp1 by Simon Glass · 5 years ago
- 6e3cc36 x86: Add new slimbootloader CPU type by Park, Aiden · 5 years ago
- 973c099 Fix spelling of available. by Vagrant Cascadian · 6 years ago
- 71bc4c6 x86: Support booting with TPL by Simon Glass · 6 years ago
- c9ae1ae x86: Support SPL and TPL by Simon Glass · 6 years ago
- cda8aab x86: kconfig: Allow board defconfig file to disable 8259 and APIC by Bin Meng · 6 years ago
- d18df3c x86: make the LAPIC / IOAPIC construct switchable with Kconfig by Hannes Schmelzer · 6 years ago
- 525c861 x86: efi: Refactor the directory of EFI app and payload support by Bin Meng · 6 years ago
- c253c3f x86: Conditionally build the pinctrl_ich6 driver by Bin Meng · 6 years ago
- 87247af pylibfdt: compile pylibfdt only when dtoc/binman is necessary by Masahiro Yamada · 7 years ago
- 5863e95 Revert "x86: fsp: Configure SPI opcode registers before SPI is locked down" by Bin Meng · 7 years ago
- 21340ed x86: Fix ACPI resume dependency to MRC cache by Bin Meng · 7 years ago
- 6c969ae x86: Turn off running VGA ROM during S3 resume by Bin Meng · 7 years ago
- 68a070b x86: Add Intel Braswell SoC support by Bin Meng · 7 years ago
- 1b35bc5 x86: dm: video: Add a framebuffer driver that utilizes VBT by Bin Meng · 7 years ago
- 61dc3e2 x86: Add Video BIOS Table (VBT) related Kconfig options by Bin Meng · 7 years ago
- 842c31e x86: Convert CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED to Kconfig by Bin Meng · 7 years ago
- b032e3f x86: fsp: Configure SPI opcode registers before SPI is locked down by Bin Meng · 7 years ago
- a364e62 x86: Make table address selectable by Andy Shevchenko · 7 years ago
- e564d59 x86: Add Intel Tangier support by Felipe Balbi · 7 years ago
- 62a8f7d x86: pci: Allow conditionally run VGA rom in S3 by Bin Meng · 8 years ago
- 212c7b2 x86: fsp: Mark memory used by U-Boot as reserved in the E820 table for S3 by Bin Meng · 8 years ago
- ab702be x86: acpi: Add Kconfig option and header file for ACPI resume by Bin Meng · 8 years ago
- ee2e85f x86: Add SCU IPC driver for Intel MID platforms by Felipe Balbi · 8 years ago
- f8cc43a x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenames by Stefan Roese · 8 years ago
- 78e473b x86: Introduce INTEL_MID quirk option by Andy Shevchenko · 8 years ago
- 2ae7da0 x86: make LOAD_FROM_32_BIT visible for platforms by Andy Shevchenko · 8 years ago
- 095a863 x86: Kconfig: Add location options for 16/32-bit init by Simon Glass · 8 years ago
- 0985e10 x86: Add Kconfig options to build 64-bit U-Boot by Simon Glass · 8 years ago
- fb22808 x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
- 31ec4a2 input: specify the default of I8042_KEYB in more correct manner by Masahiro Yamada · 8 years ago
- b11b235 sandbox, x86: select DM_KEYBOARD instead of default y entry by Masahiro Yamada · 8 years ago
- 312dc93 x86: Add DFI BT700 BayTrail board support by Stefan Roese · 8 years ago
- aedc33d x86: Add Advantech SOM-DB5800/SOM-6867 support by George McCollister · 8 years ago
- 6efcb51 x86: kconfig: Add two options for SMBIOS manufacturer and product name by Bin Meng · 9 years ago
- 5e842af x86: Add some notes for MRC cache with Intel FSP by Bin Meng · 9 years ago
- 322ec3e x86: Prepare configuration tables in dedicated high memory region by Bin Meng · 9 years ago
- 4fcd7f2 x86: qemu: split qfw command interface and qfw core by Miao Yan · 9 years ago
- 75e27da x86: qemu: fix ACPI Kconfig options by Miao Yan · 9 years ago
- 85ee165 dm: Rename disk uclass to ahci by Simon Glass · 9 years ago
- 2a0b94c x86: Add congatec conga-QA3/E3845-4G (Bay Trail) support by Stefan Roese · 9 years ago
- 71606de x86: Add basic support for broadwell by Simon Glass · 9 years ago
- ecae7fd x86: Add support for running Intel reference code by Simon Glass · 9 years ago
- d4e9074 x86: Move common MRC Kconfig options to the common file by Simon Glass · 9 years ago
- 96030fa x86: Support booting SeaBIOS by Bin Meng · 9 years ago
- 4c836c9 x86: fsp: Make sure HOB list is not overwritten by U-Boot by Bin Meng · 9 years ago
- cf0635e x86: Disable DM_PCI_COMPAT by Bin Meng · 9 years ago
- 389ef48 x86: config option for loading ACPI table from QEMU by Miao Yan · 9 years ago
- f9a6189 x86: fsp: Introduce CONFIG_FSP_USE_UPD Kconfig option by Bin Meng · 9 years ago
- eca7b0d dm: pci: Disable PCI compatibility functions by default by Simon Glass · 9 years ago
- 712326e x86: tsc: Remove legacy timer codes by Bin Meng · 9 years ago
- 3356cad x86: Add an i8042 device for boards that have it by Simon Glass · 9 years ago
- 70e4194 x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig by Bin Meng · 9 years ago
- 0ffd7e5 x86: Add ENABLE_MRC_CACHE Kconfig option by Bin Meng · 9 years ago
- ae5bedb x86: Add SMBIOS table support by Bin Meng · 9 years ago
- 331141a x86: Generate a valid ACPI table by Saket Sinha · 9 years ago
- 73574dc x86: fsp: Add comments about U-Boot entering start.S twice by Bin Meng · 9 years ago
- 12440cd x86: fsp: Enlarge the size of malloc() pool before relocation by Bin Meng · 9 years ago
- fd53d3c x86: kconfig: Hide "System tables" for coreboot by Bin Meng · 9 years ago
- cd7f944 x86: kconfig: Hide "System tables" for EFI by Bin Meng · 9 years ago
- 2b6d80b x86: Handle running as EFI payload by Simon Glass · 9 years ago