aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini29-236/+390
2018-04-04Revert "sunxi: Pine64: temporarily remove extra Pine64 non-plus DT"Andre Przywara1-0/+1
2018-04-04sunxi: revert disabling of featuresAndre Przywara3-8/+0
2018-04-04sunxi: disable direct MMC environmentAndre Przywara1-1/+0
2018-04-04net: sun8i-emac: remove support for old bindingAndre Przywara1-53/+25
2018-04-04arm: dts: sunxi: update H5 to new EMAC bindingAndre Przywara1-2/+5
2018-04-04arm: dts: sunxi: update H3 to new EMAC bindingAndre Przywara9-51/+75
2018-04-04arm: dts: sunxi: update A64 to new EMAC bindingAndre Przywara1-21/+30
2018-04-04net: sun8i-emac: add support for new EMAC DT bindingAndre Przywara1-8/+51
2018-04-04net: sun8i-emac: support new pinctrl DT bindingsAndre Przywara1-13/+39
2018-04-04sunxi: gpio: add missing compatible stringsAndre Przywara1-0/+3
2018-04-04sunxi: README.sunxi64: Add hint about non-debug of ARM Trusted FirmwareAndre Przywara1-0/+6
2018-04-03Makefile: Disable stack-usage check for ARCAlexey Brodkin1-0/+4
2018-04-03Merge tag 'arc-for-2018.05' of git://git.denx.de/u-boot-arcTom Rini12-59/+1602
2018-04-03configs: add NAND support for NES ClassicMiquel Raynal1-0/+4
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal2-1/+25
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal2-1/+1
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal2-1/+1
2018-04-03sunxi: dts: enable NAND on NES classicMiquel Raynal2-0/+31
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal2-1/+7
2018-04-03sunxi: spl: remove DMA related settings of the NAND controllerMiquel Raynal1-5/+0
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal1-80/+55
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal1-1/+2
2018-04-03sunxi: spl: deassert the NAND controller reset lineMiquel Raynal1-0/+4
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal1-5/+5
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal1-3/+12
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal1-21/+21
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal1-0/+1
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal1-0/+19
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal1-20/+14
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal1-3/+3
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal1-2/+3
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal1-1/+7
2018-04-03spl: fix binman_sym output checkMiquel Raynal1-2/+8
2018-04-02Prepare v2018.05-rc1v2018.05-rc1Tom Rini1-2/+2
2018-04-02ARC: HSDK: Enable SPI flash supportEugeniy Paltsev2-0/+35
2018-04-02ARC: HSDK: Add platform-specific commandsEugeniy Paltsev10-51/+1564
2018-04-02ARC: Bump ARC tools used in TravisCI to the most recent release arc-2017.09Alexey Brodkin1-3/+3
2018-04-02ARC: AXS10x: DTS: Remove unused interrupt propertiesEugeniy Paltsev1-5/+0
2018-04-01Merge git://git.denx.de/u-boot-dmTom Rini15-34/+172
2018-04-01image.h: add forward declaration of struct fdt_regionMasahiro Yamada1-0/+1
2018-04-01fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada1-2/+0
2018-04-01libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.cMasahiro Yamada2-3/+3
2018-04-01core: ofnode: Fix translation for #size-cells == 0Mario Six5-7/+107
2018-04-01dm: core: make fixed-clock dt scan live dt compatibleAndy Yan1-5/+11
2018-03-31fs: cbfs: fix locating the cbfs headerAndre Heider1-2/+2
2018-03-31cmd: cbfs: fix reading the end_of_rom pointer for 64bit archsAndre Heider1-1/+1
2018-03-31pinctrl-uclass: convert to use live dtKever Yang1-14/+5
2018-03-31core: add uclass_get_device_by_phandle_id() apiKever Yang2-0/+42
2018-03-30Merge git://git.denx.de/u-boot-marvellTom Rini16-92/+1088