aboutsummaryrefslogtreecommitdiff
path: root/arch
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: Enable pinctrl in SPL and TPLSimon 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: Don't imply libfdt or SPI flash in TPLSimon 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-15sandbox: Add a test for IRQSimon Glass
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass
2019-12-15sandbox: Disable mmio by default in testsSimon Glass
2019-12-15x86: sandbox: Add a PMC emulator and testSimon 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-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-12-10sandbox: add missing compatible property in device treeHeinrich Schuchardt
2019-12-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer