aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-30Merge git://git.denx.de/u-boot-x86Tom Rini5-8/+49
2018-03-30Merge git://git.denx.de/u-boot-riscvTom Rini33-594/+347
2018-03-30arm64: a37xx: defconfigs: enable PCI_CMD and E1000 driverKen Ma2-0/+4
2018-03-30arm64: a37xx: dts: enable pcie portWilson Ding3-0/+31
2018-03-30arm64: a37xx: defconfigs: enable aardvark pcie driverWilson Ding2-0/+6
2018-03-30arm64: a37xx: pci: add support for aardvark pcie driverWilson Ding3-0/+701
2018-03-30arm64: a37xx: populate pcie memory regionWilson Ding1-0/+8
2018-03-30arm64: a37xx: remove old pinctrl implementationKen Ma1-23/+0
2018-03-30Revert "arm64: a37xx: dts: Add pin control nodes to DT"Ken Ma1-14/+0
2018-03-30doc: a37xx: Introduce pinctrl device tree bindingKen Ma1-0/+186
2018-03-30arm64: a37xx: dts: Correct mpp definitionsKen Ma3-3/+8
2018-03-30arm64: a37xx: pinctrl: Correct mpp definitionsKen Ma1-6/+7
2018-03-30arm64: a37xx: pinctrl: Fix gpio pin offset in registerKen Ma1-8/+8
2018-03-30arm64: a37xx: pinctrl: Fix the pin 23 on south bridgeKen Ma1-5/+16
2018-03-30arm64: a37xx: dts: Fix the number of GPIO on south bridgeKen Ma1-1/+1
2018-03-30arm64: a37xx: pinctrl: Fix number of pin in south bridgeKen Ma1-1/+1
2018-03-30arm64: a37xx: dts: Add additional pinctrl definitionKen Ma2-0/+18
2018-03-30arm64: a37xx: dts: Add pinctrl configuration for ESPRESSOBin boardKen Ma1-0/+8
2018-03-30arm64: a37xx: defconfig: Enable PINCTRL and GPIO support for ESPRESSOBin boardKen Ma1-0/+4
2018-03-30arm64: a37xx: dts: add gpio head file includingKen Ma1-0/+1
2018-03-30arm64: mvebu: a8k: Add distro boot supportMark Kettenis1-0/+19
2018-03-30kwbimage: Fix out of bounds accessAlexander Graf1-0/+4
2018-03-30configs: clearfog: enable random random MAC addressBaruch Siach1-0/+1
2018-03-30dm: pcie: designware: add correct ATU handlingIgal Liberman1-33/+58
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov2-2/+40
2018-03-30x86: mmc: Fix mapping of BAR memoryBernhard Messerklinger1-3/+2
2018-03-30dm: pci: Avoid setting a PCI region that has 0 sizeBin Meng1-2/+3
2018-03-30dm: pci: Check board information pointer in decode_regions()Bin Meng1-0/+3
2018-03-30efi_stub: Fix GDT_NOTSYS checkAlexander Graf1-1/+1