summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Fix dm_extended_scan_fdt()Patrice Chotard2019-05-211-1/+1
* core: ofnode: Have ofnode_read_u32_default return a u32Trent Piepho2019-05-212-2/+2
* buildman: Deal more nicely with invalid build-status fileSimon Glass2019-05-211-1/+6
* core: ofnode: Add ofnode_get_addr_size_indexKeerthy2019-05-212-3/+24
* common: fdt_support: Check mtdparts cell sizeStefan Mavrodiev2019-05-211-9/+22
* fdtdec: Remove fdt_{addr,size}_unpack()Thierry Reding2019-05-213-28/+12
* Add an empty stdint.h fileSimon Glass2019-05-211-0/+7
* spl: misc: Allow misc drivers in SPL and TPLSimon Glass2019-05-212-3/+77
* Merge git://git.denx.de/u-boot-mpc83xxTom Rini2019-05-21220-5901/+20053
|\
| * mpc83xx: Add gazerbeam boardDirk Eibach2019-05-219-2/+564
| * gazerbeam: Add u-boot specific dts include fileMario Six2019-05-212-0/+252
| * gazerbeam: Import Linux DTMario Six2019-05-219-0/+1178
| * board: gazerbeam: Fix SC detectionMario Six2019-05-211-10/+12
| * gdsys: ioep-fpga: Switch to gazerbeam-style reportingMario Six2019-05-211-140/+489
| * gdsys: cmd_ioloop: Make DM compatibleMario Six2019-05-211-5/+288
| * gdsys: cmd_ioloop: Introduce commenting enumMario Six2019-05-211-4/+9
| * gdsys: cmd_ioloop: Fix style violationsMario Six2019-05-211-40/+38
| * gdsys: mpc8308: Add FPGA flavor optionMario Six2019-05-211-0/+20
| * gdsys: Introduce GDSYS_LEGACY_DRIVERSMario Six2019-05-2112-0/+60
| * gdsys: mpc8308: Don't use manual RAM config if RAM driver is activeMario Six2019-05-211-0/+4
| * gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to KconfigMario Six2019-05-213-16/+22
| * gdsys: mpc8308: Use shadow register for output GPIO valuesMario Six2019-05-214-3/+25
| * gdsys: mpc8308: Fix style violationsMario Six2019-05-213-57/+59
| * gdsys: Post ppc4xx removal cleanupMario Six2019-05-213-227/+0
| * gdsys: phy: Adapt fixup_88e1518() to latest Release NotesDirk Eibach2019-05-211-2/+0
| * ihs_mdio: Use new regmap interfaceMario Six2019-05-211-2/+3
| * gdsys_rxaui_ctrl: Use new regmap interfaceMario Six2019-05-211-1/+1
| * gdsys_rxaui_ctrl: Return old stateMario Six2019-05-211-1/+6
| * i2c: ihs: Improve error handlingMario Six2019-05-211-24/+43
| * i2c: ihs: Get rid of fpgamapMario Six2019-05-211-34/+23
| * cmd: binop: Use hex2binMario Six2019-05-211-25/+3
| * cmd: binop: Use new environment apiMario Six2019-05-211-2/+2
| * mpc83xx_clk: Add enable methodMario Six2019-05-211-0/+7
| * mpc83xx: Define _end symbolMario Six2019-05-211-0/+6
| * powerpc: Simplify processor.hMario Six2019-05-211-120/+0
| * keymile: Factor out common includes againMario Six2019-05-2114-2836/+500
| * keymile: Remove CONFIG_SYS_APP{1, 2}_{BASE, SIZE}Mario Six2019-05-219-40/+0
| * mpc83xx: Use pre-defined asm functionsMario Six2019-05-214-43/+60
| * mpc83xx: Replace ppcDWstore with inline assemblyMario Six2019-05-212-12/+18
| * mpc83xx: Don't define cpu_eth_init for DM ethMario Six2019-05-211-0/+2
| * mpc83xx: Add arch clock.h to make SDHC workMario Six2019-05-211-0/+22
| * mpc83xx: Get rid of CONFIG_SYS_LBC_*Mario Six2019-05-2132-195/+43
| * mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASEMario Six2019-05-2144-61/+35
| * mpc83xx: Get rid of CONFIG_SYS_DDR_BASEMario Six2019-05-2141-104/+73
| * mpc83xx: Migrate CONFIG_LCRR_* to KconfigMario Six2019-05-2183-120/+281
| * mpc83xx: Migrate SPCR to KconfigMario Six2019-05-2137-52/+192
| * mpc83xx: Migrate arbiter config to KconfigMario Six2019-05-2169-172/+269
| * mpc8308: Migrate system io config to KconfigMario Six2019-05-2117-100/+434
| * mpc83xx: Migrate CONFIG_SYS_IMMR to KconfigMario Six2019-05-2133-121/+9
| * mpc83xx: Migrate HID config to KconfigMario Six2019-05-2184-243/+795