summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* board: meesc: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-39/+45
* board: pm9261: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-45/+28
* board: ethernut5: Update to support DT and DMWenyou.Yang@microchip.com2017-08-045-83/+179
* board: pm9263: Update to support DT and DMWenyou.Yang@microchip.com2017-08-045-44/+29
* board: at91sam9260ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-0416-40/+98
* board: at91sam9rlek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-046-17/+29
* board: at91sam9263ek: Use SPI-flash-based AT45xxx DataFlashWenyou.Yang@microchip.com2017-08-049-20/+45
* board: at91sam9261ek: Update to support DT and DMWenyou.Yang@microchip.com2017-08-0413-116/+483
* gpt: harden set_gpt_info() against non NULL-terminated stringsAlison Chaiken2017-08-041-27/+36
* GPT: provide commands to selectively rename partitionsAlison Chaiken2017-08-043-5/+260
* GPT: read partition table from device into a data structureAlison Chaiken2017-08-042-0/+132
* GPT: add accessor function for disk GUIDAlison Chaiken2017-08-044-1/+74
* partitions: increase MAX_SEARCH_PARTITIONS and move to part.hAlison Chaiken2017-08-042-1/+1
* cmd gpt: test in sandboxAlison Chaiken2017-08-041-0/+10
* GPT: fix error in partitions string docAlison Chaiken2017-08-041-4/+4
* disk_partition: introduce macros for description string lengthsAlison Chaiken2017-08-041-2/+5
* EFI: replace number with UUID_STR_LEN macroAlison Chaiken2017-08-042-3/+4
* Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-08-0422-238/+1038
|\
| * arm64: zynqmp: avoid out of buffer accessHeinrich Schuchardt2017-08-021-2/+2
| * arm64: zynqmp: Make chip_id routine to handle based on el.Siva Durga Prasad Paladugu2017-08-022-27/+51
| * arm64: zynqmp: Make chip_id a global routine()Siva Durga Prasad Paladugu2017-08-022-1/+3
| * arm64: zynqmp: Modify chip_id routine to get either idcode or versionSiva Durga Prasad Paladugu2017-08-022-7/+34
| * arm64: zynqmp: Move dts zcu102 to zcu102-revAMichal Simek2017-08-024-4/+4
| * arm64: zynqmp: Dont write to system timestamp generatorSiva Durga Prasad Paladugu2017-08-022-15/+0
| * arm64: zynqmp: Do not setup time if already setupMichal Simek2017-08-021-1/+4
| * arm64: zynqmp: Fix SVD mask for getting chip IDMichal Simek2017-08-021-1/+1
| * arm64: zynqmp: Add Kconfig option for adding psu_init to binaryMichal Simek2017-08-023-2/+11
| * arm64: zynqmp: Call psu_init from board_early_init_fMichal Simek2017-08-022-1/+6
| * arm64: zynqmp: Remove ifdef around zynqmp mmio read and write rotuinesSiva Durga Prasad Paladugu2017-08-021-27/+36
| * arm64: zynqmp: Define a way to intialize TCMSiva Durga Prasad Paladugu2017-08-022-0/+22
| * arm64: zynqmp: Provide a Kconfig option to define OCM and TCM in MMUSiva Durga Prasad Paladugu2017-08-022-0/+14
| * fpga: xilinx: Avoid using local intermediate bufferSiva Durga Prasad Paladugu2017-08-021-16/+10
| * clk: zynqmp: Remove unused macros/variablesMichal Simek2017-08-021-4/+0
| * clk: zynqmp: Dont panic incase of mmio write/read failuresSiva Durga Prasad Paladugu2017-08-021-19/+44
| * clk: zynqmp: Add support for CCF driverSiva Durga Prasad Paladugu2017-08-021-147/+526
| * common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu2017-08-022-1/+2
| * zynq: Add Z-Turn boardAlexander Graf2017-08-023-0/+221
| * zynq: Enable distro bootAlexander Graf2017-08-021-4/+51
| * zynq: Add EFI runtime sections to linker scriptAlexander Graf2017-08-021-0/+29
| * arm: zynq: Label whole PL part as fpga_full regionMichal Simek2017-08-021-0/+8
* | PowerPC: mpc85xx: Update ft_verify_fdtTom Rini2017-08-031-2/+9
* | qemu-ppce500: Update get_phys_ccsrbar_addr_early()Tom Rini2017-08-031-1/+7
* | ahci-pci: Update call to ahci_probe_scsi_pci()Bin Meng2017-08-031-1/+1
* | Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2017-08-0298-47/+6282
|\ \
| * | ARM: rmobile: Update defconfig of R-Car Gen3Nobuhiro Iwamatsu2017-08-034-0/+12
| * | net: ravb: Add clock handling supportMarek Vasut2017-08-031-2/+19
| * | net: ravb: Detect PHY correctlyMarek Vasut2017-08-031-3/+4
| * | net: ravb: Add OF probing supportMarek Vasut2017-08-031-0/+37
| * | serial: sh: Use the clock framework to obtain clock configMarek Vasut2017-08-031-2/+11
| * | serial: sh: Convert to KconfigMarek Vasut2017-08-0371-34/+44