summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* board/BuR/brxre1: fix MMC bootHannes Schmelzer2017-06-162-7/+12
* treewide: remove unneeded semicolonsMasahiro Yamada2017-06-1614-21/+21
* defconfig: arm335x_evm_usbspl: Update MUSB EthernetMichael Welling2017-06-161-1/+4
* include: nand: move endif to end of fileMugunthan V N2017-06-161-2/+2
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2017-06-1445-1488/+40
|\
| * powerpc: fsl: Update maintainersYork Sun2017-06-124-5/+5
| * powerpc: mpc8569mds: Update config and maintainerYork Sun2017-06-123-1/+3
| * powerpc: mpc8568mds: Update board configYork Sun2017-06-123-4/+5
| * powerpc: mpc8536ds: Update maintainerYork Sun2017-06-121-1/+1
| * powerpc: mpc8544ds: Update maintainerYork Sun2017-06-121-1/+1
| * powerpc: mpc8544ds: Fix environmental variable locationYork Sun2017-06-121-2/+2
| * powerpc: mpc8544ds: Enable DHCP command by defaultYork Sun2017-06-121-0/+1
| * powerpc: mpc8548cds: Enable DHCP command by defaultYork Sun2017-06-122-0/+2
| * powerpc: mpc8548cds: Update maintainerYork Sun2017-06-121-1/+1
| * net: phy: marvell: Fix init function for m88e1145York Sun2017-06-121-1/+4
| * powerpc: mpc8641hpcn: Enable DHCP command and DDR debugYork Sun2017-06-122-1/+2
| * driver: ddr: fsl: Fix compiling error for DDR2York Sun2017-06-121-0/+4
| * powerpc: mpc8536ds: Enable DHCP command by defaultYork Sun2017-06-122-0/+2
| * powerpc: mpc86xx: Update maintainer for MPC8610HPCD and MPC8641HPCNYork Sun2017-06-122-3/+3
| * powerpc: mpc85xx: Update maintainer for MPC8541CDS and MPC8555CDSYork Sun2017-06-122-4/+4
| * powerpc: mpc8540ads: mpc8560ads: Drop support for MPC8540/60ADSYork Sun2017-06-1218-1464/+0
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2017-06-149-268/+0
|\ \
| * | ARM: tegra: remove Whistler supportStephen Warren2017-06-129-268/+0
| |/
* | Revert "ARM: fixed relocation using proper alignment"Tom Rini2017-06-141-1/+1
* | board: ti: am335x: Fix scale_vcore for beaglebonesLokesh Vutla2017-06-122-11/+9
* | arm: am57xx: Keep environment in eMMCSemen Protsenko2017-06-121-5/+9
* | arm: dra7: Increase "bootloader" partition sizeSemen Protsenko2017-06-121-1/+1
* | arm: am57xx: Increase "bootloader" partition sizeSemen Protsenko2017-06-121-1/+1
* | MAINTAINERS: mpc83xx: Add new custodianmario.six@gdsys.cc2017-06-121-2/+2
* | tools/tbot: update READMEHeiko Schocher2017-06-125-685/+1
* | ARM: dts: keystone-k2hk-evm: Add U-boot specific dtsi fileCooper Jr., Franklin2017-06-121-0/+15
* | cmd: nvedit: bring error message in sync with condition under which it appearsLothar Waßmann2017-06-121-2/+2
* | cmd: mtdparts: fix uninitialized variable warningLothar Waßmann2017-06-121-1/+1
* | dm: bcm6345_gpio: Set proper output level in bcm6345_gpio_direction_outputAxel Lin2017-06-121-0/+2
* | board_f: fix calculation of reloc_offLothar Waßmann2017-06-121-2/+5
* | ARM: provide a valid exception stack address for startup codeLothar Waßmann2017-06-121-1/+4
* | arm: adjust PC displayed in exception handlers to point to the failing instru...Lothar Waßmann2017-06-121-0/+14
* | ARM: remove bogus cp_delay() functionLothar Waßmann2017-06-121-14/+1
* | serial: stm32x7: simplify baud rate register calculationPatrice Chotard2017-06-122-7/+17
* | serial: stm32x7: align compatible with kernel onePatrice Chotard2017-06-122-3/+3
* | rkcommon.c: Drop pointless assignmentSimon Glass2017-06-121-1/+2
* | board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass2017-06-121-5/+2
* | dm: core: Supress dead-code warning in __of_get_next_child()Simon Glass2017-06-121-0/+6
* | test: bus: Add a check that dev is not NULLSimon Glass2017-06-121-0/+3
* | test: wdt: Add a check that dev is not NULLSimon Glass2017-06-121-0/+1
* | fdt: Add a check to fdt_print() for coveritySimon Glass2017-06-121-1/+1
* | fdt: Add a check to do_fdt() for coveritySimon Glass2017-06-121-1/+1
* | fdtgrep: Deal with NULL data passed to check_type_include()Simon Glass2017-06-121-11/+14
* | edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass2017-06-121-2/+2
* | test: pwm: Add a check that dev is not NULLSimon Glass2017-06-121-0/+1