aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-11-07efi: Add video support to the appSimon Glass1-0/+4
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass2-14/+17
2021-11-07efi: Create a 64-bit appSimon Glass4-17/+31
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass1-1/+1
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko1-7/+3
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko1-2/+1
2021-11-01x86: edison: Don't take SD card detect pin into considerationAndy Shevchenko1-0/+17
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko1-5/+34
2021-11-01x86: Fix i8254 ifdef include guardAlistair Delva1-2/+2
2021-11-01x86: chromebook_coral: fix C block commentAlistair Delva1-0/+1
2021-11-01x86: tangier: Replace Method() by Name() for _STA objectAndy Shevchenko1-64/+17
2021-10-31bootstage: Add SPL supportMarek Vasut1-1/+1
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass4-2/+41
2021-10-21x86: Create a new header for EFISimon Glass3-3/+33
2021-10-21x86: Keep symbol information in u-boot ELF fileSimon Glass1-2/+2
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-3/+3
2021-09-27Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/...WIP/27Sep2021-nextTom Rini10-25/+24
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini2-0/+33
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass1-10/+10
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass8-12/+12
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-3/+2
2021-09-23lmb: x86: Add arch_lmb_reserve()Marek Vasut1-0/+18
2021-09-22x86: tangier: acpi: Add GPIO card detection to SDHCI #2Andy Shevchenko1-0/+32
2021-09-22x86: edison: Mark eMMC non-removableAndy Shevchenko1-0/+1
2021-09-17x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár1-3/+1
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass1-1/+1
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass1-3/+3
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek2-13/+1
2021-08-31Finish converting CONFIG_SYS_CACHELINE_SIZE to KconfigTom Rini1-6/+1
2021-08-17efi_loader rename enum efi_mem_type to efi_memory_typeHeinrich Schuchardt1-1/+1
2021-08-02Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/02Aug2021Tom Rini30-89/+101
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-7/+7
2021-08-03x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng1-11/+9
2021-08-03x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWAREBin Meng2-16/+17
2021-08-03x86: fsp: Don't program MTRR for DRAM for FSP1Bin Meng1-4/+23
2021-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng2-3/+11
2021-08-02x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng1-1/+1
2021-08-02x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng1-4/+0
2021-08-02x86: dts: Define a default TSC timer frequencyBin Meng20-43/+25
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2-3/+3
2021-08-02x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROMBin Meng2-3/+0
2021-08-02x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko1-2/+2
2021-08-02x86: dts: Add "m25p,fast-read" to SPI flash nodeBin Meng11-0/+11
2021-07-24smbios: error handling for invalid addressesHeinrich Schuchardt1-2/+11
2021-07-15x86: Ensure the e820 map is installed in all casesSimon Glass1-4/+4
2021-07-15x86: cros: Check ROM exists before building vbootSimon Glass2-2/+2
2021-07-15x86: coreboot: Use vendor in the KconfigSimon Glass1-1/+1
2021-07-15x86: Add function comments to cb_sysinfo.hSimon Glass1-0/+16