aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-15board: ls1012a: LS1012A-2G5RDB board supportBhaskar Upadhaya10-2/+293
2018-01-15armv8/kconfig: Align boards of same family at one placeBhaskar Upadhaya1-2/+3
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini23-455/+1731
2018-01-12Merge git://git.denx.de/u-boot-tegraTom Rini19-62/+646
2018-01-12Makefile: ensure DTB doesn't overflow into initial stackStephen Warren1-0/+31
2018-01-12ARM: Tegra: p2771-0000: use calculate env var featureStephen Warren1-0/+20
2018-01-12ARM: Tegra186: calculate load addresses at bootStephen Warren1-1/+264
2018-01-12ARM: Tegra186: don't map memory not in RAM banksStephen Warren2-26/+55
2018-01-12ARM: tegra: p2771-000: increase max DRAM bank countStephen Warren1-0/+3
2018-01-12ARM: Tegra186: search for best RAM bankStephen Warren1-19/+69
2018-01-12ARM: bootm: don't assume sp is in DRAM bank 0Stephen Warren1-3/+12
2018-01-12ARM: Tegra186: mem parsing fixes from downstreamStephen Warren1-7/+13
2018-01-12ARM: tegra: use LINUX_KERNEL_IMAGE_HEADERStephen Warren1-0/+6
2018-01-12ARMv8: add optional Linux kernel image headerStephen Warren5-1/+159
2018-01-12ARM: tegra: use CONFIG_SYS_INIT_SP_BSS_OFFSETStephen Warren5-10/+8
2018-01-12ARMv8: Allow dynamic early stack pointerStephen Warren2-0/+16
2018-01-12ARM: tegra: remove SPL config for non-SPL SoCsStephen Warren3-10/+2
2018-01-12ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no SPLStephen Warren1-6/+9
2018-01-13mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan1-4/+5
2018-01-13power: Rearrange code to guard power command with CONFIG_SPL_BUILD guardTom Rini1-32/+29
2018-01-12travis.yml: Support RISC-VRick Chen1-0/+8
2018-01-12riscv: doc: Add relative doc to describe RISC-VRick Chen4-1/+202
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen6-3/+29
2018-01-12riscv: Support standaloneRick Chen2-0/+53
2018-01-12riscv: tools: Prelink u-bootRick Chen4-0/+219
2018-01-12riscv: defconfig: Add nx25-ae250 defconfig to support RISC-VRick Chen1-0/+36
2018-01-12riscv: configs: Add nx25-ae250.h to support RISC-VRick Chen1-0/+126
2018-01-12riscv: board: Add nx25-ae250 to support RISC-VRick Chen4-0/+115
2018-01-12riscv: Add Kconfig to support RISC-VRick Chen4-0/+93
2018-01-12riscv: nx25: include: Add header files to support RISC-VRick Chen21-0/+1669
2018-01-12riscv: nx25: dts: Add AE250 dts to support RISC-VRick Chen2-0/+110
2018-01-12riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen5-0/+407
2018-01-12riscv: cpu: Add nx25 to support RISC-VRick Chen4-0/+403
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot3-0/+6
2018-01-12mmc: don't read the size of eMMC enhanced user data area in SPLJean-Jacques Hiblot2-0/+4
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot3-2/+24
2018-01-12mmc: read ssr only if MMC write support is enabledJean-Jacques Hiblot2-11/+16
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot6-7/+21
2018-01-12mmc: reworked version lookup in mmc_startup_v4Jean-Jacques Hiblot1-25/+17
2018-01-12mmc: compile out more code if support for UHS and HS200 is not enabledJean-Jacques Hiblot1-1/+11
2018-01-12mmc: atmel: when sending a data command, use the provided block sizeJean-Jacques Hiblot1-22/+20
2018-01-12common: do not compile common fastboot code when building the SPLJean-Jacques Hiblot1-0/+2
2018-01-12am335x_hs_evm: Trim options in SPL to reduce binary sizeTom Rini1-0/+4
2018-01-12dm: mmc: sandbox: Update SD card emulationJean-Jacques Hiblot1-1/+4
2018-01-12configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPLJean-Jacques Hiblot1-0/+1
2018-01-12configs: openrd: removed support for eMMC hardware partitioningJean-Jacques Hiblot3-0/+3
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot3-0/+13
2018-01-12mmc: make UHS and HS200 optionalJean-Jacques Hiblot4-5/+135
2018-01-12mmc: convert most of printf() to pr_err() and pr_warn()Jean-Jacques Hiblot2-29/+22
2018-01-12mmc: don't use malloc_cache_aligned()Jean-Jacques Hiblot1-9/+17