summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Add a simple TPL implementationSimon Glass2019-05-086-13/+183
* x86: Add a way to jump from TPL to SPLSimon Glass2019-05-081-0/+13
* x86: samus: Increase the pre-reloc memory againSimon Glass2019-05-081-1/+1
* x86: broadwell: Update PCH to work in TPLSimon Glass2019-05-081-3/+9
* x86: Enable the RTC on all boardsSimon Glass2019-05-082-1/+1
* x86: Fix device-tree indentationSimon Glass2019-05-081-74/+73
* x86: Update device tree for Chromium OS verified bootSimon Glass2019-05-081-2/+15
* x86: Update device tree for TPLSimon Glass2019-05-081-2/+32
* x86: Add documentation on the samus flashmapSimon Glass2019-05-081-0/+16
* x86: Support PCI VGA ROM when TPL is usedSimon Glass2019-05-081-1/+1
* x86: Don't generate a bootstage report in SPLSimon Glass2019-05-081-1/+1
* x86: Don't set up MTRRs in SPLSimon Glass2019-05-081-1/+4
* x86: Support TPL in Intel common codeSimon Glass2019-05-081-3/+6
* x86: sysreset: Implement the get_last() methodSimon Glass2019-05-081-0/+6
* x86: sysreset: Implement power-off if availableSimon Glass2019-05-081-1/+78
* x86: sysreset: Separate out the EFI codeSimon Glass2019-05-081-5/+11
* x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+25
* x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass2019-05-081-0/+15
* x86: pch: Add an ioctl to read power-management infoSimon Glass2019-05-081-0/+18
* x86: mrccache: Add more debuggingSimon Glass2019-05-081-4/+12
* x86: Support saving MRC data from SPLSimon Glass2019-05-082-9/+38
* x86: Add common Intel code for SPLSimon Glass2019-05-082-0/+33
* x86: broadwell: Select refcode and CPU code for SPLSimon Glass2019-05-081-3/+4
* x86: broadwell: Allow booting from SPLSimon Glass2019-05-082-0/+78
* x86: Allow 16-bit init to be in TPLSimon Glass2019-05-085-5/+14
* x86: Add support for starting from SPL/TPLSimon Glass2019-05-084-1/+146
* x86: broadwell: Split CPU initSimon Glass2019-05-083-673/+695
* x86: broadwell: Move init of debug UART to cpu.cSimon Glass2019-05-082-11/+13
* x86: broadwell: Allow SDRAM init from SPLSimon Glass2019-05-083-94/+101
* x86: broadwell: Improve SDRAM debugging outputSimon Glass2019-05-081-12/+20
* x86: Add a handoff header fileSimon Glass2019-05-081-0/+15
* x86: Support booting with TPLSimon Glass2019-05-081-1/+8
* x86: Support SPL and TPLSimon Glass2019-05-082-1/+31
* x86: dts: Add device-tree labels for rtc and resetSimon Glass2019-05-082-2/+2
* x86: Add a way to reinit the cpuSimon Glass2019-05-083-44/+94
* x86: mp_init: Use proper error numbersSimon Glass2019-05-081-5/+5
* x86: Update a stale comment about ifdtoolSimon Glass2019-05-082-2/+2
* x86: start64: Fix copyright messageSimon Glass2019-05-081-1/+1
* Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"Simon Glass2019-05-081-5/+1
* cros_ec: Use a hyphen in the uclass nameSimon Glass2019-05-081-1/+1
* spl: Allow sandbox to build a device-tree fileSimon Glass2019-05-081-1/+13
* dm: core: Fix translate condition in ofnode_get_addr_size()Simon Glass2019-05-081-1/+1
* binman: Allow sections to have an offsetSimon Glass2019-05-085-5/+67
* binman: Add a missing comment in Entry_vblockSimon Glass2019-05-081-0/+1
* binman: Don't show image-skip message by defaultSimon Glass2019-05-082-9/+21
* binman: Don't generate an error in 'text' entry constructorSimon Glass2019-05-081-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2019-05-0758-2164/+1860
|\
| * ARM: dts: renesas: Add RZ/A1 GR-Peach boardChris Brandt2019-05-0711-0/+513
| * ARM: dts: renesas: Add RZ/A1 platform codeChris Brandt2019-05-078-1/+871
| * spi: rpc: Add support for operation without clock frameworkMarek Vasut2019-05-072-5/+9