aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-08x86: sysreset: Implement the get_last() methodSimon Glass1-0/+6
2019-05-08x86: sysreset: Implement power-off if availableSimon Glass1-1/+78
2019-05-08x86: sysreset: Separate out the EFI codeSimon Glass1-5/+11
2019-05-08x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+25
2019-05-08x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass1-0/+15
2019-05-08x86: pch: Add an ioctl to read power-management infoSimon Glass1-0/+18
2019-05-08x86: mrccache: Add more debuggingSimon Glass1-4/+12
2019-05-08x86: Support saving MRC data from SPLSimon Glass2-9/+38
2019-05-08x86: Add common Intel code for SPLSimon Glass2-0/+33
2019-05-08x86: broadwell: Select refcode and CPU code for SPLSimon Glass1-3/+4
2019-05-08x86: broadwell: Allow booting from SPLSimon Glass2-0/+78
2019-05-08x86: Allow 16-bit init to be in TPLSimon Glass5-5/+14
2019-05-08x86: Add support for starting from SPL/TPLSimon Glass4-1/+146
2019-05-08x86: broadwell: Split CPU initSimon Glass3-673/+695
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass2-11/+13
2019-05-08x86: broadwell: Allow SDRAM init from SPLSimon Glass3-94/+101
2019-05-08x86: broadwell: Improve SDRAM debugging outputSimon Glass1-12/+20
2019-05-08x86: Add a handoff header fileSimon Glass1-0/+15
2019-05-08x86: Support booting with TPLSimon Glass1-1/+8
2019-05-08x86: Support SPL and TPLSimon Glass2-1/+31
2019-05-08x86: dts: Add device-tree labels for rtc and resetSimon Glass2-2/+2
2019-05-08x86: Add a way to reinit the cpuSimon Glass3-44/+94
2019-05-08x86: mp_init: Use proper error numbersSimon Glass1-5/+5
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass2-2/+2
2019-05-08x86: start64: Fix copyright messageSimon Glass1-1/+1
2019-05-08Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"Simon Glass1-5/+1
2019-05-08cros_ec: Use a hyphen in the uclass nameSimon Glass1-1/+1
2019-05-08spl: Allow sandbox to build a device-tree fileSimon Glass1-1/+13
2019-05-08dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass1-1/+1
2019-05-08binman: Allow sections to have an offsetSimon Glass5-5/+67
2019-05-08binman: Add a missing comment in Entry_vblockSimon Glass1-0/+1
2019-05-08binman: Don't show image-skip message by defaultSimon Glass2-9/+21
2019-05-08binman: Don't generate an error in 'text' entry constructorSimon Glass1-2/+2
2019-05-07Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini58-2164/+1860
2019-05-07Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini14-102/+218
2019-05-07ARM: dts: renesas: Add RZ/A1 GR-Peach boardChris Brandt11-0/+513
2019-05-07ARM: dts: renesas: Add RZ/A1 platform codeChris Brandt8-1/+871
2019-05-07spi: rpc: Add support for operation without clock frameworkMarek Vasut2-5/+9
2019-05-07net: sh_eth: Add support for operation without clock frameworkMarek Vasut1-0/+9
2019-05-07net: sh_eth: Add RZ/A1 supportMarek Vasut1-0/+56
2019-05-07serial: sh: Add RZ/A1 supportMarek Vasut2-1/+5
2019-05-07timer: renesas: Add RZ/A1 R7S72100 OSTM timer driverMarek Vasut3-0/+100
2019-05-07pinctrl: renesas: Add RZ/A1 R7S72100 pin control driverMarek Vasut3-0/+159
2019-05-07gpio: renesas: Add RZ/A1 R7S72100 GPIO driverMarek Vasut3-0/+141
2019-05-07sh: 7785: Remove CPU supportMarek Vasut6-129/+1
2019-05-07sh: sh7785lcr: Remove the boardMarek Vasut13-1308/+0
2019-05-07sh: 7724: Remove CPU supportMarek Vasut6-228/+4
2019-05-07sh: ecovec: Remove the boardMarek Vasut9-500/+0
2019-05-07sh: sh7757lcr: Fix copy-paste error in READMEMarek Vasut1-1/+1
2019-05-06Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini12-38/+289