aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-08omap_hsmmc: add driver check for write protectionNikita Kiryanov28-36/+47
2013-03-08mmc: add support for write protectionNikita Kiryanov16-0/+39
2013-03-08cm-t35: implement board specific card detect checkNikita Kiryanov1-0/+11
2013-03-08omap_hsmmc: implement driver check for card detectionNikita Kiryanov28-49/+69
2013-03-08omap_hsmmc: introduce omap_hsmmc_data structNikita Kiryanov1-10/+18
2013-03-08omap_hsmmc: fix out of bounds array accessNikita Kiryanov1-1/+1
2013-03-08omap: consolidate common mmc definitionsNikita Kiryanov5-551/+175
2013-03-08am33xx: Update DDR3 EMIF configuration sequenceTom Rini1-3/+9
2013-03-08am335x_evm: Add am335x_evm_usbspl build targetTom Rini3-4/+3
2013-03-08am335x_evm: Never set CONFIG_EXTRA_ENV_SETTINGS in SPLTom Rini1-1/+3
2013-02-28ARM: ns9750dev: remove remainders of dead boardWolfgang Denk17-2163/+2
2013-02-28README.scrapyard: add missing commit IDsWolfgang Denk1-80/+80
2013-02-21Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD19-32/+424
2013-02-21Merge 'u-boot-microblaze/mainline/arm' into 'u-boot-arm/master'Albert ARIBAUD7-1/+212
2013-02-18am335x evm: Add am335x_evm_spiboot targetTom Rini2-2/+24
2013-02-18doc/SPL/README.am335x-network: Document using ethernet (and USB) SPLIlya Yanok1-0/+92
2013-02-18am335x_evm: Add NET environment variablesChase Maupin1-0/+15
2013-02-18am335x_evm: Add SPI environment variablesChase Maupin1-0/+14
2013-02-18am335x_evm: Add NAND environment variablesChase Maupin1-0/+14
2013-02-18omap3: mvblx: pass FPGA version to the kernelMichael Jones2-1/+14
2013-02-18omap3: mvblx: select fpgafilename according to orientationMichael Jones2-3/+27
2013-02-18omap3: mvblx: change console to ttyO0 and make silent by default.Howard Gray1-5/+13
2013-02-18OMAP3: igep00x0: Add new IGEP COM PROTON.Enric Balletbo i Serra4-1/+10
2013-02-18OMAP3: igep00x0: add missing include mach-types.hEnric Balletbo i Serra1-0/+1
2013-02-18OMAP3: igep00x0: use official board names.Enric Balletbo i Serra1-2/+2
2013-02-18am335x_evm: enable support for booting via USBIlya Yanok2-17/+35
2013-02-18am33xx: support for booting via usbethIlya Yanok2-0/+4
2013-02-18spl: support for booting via usbethIlya Yanok2-0/+7
2013-02-18am33xx: pcm051: Remove wp pin mux for sd-cardLars Poeschel1-1/+0
2013-02-18beagle: expansion boards: add LSR COM6L adapterrobertcnelson@gmail.com1-0/+6
2013-02-18beagle: expansion boards: retry i2c_read with 16bit addressingrobertcnelson@gmail.com1-0/+8
2013-02-18da8xx: Add the missing pinmux for da830 to the gpio driverTomas Novotny2-0/+137
2013-02-18da8xx: ea20: Add the configuration define for the exact SoC variantTomas Novotny1-0/+1
2013-02-15Merge branch 'fixes' of git://git.denx.de/u-boot-mipsTom Rini1-8/+0
2013-02-15MIPS: board.c: remove manual relocation of env_name_specDaniel Schwierzeck1-8/+0
2013-02-14x86: Remove unused real mode codeSimon Glass12-1799/+0
2013-02-14x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass4-7/+6
2013-02-14x86: Remove unneeded cruft from main MakefileSimon Glass1-5/+1
2013-02-14x86: Remove sc520 cpuSimon Glass12-1591/+0
2013-02-14x86: Remove eNET boardsSimon Glass8-1238/+0
2013-02-12Merge branch 'next' of git://git.denx.de/u-boot-mipsTom Rini10-253/+268
2013-02-12MIPS: add dynamic relocation supportGabor Juhos6-12/+94
2013-02-12MIPS: u-boot.lds: add relocation specific sectionsGabor Juhos1-1/+41
2013-02-12MIPS: start.S: use symbol __image_copy_end for U-Boot image relocationDaniel Schwierzeck5-19/+9
2013-02-12MIPS: start.S: optimize BSS initializationDaniel Schwierzeck3-28/+35
2013-02-12MIPS: board.c: switch to new symbols __bss_end and __image_copy_endDaniel Schwierzeck1-2/+3
2013-02-12MIPS: u-boot.lds: introduce symbol __image_copy_endDaniel Schwierzeck2-0/+8
2013-02-12MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end]Daniel Schwierzeck2-5/+18
2013-02-12MIPS: compute num_got_entries from .got section's sizeGabor Juhos1-4/+2
2013-02-12MIPS: start.S: unify and simplify reset vector handlingDaniel Schwierzeck2-176/+57