aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-18dragonboard410c: Fix environment variablesAndreas Färber1-4/+4
2016-04-18efi_loader: Handle memory overflowsAndreas Färber1-4/+4
2016-04-18ARM: AM43xx: Fix BOOT_DEVICE_USB IDLokesh Vutla1-1/+2
2016-04-18configs: ks2: move CMD_NAND to defconfigsLokesh Vutla4-1/+3
2016-04-18memory: Move TI_AEMIF config to KCONFIGLokesh Vutla7-2/+28
2016-04-18drivers/power/pmic/pm8916.c: Make usid be uint32_tTom Rini1-1/+1
2016-04-18drivers/gpio/pm8916_gpio.c: Make pid be uint32_tTom Rini1-1/+1
2016-04-18m68k: fix broken buildman m68kangelo@sysam.it4-8/+24
2016-04-18gunzip.c: use block layer for writesEric Nelson1-3/+2
2016-04-18efi_loader: Expose ascending efi memory mapAlexander Graf1-2/+7
2016-04-18efi_loader: Put fdt into convenient locationAlexander Graf1-4/+26
2016-04-18efi_loader: Always flush in cache line size granularityAlexander Graf1-1/+9
2016-04-18dragonboard410c: Add CONFIG_SYS_CACHELINE_SIZEMateusz Kulikowski1-0/+2
2016-04-18efi_loader: Use system fdt as fallbackAlexander Graf1-6/+31
2016-04-18distro: Enable iso partition codeAlexander Graf1-0/+1
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf3-4/+4
2016-04-18efi_loader: Pass file path to payloadAlexander Graf3-10/+30
2016-04-18efi_loader: Add el torito supportAlexander Graf2-0/+49
2016-04-18efi_loader: Split drive add into functionAlexander Graf1-37/+47
2016-04-18iso: Allow 512 byte sector sizeAlexander Graf1-5/+31
2016-04-18iso: Start with partition 1Alexander Graf1-2/+2
2016-04-18iso: Make little endian and 64bit safeAlexander Graf2-26/+24
2016-04-18board: ti: am57xx: Add support for am572x idk in SPLSteve Kipisz2-5/+295
2016-04-18board: ti: am57xx: Update EMIF SDRAM 1 and 3 TimingsSchuyler Patton1-2/+2
2016-04-18am57x: Move CONS_INDEX to KconfigDaniel Allred3-2/+9
2016-04-18cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDTMichal Simek7-11/+8
2016-04-18kconfig: Move CONFIG_OF_LIBFDT to KconfigMichal Simek13-12/+11
2016-04-18bcm281xx: save ENV to MMCSteve Rae1-2/+5
2016-04-18bcm281xx: enable CONFIG_OF_LIBFDTSteve Rae1-0/+1
2016-04-18configs: dra74_evm: enable mmc driver modelMugunthan V N1-0/+1
2016-04-18configs: dra72_evm: enable mmc driver modelMugunthan V N1-0/+1
2016-04-18ARM: dts: dra7xx: am57xx: fix cd-gpios definition as per hardware design and ...Mugunthan V N3-2/+7
2016-04-18ARM: dts: am43xx: fix cd-gpios definition as per hardware design and dt bindi...Mugunthan V N2-2/+2
2016-04-18drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is definedMugunthan V N1-0/+5
2016-04-18drivers: mmc: omap_hsmmc: Fix conversion of address to a pointerMugunthan V N1-1/+2
2016-04-18common: env: support sata devicePeng Fan3-1/+130
2016-04-16ARM: rpi: fix 64-bit CONFIG_SYS_TEXT_BASEStephen Warren1-0/+4
2016-04-15drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini1-1/+1
2016-04-15fdt: implement dev_get_addr_name()Stephen Warren2-0/+28
2016-04-15sandbox: Enable many more commandsTom Rini3-6/+59
2016-04-14test/dm/core.c: Make pre-reloc test use pre-reloc structTom Rini1-1/+1
2016-04-14board: README.sandbox: Update dm test commandJagan Teki1-1/+2
2016-04-14doc: driver-model: Update dm tests run using test.pyJagan Teki1-101/+128
2016-04-14dm: device.c: Minor coding-style fixStefan Roese1-6/+6
2016-04-14dm: part: fix missing driver name in debug printNishanth Menon1-1/+2
2016-04-14dm: core: device: set pinctrl state for pinctrl devicePeng Fan1-0/+3
2016-04-13xpress: Update <usb/ehci-fsl.h> includeTom Rini1-1/+1
2016-04-13Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini46-292/+3058
2016-04-13ARM64: zynqmp: Use i2c cadence DM driverMichal Simek8-9/+12
2016-04-13dm: i2c: Add driver for Cadence I2C IPMoritz Fischer3-0/+343