aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass
2019-12-15x86: Add low-power subsystem (lpss) supportSimon Glass
2019-12-15x86: Make MSR_PKG_POWER_SKU commonSimon Glass
2019-12-15x86: Separate out U-Boot and device tree in ROM imageSimon Glass
2019-12-15x86: Don't repeat microcode in U-Boot if not neededSimon Glass
2019-12-15x86: Add an fdtmap and image-headerSimon Glass
2019-12-15x86: Add an option to control the position of SPLSimon Glass
2019-12-15x86: Add an option to control the position of U-BootSimon Glass
2019-12-15x86: Update .dtsi file for FSP2Simon Glass
2019-12-15x86: Disable microcode section for FSP2Simon Glass
2019-12-15x86: Add support for newer CAR schemesSimon Glass
2019-12-15x86: Add an option to include a FITSimon Glass
2019-12-15x86: Don't include the BIOS emulator in TPLSimon Glass
2019-12-15x86: fsp: Make the notify API call commonSimon Glass
2019-12-15x86: fsp: Allow remembering the location of FSP-SSimon Glass
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass
2019-12-15x86: Allow interrupt to happen onceSimon Glass
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass
2019-12-15x86: Don't export mrccache_update()Simon Glass
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass
2019-12-15x86: Reduce mrccache record alignment sizeSimon Glass
2019-12-15x86: Define the SPL image startSimon Glass
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass
2019-12-15x86: Drop unnecessary interrupt code for TPLSimon Glass
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass
2019-12-15x86: timer: use a timer base of 0Simon Glass
2019-12-15x86: spi: Add helper functions for Intel Fast SPISimon Glass
2019-12-15i2c: designware: Avoid using static dataSimon Glass
2019-12-08x86: simplify ljmp to 32-bit codeMasahiro Yamada
2019-12-08x86: use data32 directive instead of macro for operand-size prefixMasahiro Yamada
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-11-03x86: Quieten TPL's jump_to_image_no_args()Simon Glass
2019-11-03x86: Don't print CPU info in TPLSimon Glass