aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2-0/+175
2015-01-19mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz1-1/+3
2015-01-19mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz1-23/+35
2015-01-19mmc: show the erase group size and HC WP group size in mmcinfo outputDiego Santa Cruz1-0/+8
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2-0/+7
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2-3/+2
2015-01-19mmc: display size and start of eMMC enhanced user data area in mmcinfoDiego Santa Cruz1-3/+8
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2-0/+19
2015-01-19mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz1-0/+1
2015-01-19mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz1-22/+30
2015-01-19mmc: skip mmcinfo partition info processing for eMMC < 4.41Diego Santa Cruz1-1/+1
2015-01-19mmc: make eMMC general purpose partition numbering match specDiego Santa Cruz1-1/+1
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz3-4/+19
2015-01-19mmc: show hardware partition sizes in mmcinfo outputDiego Santa Cruz1-0/+17
2015-01-19mmc: rmobile: Add SDHC support for Renesas rmobile ARM SoCNobuhiro Iwamatsu9-0/+897
2015-01-16Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini21-399/+579
2015-01-16powerpc: 74xx_7xx: remove 74xx_7xx cpu supportMasahiro Yamada93-18881/+5
2015-01-16mpc8xx: remove unused linker scriptMasahiro Yamada1-82/+0
2015-01-16ppc4xx: remove dead codeMasahiro Yamada2-14/+0
2015-01-15Merge branch 'buildman' of git://git.denx.de/u-boot-x86Tom Rini9-78/+606
2015-01-14buildman: Add an option to write the full build outputSimon Glass4-3/+9
2015-01-14buildman: Add the option to download toolchains from kernel.orgSimon Glass6-13/+303
2015-01-14buildman: Allow architecture to alias to multiple toolchainsSimon Glass3-5/+23
2015-01-14buildman: Don't use the local settings when running testsSimon Glass1-1/+14
2015-01-14buildman: Don't complain about missing sections in ~/.buildmanSimon Glass1-1/+0
2015-01-14buildman: Add documentation about the .buildman fileSimon Glass1-20/+53
2015-01-14buildman: Add a note about Python pre-requisitesSimon Glass1-1/+10
2015-01-14buildman: Add an option to use the full tool chain pathSimon Glass5-10/+25
2015-01-14buildman: Put the toolchain path first instead of last in PATHSimon Glass1-1/+1
2015-01-14buildman: Try to avoid hard-coded string parsingSimon Glass1-1/+8
2015-01-14buildman: Allow specifying a range of commits to buildSimon Glass3-9/+45
2015-01-14buildman: Don't remove entire output directory when testingSimon Glass1-1/+2
2015-01-14buildman: Add an option to flatten output directory treesSimon Glass4-6/+24
2015-01-14buildman: Try to guess the upstream commitSimon Glass3-16/+67
2015-01-14buildman: Don't prune output space for 'current source' buildSimon Glass1-0/+2
2015-01-14buildman: Put build in 'current', not 'current/current'Simon Glass1-4/+3
2015-01-14buildman: Add tests that check the correct output directory is usedSimon Glass1-0/+31
2015-01-14Merge branch 'next' of git://git.denx.de/u-boot-videoTom Rini7-354/+347
2015-01-14net: Declare physical address as phys_addr_t unsigned typeMichal Simek1-1/+1
2015-01-14ARM: armv8: Fix typo in commentaryMichal Simek1-1/+1
2015-01-14doc: ARM: Use the right function nameMichal Simek1-1/+1
2015-01-14Kconfig: move CONFIG_SYS_CLK_FREQ to KconfigAlexey Brodkin9-4/+10
2015-01-14spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOTMasahiro Yamada1-25/+39
2015-01-14image: Enable OpenRTOS booting via fitImageMarek Vasut1-2/+8
2015-01-14image: bootm: Add OpenRTOS image typeMarek Vasut3-0/+34
2015-01-14Add support for Seagate BlackArmor NAS220Evgeni Dobrev8-0/+469
2015-01-14arm: vf610: Remove duplicate MTD defines.Bill Pringlemeir1-3/+0
2015-01-14lzo: Update dst_len even on errorSimon Glass1-1/+3
2015-01-14gunzip: Update lenp even on errorSimon Glass1-3/+4
2015-01-14bzlib: Update destLen even on errorSimon Glass1-1/+1