summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configs: Replace deprecated Micrel defines with PHY_MICREL_KSZ90X1Alexandru Gagniuc2017-08-0728-30/+29
* net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 driversAlexandru Gagniuc2017-08-076-8/+408
* net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021Alexandru Gagniuc2017-08-071-8/+0
* net: tftp: silence a subscript above array bounds compile time warningVladimir Zapolskiy2017-08-071-2/+2
* net: ag7xxx: Propagate errors on phy accessJoe Hershberger2017-08-071-5/+24
* net: ag7xxx: Comment register namesJoe Hershberger2017-08-071-0/+16
* net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich2017-08-071-2/+2
* net: add static to do_tftpput()Masahiro Yamada2017-08-071-1/+1
* net: Get mac address from driver as seedJimmy Du2017-08-071-2/+2
* drivers/net/phy/fixed: do not overwrite addrChristian Gmeiner2017-08-071-1/+0
* common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni2017-08-042-7/+5
* common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni2017-08-041-10/+3
* Convert ARCH_OMAP2PLUS boards' CONFIG_SYS_TEXT_BASE to KconfigAdam Ford2017-08-0428-1/+30
* stmf32f4: soc: fix buildman compilation errorPatrice Chotard2017-08-041-1/+3
* configs: sama5d4_xplained: Fix input clock for debug UARTWenyou.Yang@microchip.com2017-08-043-3/+3
* board: usb_a9263: Update to support DT and DMWenyou.Yang@microchip.com2017-08-044-43/+168
* 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