aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-12-23arch: powerpc: add usb nodes to T104x dtsRan Wang1-0/+12
2019-12-23powerpc: add usb nodes to T102x dtsRan Wang1-0/+12
2019-12-23arch: powerpc: add usb nodes to P4080 dtsRan Wang1-0/+12
2019-12-23arch: powerpc: add usb node to p2041 dtsRan Wang1-0/+12
2019-12-23arch: powerpc: add usb node to p2020 dtsRan Wang1-0/+6
2019-12-23arch: powerpc: add usb nodes to P1020 dtsRan Wang1-0/+13
2019-12-23arch: powerpc: add usb node in p3041 dtsRan Wang1-0/+12
2019-12-18Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in...Tom Rini97-286/+7529
2019-12-17dm: i2c: EEPROM simulator add tests for addr offset maskRobert Beckett1-0/+3
2019-12-17dm: i2c: EEPROM simulator allow tests visibility of addr and offsetRobert Beckett1-0/+4
2019-12-15x86: Add chromebook_coralSimon Glass2-0/+832
2019-12-15x86: apl: Add FSP supportSimon Glass3-0/+877
2019-12-15x86: apl: Add FSP structuresSimon Glass4-0/+440
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass3-0/+98
2019-12-15x86: apl: Add P2SB driverSimon Glass2-0/+167
2019-12-15x86: apl: Add SPL/TPL initSimon Glass2-0/+272
2019-12-15x86: apl: Add a CPU driverSimon Glass5-0/+81
2019-12-15x86: apl: Add SPL loadersSimon Glass2-0/+180
2019-12-15x86: apl: Add PUNIT driverSimon Glass2-0/+97
2019-12-15x86: apl: Add PCH driverSimon Glass3-0/+46
2019-12-15x86: apl: Add LPC driverSimon Glass3-0/+205
2019-12-15x86: apl: Add ITSS driverSimon Glass3-0/+258
2019-12-15x86: apl: Add hostbridge driverSimon Glass2-0/+180
2019-12-15x86: apl: Add systemagent driverSimon Glass3-0/+62
2019-12-15x86: apl: Add pinctrl driverSimon Glass1-0/+485
2019-12-15x86: apl: Add UART driverSimon Glass3-0/+154
2019-12-15x86: apl: Add PMC driverSimon Glass3-0/+240
2019-12-15x86: apl: Add basic IO addressesSimon Glass1-0/+29
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass3-68/+79
2019-12-15x86: Add a generic Intel pinctrl driverSimon Glass2-0/+679
2019-12-15x86: Add low-power subsystem (lpss) supportSimon Glass3-0/+81
2019-12-15x86: Enable pinctrl in SPL and TPLSimon Glass1-0/+2
2019-12-15x86: Make MSR_PKG_POWER_SKU commonSimon Glass3-3/+8
2019-12-15x86: Separate out U-Boot and device tree in ROM imageSimon Glass1-3/+11
2019-12-15x86: Don't repeat microcode in U-Boot if not neededSimon Glass1-0/+7
2019-12-15x86: Add an fdtmap and image-headerSimon Glass1-0/+5
2019-12-15x86: Add an option to control the position of SPLSimon Glass2-2/+7
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