summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-04-06powerpc: mpc8xx: remove get_immr() argumentChristophe Leroy
2018-04-06powerpc: mpc8xx: make get_immr() independent of CONFIG_8xxChristophe Leroy
2018-04-06powerpc: mpc8xx: get rid of the multiple PVR_ valuesChristophe Leroy
2018-04-06powerpc: mpc8xx: harmonise initialisation of the immap local pointerChristophe Leroy
2018-04-06soft_i2c: cleanup - no mpc8xx supportChristophe Leroy
2018-04-06spi: atmel: default y if DM_SPI && ARCH_AT91Jagan Teki
2018-04-06spi: atmel: Drop atmel_spi.hJagan Teki
2018-04-06spi: atmel: Drop non-dm codeJagan Teki
2018-04-06at91: ma5d4evk: Enable SPL_DM and SPL_OF_CONTROLJagan Teki
2018-04-06at91: ma5d4evk: Enable DM_SPIJagan Teki
2018-04-06at91: ma5d4evk: Add FDT supportJagan Teki
2018-04-06at91: ma5d4evk: Enable DMJagan Teki
2018-04-06at91: vinco: Enable DM_SPIJagan Teki
2018-04-06at91: vinco: Add FDT supportJagan Teki
2018-04-06at91: vinco: Enable DMJagan Teki
2018-04-06at91: taurus: Enable DM_SPIJagan Teki
2018-04-06configs: gurnard: Move CONFIG_ATMEL_SPI to defconfigsJagan Teki
2018-04-06at91: gurnard: Enable DM_SPIJagan Teki
2018-04-06spi: atmel: Add ifdef for DM_GPIO codeJagan Teki
2018-04-06Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini
2018-04-06rpi: Complete table of models with new revision code schemeJonathan Gray
2018-04-05mmc: use core clock frequency in bcm2835 sdhostJonathan Gray
2018-04-05rpi3_32b: Enable lan78xx driverPeter Robinson
2018-04-05rpi: Add identifier for the new RPi3 B+Alexander Graf
2018-04-05rpi3: Enable lan78xx driverAlexander Graf
2018-04-05rpi: Allow to boot without serialAlexander Graf
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-04Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT"Andre Przywara
2018-04-04sunxi: revert disabling of featuresAndre Przywara
2018-04-04sunxi: disable direct MMC environmentAndre Przywara
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara
2018-04-04arm: dts: sunxi: update H5 to new EMAC bindingAndre Przywara
2018-04-04arm: dts: sunxi: update H3 to new EMAC bindingAndre Przywara
2018-04-04arm: dts: sunxi: update A64 to new EMAC bindingAndre Przywara
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara
2018-04-04sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted FirmwareAndre Przywara
2018-04-03Makefile: Disable stack-usage check for ARCAlexey Brodkin
2018-04-03Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arcTom Rini
2018-04-03configs: add NAND support for NES ClassicMiquel Raynal
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal
2018-04-03sunxi: dts: enable NAND on NES classicMiquel Raynal
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal
2018-04-03sunxi: spl: remove DMA related settings of the NAND controllerMiquel Raynal
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal