| Commit message (Expand) | Author | Age | Files | Lines |
* | m68k: enabling long jumps on mcf54x5 SoCs | Angelo Dureghello | 2019-05-24 | 1 | -2/+4 |
* | m68k: add initial dts files for all m68k boards | Angelo Dureghello | 2019-05-24 | 51 | -0/+1069 |
* | m68k: architecture changes to support fdt | Angelo Dureghello | 2019-05-23 | 2 | -2/+37 |
* | m68k: add basic set of devicetrees | Angelo Dureghello | 2019-05-23 | 18 | -0/+763 |
* | Merge tag 'dm-pull-22may19' of git://git.denx.de/u-boot-dm | Tom Rini | 2019-05-22 | 11 | -47/+151 |
|\ |
|
| * | dm: core: Fix dm_extended_scan_fdt() | Patrice Chotard | 2019-05-21 | 1 | -1/+1 |
| * | core: ofnode: Have ofnode_read_u32_default return a u32 | Trent Piepho | 2019-05-21 | 2 | -2/+2 |
| * | buildman: Deal more nicely with invalid build-status file | Simon Glass | 2019-05-21 | 1 | -1/+6 |
| * | core: ofnode: Add ofnode_get_addr_size_index | Keerthy | 2019-05-21 | 2 | -3/+24 |
| * | common: fdt_support: Check mtdparts cell size | Stefan Mavrodiev | 2019-05-21 | 1 | -9/+22 |
| * | fdtdec: Remove fdt_{addr,size}_unpack() | Thierry Reding | 2019-05-21 | 3 | -28/+12 |
| * | Add an empty stdint.h file | Simon Glass | 2019-05-21 | 1 | -0/+7 |
| * | spl: misc: Allow misc drivers in SPL and TPL | Simon Glass | 2019-05-21 | 2 | -3/+77 |
* | | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2019-05-22 | 86 | -65/+3308 |
|\ \
| |/
|/| |
|
| * | armv8: lx2160: Drop useless CONFIG_CMDLINE_EDITING from config.h | Andy Shevchenko | 2019-05-22 | 1 | -1/+0 |
| * | config: enable SP805 watchdog support for LS1028A | Qiang Zhao | 2019-05-22 | 2 | -0/+6 |
| * | arm: dts: fsl-ls1028a: add sp805 watchdog node | Qiang Zhao | 2019-05-22 | 1 | -0/+5 |
| * | driver: watchdog: add sp805 watchdog support | Qiang Zhao | 2019-05-22 | 4 | -0/+136 |
| * | configs: Unset CONFIG_SPI_BAR for all LS2080A/LS2081A defconfigs | Rajat Srivastava | 2019-05-22 | 7 | -0/+7 |
| * | configs: Unset CONFIG_SPI_BAR for all LS1046A defconfigs | Rajat Srivastava | 2019-05-22 | 11 | -0/+11 |
| * | configs: Unset CONFIG_SPI_BAR for all LS1088A defconfigs | Ashish Kumar | 2019-05-22 | 10 | -0/+10 |
| * | armv8: fsl-layerscape: Set env_loc to ENVL_NOWHERE with CONFIG_ENV_IS_NOWHERE. | Udit Agarwal | 2019-05-22 | 1 | -9/+2 |
| * | armv8: Secure Boot: Modify boot_a_script definition | Vinitha V Pillai | 2019-05-22 | 7 | -8/+15 |
| * | board: fsl: lx2160ardb: invert AQR107 pins polarity | Florin Chiculita | 2019-05-22 | 2 | -0/+9 |
| * | scsi: ceva: Clean up the driver code | Peng Ma | 2019-05-22 | 1 | -17/+33 |
| * | ARM: dts: Freescale: Add ecc addr for sata node | Peng Ma | 2019-05-22 | 5 | -5/+15 |
| * | configs: Enable CONFIG_SPI_FLASH for ls1088ardb_defconfig | Chuanhua Han | 2019-05-22 | 1 | -0/+1 |
| * | armv8: ls1028aqds: Add support of LS1028AQDS | Yuantian Tang | 2019-05-22 | 10 | -1/+496 |
| * | armv8: ls1028ardb: Add support for LS1028ARDB | Yuantian Tang | 2019-05-22 | 13 | -0/+776 |
| * | armv8: ls1028a: Add NXP LS1028A SoC support | Yuantian Tang | 2019-05-22 | 10 | -2/+525 |
| * | armv8: lx2160a: enable PCIe support | Hou Zhiqiang | 2019-05-22 | 4 | -0/+22 |
| * | armv8: lx2160a: add PCIe controller DT nodes | Hou Zhiqiang | 2019-05-22 | 1 | -0/+85 |
| * | pci: ls_pcie_g4: add device tree fixups for PCI Stream IDs | Hou Zhiqiang | 2019-05-22 | 3 | -6/+251 |
| * | kconfig: add dependency PCIE_LAYERSCAPE_GEN4 for FSL_PCIE_COMPAT | Hou Zhiqiang | 2019-05-22 | 1 | -1/+1 |
| * | pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs | Hou Zhiqiang | 2019-05-22 | 4 | -0/+850 |
| * | armv8: lx2160a: add MMU table entries for PCIe | Hou Zhiqiang | 2019-05-22 | 3 | -1/+29 |
| * | armv8: fsl-layerscpae: correct the PCIe controllers' region size | Hou Zhiqiang | 2019-05-22 | 1 | -0/+7 |
| * | armv8: layerscape: use PCIe address macro for precompile PCIe MMU entry | Hou Zhiqiang | 2019-05-22 | 1 | -1/+3 |
| * | configs: ls1046: Update mtd-id for QSPI nor in mtdparts variable | Kuldeep Singh | 2019-05-22 | 10 | -20/+20 |
|/ |
|
* | Merge git://git.denx.de/u-boot-mpc83xx | Tom Rini | 2019-05-21 | 220 | -5901/+20053 |
|\ |
|
| * | mpc83xx: Add gazerbeam board | Dirk Eibach | 2019-05-21 | 9 | -2/+564 |
| * | gazerbeam: Add u-boot specific dts include file | Mario Six | 2019-05-21 | 2 | -0/+252 |
| * | gazerbeam: Import Linux DT | Mario Six | 2019-05-21 | 9 | -0/+1178 |
| * | board: gazerbeam: Fix SC detection | Mario Six | 2019-05-21 | 1 | -10/+12 |
| * | gdsys: ioep-fpga: Switch to gazerbeam-style reporting | Mario Six | 2019-05-21 | 1 | -140/+489 |
| * | gdsys: cmd_ioloop: Make DM compatible | Mario Six | 2019-05-21 | 1 | -5/+288 |
| * | gdsys: cmd_ioloop: Introduce commenting enum | Mario Six | 2019-05-21 | 1 | -4/+9 |
| * | gdsys: cmd_ioloop: Fix style violations | Mario Six | 2019-05-21 | 1 | -40/+38 |
| * | gdsys: mpc8308: Add FPGA flavor option | Mario Six | 2019-05-21 | 1 | -0/+20 |
| * | gdsys: Introduce GDSYS_LEGACY_DRIVERS | Mario Six | 2019-05-21 | 12 | -0/+60 |