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