aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-04board: pm9261: Update to support DT and DMWenyou.Yang@microchip.com4-45/+28
2017-08-04board: ethernut5: Update to support DT and DMWenyou.Yang@microchip.com5-83/+179
2017-08-04board: pm9263: Update to support DT and DMWenyou.Yang@microchip.com5-44/+29
2017-08-04board: at91sam9260ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com16-40/+98
2017-08-04board: at91sam9rlek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com6-17/+29
2017-08-04board: at91sam9263ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com9-20/+45
2017-08-04board: at91sam9261ek: Update to support DT and DMWenyou.Yang@microchip.com13-116/+483
2017-08-04gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken1-27/+36
2017-08-04GPT: provide commands to selectively rename partitionsAlison Chaiken3-5/+260
2017-08-04GPT: read partition table from device into a data structureAlison Chaiken2-0/+132
2017-08-04GPT: add accessor function for disk GUIDAlison Chaiken4-1/+74
2017-08-04partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken2-1/+1
2017-08-04cmd gpt: test in sandboxAlison Chaiken1-0/+10
2017-08-04GPT: fix error in partitions string docAlison Chaiken1-4/+4
2017-08-04disk_partition: introduce macros for description string lengthsAlison Chaiken1-2/+5
2017-08-04EFI: replace number with UUID_STR_LEN macroAlison Chaiken2-3/+4
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini22-238/+1038
2017-08-03PowerPC: mpc85xx: Update ft_verify_fdtTom Rini1-2/+9
2017-08-03qemu-ppce500: Update get_phys_ccsrbar_addr_early()Tom Rini1-1/+7
2017-08-03ahci-pci: Update call to ahci_probe_scsi_pci()Bin Meng1-1/+1
2017-08-02Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini98-47/+6282
2017-08-03ARM: rmobile: Update defconfig of R-Car Gen3Nobuhiro Iwamatsu4-0/+12
2017-08-03net: ravb: Add clock handling supportMarek Vasut1-2/+19
2017-08-03net: ravb: Detect PHY correctlyMarek Vasut1-3/+4
2017-08-03net: ravb: Add OF probing supportMarek Vasut1-0/+37
2017-08-03serial: sh: Use the clock framework to obtain clock configMarek Vasut1-2/+11
2017-08-03serial: sh: Convert to KconfigMarek Vasut71-34/+44
2017-08-03ARM: rmobile: Enable clock framework on ULCBMarek Vasut2-0/+4
2017-08-03ARM: rmobile: Enable clock framework on Salvator-XMarek Vasut2-0/+4
2017-08-03clk: rmobile: Add RCar Gen3 clock driverMarek Vasut5-0/+967
2017-08-03ARM: rmobile: Enable OF_CONTROL on RCar Gen3Marek Vasut4-4/+4
2017-08-03ARM: dts: rmobile: Import DTS from Linux 4.12Marek Vasut12-0/+4558
2017-08-03ARM: rmobile: Increase console buffer sizesMarek Vasut1-5/+5
2017-08-03ARM: rmobile: ulcb: Add ULCB board supportMarek Vasut9-0/+614
2017-08-03ARM: rmobile: Add PFC PUEN bank 5 addressMarek Vasut1-0/+2
2017-08-02Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini38-119/+394
2017-08-02arm64: zynqmp: avoid out of buffer accessHeinrich Schuchardt1-2/+2
2017-08-02arm64: zynqmp: Make chip_id routine to handle based on el.Siva Durga Prasad Paladugu2-27/+51
2017-08-02arm64: zynqmp: Make chip_id a global routine()Siva Durga Prasad Paladugu2-1/+3
2017-08-02arm64: zynqmp: Modify chip_id routine to get either idcode or versionSiva Durga Prasad Paladugu2-7/+34
2017-08-02arm64: zynqmp: Move dts zcu102 to zcu102-revAMichal Simek4-4/+4
2017-08-02arm64: zynqmp: Dont write to system timestamp generatorSiva Durga Prasad Paladugu2-15/+0
2017-08-02arm64: zynqmp: Do not setup time if already setupMichal Simek1-1/+4
2017-08-02arm64: zynqmp: Fix SVD mask for getting chip IDMichal Simek1-1/+1
2017-08-02arm64: zynqmp: Add Kconfig option for adding psu_init to binaryMichal Simek3-2/+11
2017-08-02arm64: zynqmp: Call psu_init from board_early_init_fMichal Simek2-1/+6
2017-08-02arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuinesSiva Durga Prasad Paladugu1-27/+36
2017-08-02arm64: zynqmp: Define a way to intialize TCMSiva Durga Prasad Paladugu2-0/+22
2017-08-02arm64: zynqmp: Provide a Kconfig option to define OCM and TCM in MMUSiva Durga Prasad Paladugu2-0/+14
2017-08-02fpga: xilinx: Avoid using local intermediate bufferSiva Durga Prasad Paladugu1-16/+10