aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-12-15x86: Add an option to control the position of U-BootSimon Glass2-15/+8
2019-12-15x86: Update .dtsi file for FSP2Simon Glass1-1/+31
2019-12-15x86: Disable microcode section for FSP2Simon Glass2-0/+11
2019-12-15x86: Add support for newer CAR schemesSimon Glass5-7/+564
2019-12-15x86: Add an option to include a FITSimon Glass2-0/+14
2019-12-15x86: Don't include the BIOS emulator in TPLSimon Glass1-0/+2
2019-12-15x86: fsp: Make the notify API call commonSimon Glass2-18/+27
2019-12-15x86: fsp: Allow remembering the location of FSP-SSimon Glass1-0/+3
2019-12-15x86: fsp: Set up an MTRR for the graphics frame bufferSimon Glass1-0/+4
2019-12-15x86: fsp: Add FSP2 base supportSimon Glass10-2/+784
2019-12-15x86: fsp: Correct wrong header inlude in fsp_support.cSimon Glass1-1/+1
2019-12-15x86: fsp: Make graphics support common to FSP1/2Simon Glass3-2/+4
2019-12-15x86: Allow interrupt to happen onceSimon Glass3-9/+11
2019-12-15x86: Don't imply libfdt or SPI flash in TPLSimon Glass1-3/+0
2019-12-15x86: Set up the MTRR for SDRAMSimon Glass1-0/+5
2019-12-15x86: Set the DRAM banks to reflect real locationSimon Glass1-1/+29
2019-12-15x86: Move fsp_prepare_mrc_cache() to fsp1 directorySimon Glass3-27/+20
2019-12-15x86: Don't export mrccache_update()Simon Glass2-17/+14
2019-12-15x86: Add mrccache support for a 'variable' cacheSimon Glass2-1/+3
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass8-48/+106
2019-12-15x86: Tidy up error handling in mrccache_save()Simon Glass1-12/+7
2019-12-15x86: Add a new global_data member for the cache recordSimon Glass2-6/+7
2019-12-15x86: Adjust mrccache_get_region() to support get_mmap()Simon Glass1-4/+14
2019-12-15x86: Adjust mrccache_get_region() to use livetreeSimon Glass1-29/+26
2019-12-15x86: Correct mrccache find_next_mrc_cache() calculationSimon Glass1-4/+14
2019-12-15x86: Reduce mrccache record alignment sizeSimon Glass1-1/+1
2019-12-15x86: Define the SPL image startSimon Glass1-1/+4
2019-12-15sandbox: Add a test for IRQSimon Glass1-0/+4
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass2-5/+1
2019-12-15sandbox: Add PCI driver and test for p2sbSimon Glass2-0/+14
2019-12-15sandbox: Disable mmio by default in testsSimon Glass1-0/+1
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass4-0/+32
2019-12-15x86: Drop unnecessary interrupt code for TPLSimon Glass1-0/+2
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass2-4/+41
2019-12-15x86: timer: use a timer base of 0Simon Glass2-0/+2
2019-12-15x86: spi: Add helper functions for Intel Fast SPISimon Glass4-0/+143
2019-12-15i2c: designware: Avoid using static dataSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass6-7/+7
2019-12-10sandbox: add missing compatible property in device treeHeinrich Schuchardt2-0/+2
2019-12-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini18-44/+594
2019-12-10riscv: add option to wait for ack from secondary harts in smp functionsLukas Auer5-12/+28
2019-12-10riscv: add functions for reading the IPI statusLukas Auer4-0/+43
2019-12-10riscv: dts: Add #address-cells and #size-cells in nor nodeRick Chen2-2/+6
2019-12-10riscv: dts: Support four cores SMPRick Chen2-6/+108
2019-12-10riscv: Fix clear bss loop in the start-up codeRick Chen3-4/+4
2019-12-10riscv: ax25: cache: Add SPL_RISCV_MMODE for SPLRick Chen1-14/+46
2019-12-10riscv: andes_plic: Fix some wrong configurationsRick Chen1-4/+7
2019-12-10riscv: ax25: add SPL supportRick Chen1-1/+3
2019-12-10riscv: dts: Add hifive-unleashed-a00 dts from LinuxJagan Teki3-0/+348
2019-12-10riscv: increase stack size to avoid a stack overflow during distro bootLukas Auer1-1/+1