| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: bootm: Fix broken boot_env_legacy codepath | Zubair Lutfullah Kakakhel | 2017-07-25 | 1 | -4/+4 |
* | MIPS: Stop building position independent code | Paul Burton | 2017-07-25 | 8 | -178/+233 |
* | configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS | Tom Rini | 2017-07-24 | 3 | -0/+9 |
* | arm: omap3: Detect boot mode very early | Adam Ford | 2017-07-23 | 1 | -0/+6 |
* | powerpc: Remove 8260 remainders | Christophe Leroy | 2017-07-23 | 1 | -14/+0 |
* | powerpc, 8xx: fix missing function declarations. | Christophe Leroy | 2017-07-23 | 7 | -13/+17 |
* | powerpc: move get_pvr() and get_svr() into C | Christophe Leroy | 2017-07-22 | 5 | -37/+9 |
* | powerpc, 8xx: move cache helper into C | Christophe Leroy | 2017-07-22 | 3 | -38/+32 |
* | powerpc, 8xx: move get_immr() into C | Christophe Leroy | 2017-07-22 | 2 | -16/+8 |
* | powerpc, 8xx: Move cache function into C files | Christophe Leroy | 2017-07-22 | 3 | -56/+50 |
* | powerpc, 8xx: Simplifying check_CPU() | Christophe Leroy | 2017-07-22 | 1 | -32/+7 |
* | powerpc: Remove unneccessary #ifdefs in reginfo | Christophe Leroy | 2017-07-22 | 4 | -3/+10 |
* | powerpc: move set_msr() and get_msr() into .h | Christophe Leroy | 2017-07-22 | 3 | -28/+14 |
* | power, timer: reset TBL before TBU | Christophe Leroy | 2017-07-22 | 1 | -1/+1 |
* | powerpc, timer: Does 8xx specific actions in 8xx cpu_init | Christophe Leroy | 2017-07-22 | 2 | -12/+4 |
* | powerpc: get rid of addr_probe() | Christophe Leroy | 2017-07-22 | 4 | -53/+0 |
* | powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() | Christophe Leroy | 2017-07-22 | 1 | -22/+3 |
* | arm: mach-omap2: am33xx: Add FDT fixup suport for AM33xx/AM43xx boards | Andrew F. Davis | 2017-07-22 | 2 | -0/+44 |
* | arm: mach-omap2: fdt-common: Add OP-TEE node when firmware node is defined | Andrew F. Davis | 2017-07-22 | 1 | -6/+14 |
* | arm: mach-omap2: Factor out common FDT fixup suport | Andrew F. Davis | 2017-07-22 | 6 | -120/+174 |
* | arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c | Andrew F. Davis | 2017-07-22 | 5 | -262/+251 |
* | meson-gx: reserved memory regions | xypron.glpk@gmx.de | 2017-07-22 | 1 | -3/+5 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2017-07-18 | 117 | -98/+100 |
|\ |
|
| * | imx: reorganize IMX code as other SOCs | Stefano Babic | 2017-07-12 | 117 | -90/+92 |
| * | mx6sabreauto: Update to SPL only mode | Vanessa Maegima | 2017-07-12 | 1 | -3/+3 |
| * | mx6qsabreauto: Add SPL support | Vanessa Maegima | 2017-07-12 | 1 | -0/+1 |
| * | mx6: soc: Move mxs_dma_init() into the mxs nand driver | Fabio Estevam | 2017-07-12 | 1 | -5/+0 |
| * | imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL | Stefan Agner | 2017-07-12 | 1 | -0/+4 |
* | | Merge git://www.denx.de/git/u-boot-marvell | Tom Rini | 2017-07-12 | 3 | -0/+469 |
|\ \ |
|
| * | | marvell: armada385: Add the Turris Omnia board | Marek BehĂșn | 2017-07-12 | 1 | -0/+22 |
| * | | arch/arm/dts: Add Turris Omnia device tree | Marek BehĂșn | 2017-07-12 | 2 | -0/+447 |
| |/ |
|
* | | am33xx: board: Refactor USB initialization into separate function | Alexandru Gagniuc | 2017-07-11 | 1 | -4/+10 |
* | | ARM: ti816x: Fix enabling GPIO0, enable GPIO1 as well | Tom Rini | 2017-07-11 | 1 | -1/+7 |
* | | armv8: fsl-layerscape: use get_nand_dev_by_index() | Grygorii Strashko | 2017-07-11 | 1 | -6/+9 |
|/ |
|
* | Merge git://git.denx.de/u-boot-dm | Tom Rini | 2017-07-11 | 42 | -41/+211 |
|\ |
|
| * | tegra: fdt: Ensure that the console UART is enabled | Simon Glass | 2017-07-11 | 17 | -0/+68 |
| * | tegra: Show a debug message if the LCD PMIC fails to start | Simon Glass | 2017-07-11 | 1 | -1/+3 |
| * | tegra: Fix up include file ordering | Simon Glass | 2017-07-11 | 2 | -16/+10 |
| * | sandbox: Stop printing platdata at the start of SPL | Simon Glass | 2017-07-11 | 1 | -11/+0 |
| * | sandbox: Enable more console options | Simon Glass | 2017-07-11 | 1 | -0/+1 |
| * | x86: Move link to use driver model for SCSI | Simon Glass | 2017-07-11 | 1 | -1/+21 |
| * | dm: scsi: Document and rename the scsi_scan() parameter | Simon Glass | 2017-07-11 | 2 | -3/+3 |
| * | dm: scsi: Add a device pointer to scan_exec(), scsi_bus_reset() | Simon Glass | 2017-07-11 | 1 | -1/+3 |
| * | sata: Move drivers into new drivers/ata directory | Simon Glass | 2017-07-11 | 1 | -1/+1 |
| * | Kconfig: Add CONFIG_SATA to enable SATA | Simon Glass | 2017-07-11 | 4 | -6/+6 |
| * | Convert CONFIG_CMD_SATA to Kconfig | Simon Glass | 2017-07-11 | 5 | -0/+53 |
| * | Convert CONFIG_SCSI to Kconfig | Simon Glass | 2017-07-11 | 9 | -1/+20 |
| * | rockchip: dts: rk3328: add aliases for mmc controller | Kever Yang | 2017-07-11 | 1 | -0/+3 |
| * | dm: core: Test uclass_first/next_device() on probe failure | Simon Glass | 2017-07-11 | 1 | -0/+19 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-rockchip | Tom Rini | 2017-07-11 | 45 | -335/+3317 |
|\ \
| |/
|/| |
|