fsl-lsch3: Add FlexSPI address space in immap_lsch3
[oweals/u-boot.git] / arch /
2019-12-26 Kuldeep Singhfsl-lsch3: Add FlexSPI address space in immap_lsch3
2019-12-26 Alex Margineanls1028a: Configure stream IDs for integrated PCI and...
2019-12-26 Vabhav Sharmaarm64: lx2160a: dts: Fix UART node status
2019-12-26 Ran Wangarmv8: Add workaround for USB erratum A-050106
2019-12-26 Michael Wallearmv8: layerscape: fix SPL multi DTB loading
2019-12-24 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-12-23 Ran Wangarch: powerpc: add usb nodes to P5040 dts
2019-12-23 Ran Wangarch: powerpc: add usb nodes to T4240 dts
2019-12-23 Ran Wangarch: powerpc: add usb nodes to T104x dts
2019-12-23 Ran Wangpowerpc: add usb nodes to T102x dts
2019-12-23 Ran Wangarch: powerpc: add usb nodes to P4080 dts
2019-12-23 Ran Wangarch: powerpc: add usb node to p2041 dts
2019-12-23 Ran Wangarch: powerpc: add usb node to p2020 dts
2019-12-23 Ran Wangarch: powerpc: add usb nodes to P1020 dts
2019-12-23 Ran Wangarch: powerpc: add usb node in p3041 dts
2019-12-18 Tom RiniMerge branch 'next' of https://gitlab.denx.de/u-boot...
2019-12-17 Tom RiniMerge tag '20191217-for-next' of https://gitlab.denx...
2019-12-17 Robert Beckettdm: i2c: EEPROM simulator add tests for addr offset...
2019-12-17 Robert Beckettdm: i2c: EEPROM simulator allow tests visibility of...
2019-12-15 Simon Glassx86: Add chromebook_coral
2019-12-15 Simon Glassx86: apl: Add FSP support
2019-12-15 Simon Glassx86: apl: Add FSP structures
2019-12-15 Simon Glassx86: apl: Add Kconfig and Makefile
2019-12-15 Simon Glassx86: apl: Add P2SB driver
2019-12-15 Simon Glassx86: apl: Add SPL/TPL init
2019-12-15 Simon Glassx86: apl: Add a CPU driver
2019-12-15 Simon Glassx86: apl: Add SPL loaders
2019-12-15 Simon Glassx86: apl: Add PUNIT driver
2019-12-15 Simon Glassx86: apl: Add PCH driver
2019-12-15 Simon Glassx86: apl: Add LPC driver
2019-12-15 Simon Glassx86: apl: Add ITSS driver
2019-12-15 Simon Glassx86: apl: Add hostbridge driver
2019-12-15 Simon Glassx86: apl: Add systemagent driver
2019-12-15 Simon Glassx86: apl: Add pinctrl driver
2019-12-15 Simon Glassx86: apl: Add UART driver
2019-12-15 Simon Glassx86: apl: Add PMC driver
2019-12-15 Simon Glassx86: apl: Add basic IO addresses
2019-12-15 Simon Glassx86: Move qemu CPU fixup function into its own file
2019-12-15 Simon Glassx86: Add a generic Intel pinctrl driver
2019-12-15 Simon Glassx86: Add low-power subsystem (lpss) support
2019-12-15 Simon Glassx86: Enable pinctrl in SPL and TPL
2019-12-15 Simon Glassx86: Make MSR_PKG_POWER_SKU common
2019-12-15 Simon Glassx86: Separate out U-Boot and device tree in ROM image
2019-12-15 Simon Glassx86: Don't repeat microcode in U-Boot if not needed
2019-12-15 Simon Glassx86: Add an fdtmap and image-header
2019-12-15 Simon Glassx86: Add an option to control the position of SPL
2019-12-15 Simon Glassx86: Add an option to control the position of U-Boot
2019-12-15 Simon Glassx86: Update .dtsi file for FSP2
2019-12-15 Simon Glassx86: Disable microcode section for FSP2
2019-12-15 Simon Glassx86: Add support for newer CAR schemes
2019-12-15 Simon Glassx86: Add an option to include a FIT
2019-12-15 Simon Glassx86: Don't include the BIOS emulator in TPL
2019-12-15 Simon Glassx86: fsp: Make the notify API call common
2019-12-15 Simon Glassx86: fsp: Allow remembering the location of FSP-S
2019-12-15 Simon Glassx86: fsp: Set up an MTRR for the graphics frame buffer
2019-12-15 Simon Glassx86: fsp: Add FSP2 base support
2019-12-15 Simon Glassx86: fsp: Correct wrong header inlude in fsp_support.c
2019-12-15 Simon Glassx86: fsp: Make graphics support common to FSP1/2
2019-12-15 Simon Glassx86: Allow interrupt to happen once
2019-12-15 Simon Glassx86: Don't imply libfdt or SPI flash in TPL
2019-12-15 Simon Glassx86: Set up the MTRR for SDRAM
2019-12-15 Simon Glassx86: Set the DRAM banks to reflect real location
2019-12-15 Simon Glassx86: Move fsp_prepare_mrc_cache() to fsp1 directory
2019-12-15 Simon Glassx86: Don't export mrccache_update()
2019-12-15 Simon Glassx86: Add mrccache support for a 'variable' cache
2019-12-15 Simon Glassx86: Update mrccache to support multiple caches
2019-12-15 Simon Glassx86: Tidy up error handling in mrccache_save()
2019-12-15 Simon Glassx86: Add a new global_data member for the cache record
2019-12-15 Simon Glassx86: Adjust mrccache_get_region() to support get_mmap()
2019-12-15 Simon Glassx86: Adjust mrccache_get_region() to use livetree
2019-12-15 Simon Glassx86: Correct mrccache find_next_mrc_cache() calculation
2019-12-15 Simon Glassx86: Reduce mrccache record alignment size
2019-12-15 Simon Glassx86: Define the SPL image start
2019-12-15 Simon Glasssandbox: Add a test for IRQ
2019-12-15 Simon Glassx86: Move UCLASS_IRQ into a separate file
2019-12-15 Simon Glasssandbox: Add PCI driver and test for p2sb
2019-12-15 Simon Glasssandbox: Disable mmio by default in tests
2019-12-15 Simon Glassx86: sandbox: Add a PMC emulator and test
2019-12-15 Simon Glassx86: Drop unnecessary interrupt code for TPL
2019-12-15 Simon Glassx86: Drop unnecessary cpu code for TPL
2019-12-15 Simon Glassx86: timer: use a timer base of 0
2019-12-15 Simon Glassx86: spi: Add helper functions for Intel Fast SPI
2019-12-15 Simon Glassi2c: designware: Avoid using static data
2019-12-15 Simon Glassdm: gpio: Allow control of GPIO uclass in SPL
2019-12-12 Tom RiniMerge tag 'dm-next-13dec19' of https://gitlab.denx...
2019-12-11 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.01-a' of https:...
2019-12-10 Tom RiniMerge tag 'fixes-for-2020.01' of https://gitlab.denx...
2019-12-10 Heinrich Schuchardtsandbox: add missing compatible property in device...
2019-12-10 Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2019-12-10 Lukas Auerriscv: add option to wait for ack from secondary harts...
2019-12-10 Lukas Auerriscv: add functions for reading the IPI status
2019-12-10 Rick Chenriscv: dts: Add #address-cells and #size-cells in nor...
2019-12-10 Rick Chenriscv: dts: Support four cores SMP
2019-12-10 Rick Chenriscv: Fix clear bss loop in the start-up code
2019-12-10 Rick Chenriscv: ax25: cache: Add SPL_RISCV_MMODE for SPL
2019-12-10 Rick Chenriscv: andes_plic: Fix some wrong configurations
2019-12-10 Rick Chenriscv: ax25: add SPL support
2019-12-10 Jagan Tekiriscv: dts: Add hifive-unleashed-a00 dts from Linux
2019-12-10 Lukas Auerriscv: increase stack size to avoid a stack overflow...
2019-12-09 Suman AnnaARM: DRA7: Fixup DSP OPP_HIGH clock rate on DRA76P...
next