summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY driversNeil Armstrong2019-05-094-0/+570
* usb: dwc3: Add Meson G12A USB GlueNeil Armstrong2019-05-093-0/+465
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-0820-59/+794
|\
| * sunxi: Enable EMAC on the Bananapi M3Chen-Yu Tsai2019-05-091-1/+3
| * sunxi: Enable EMAC on the Cubietruck PlusChen-Yu Tsai2019-05-091-0/+2
| * sun50i: a64: Add Olimex A64-Teres-I board initial supportJonas Smedegaard2019-05-095-1/+341
| * net: sun8i_emac: Add EPHY CLK and RESET supportJagan Teki2019-05-091-17/+57
| * test/dm: reset: Add reset_get_by_index[_nodev] testJagan Teki2019-05-091-0/+23
| * reset: Get the RESET by index without deviceJagan Teki2019-05-092-17/+52
| * test/dm: clk: Add clk_get_by_index[_nodev] testJagan Teki2019-05-091-0/+21
| * clk: Use clk_get_by_index_tail()Jagan Teki2019-05-091-22/+2
| * clk: Get the CLK by index without deviceJagan Teki2019-05-092-1/+75
| * serial: sifive: Change include orderJagan Teki2019-05-091-1/+1
| * clk: sifive: fu540-prci: Change include orderJagan Teki2019-05-091-1/+1
| * spi: atcspi200: Change include orderJagan Teki2019-05-091-1/+1
| * sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabledOndrej Jirman2019-04-181-2/+14
| * arm: dts: h6: Add Beelink GS1 initial supportClément Péron2019-04-184-0/+206
* | Merge git://git.denx.de/u-boot-x86Tom Rini2019-05-0864-982/+2063
|\ \
| * | x86: samus: Add a target to boot through TPLSimon Glass2019-05-085-2/+111
| * | x86: samus: Update device tree for verified bootSimon Glass2019-05-081-1/+21
| * | x86: samus: Update device tree for SPLSimon Glass2019-05-081-3/+28
| * | 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