summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-26S5P:SROM config code moved to s5p-common directoryChander Kashyap
2011-05-26Add _end for the end of u-boot image for SMDK6400seedshope
2011-05-26MMC S5P: Fix typoDirk Behme
2011-05-26S5P: GPIO Macro Values Corrected.Chander Kashyap
2011-05-26SMDK2410: various cleanup/code style fixesDavid Müller (ELSOFT AG)
2011-05-26SMDK2410: use the CFI driver (and remove the old one)David Müller (ELSOFT AG)
2011-05-26SMDK2410: remove unneeded config.mkDavid Müller (ELSOFT AG)
2011-05-26SMDK2410: activate ARM relocation featureDavid Müller (ELSOFT AG)
2011-05-23BeagleBoard: fixed typo in typecastJason Kridner
2011-05-23mvsata: issue hard reset on initializationMichael Walle
2011-05-23VCMA9: use ARM relocation feature to fix build errorDavid Müller (ELSOFT AG)
2011-05-23MX31: drop warnings due to missing prototype for mxc_watchdog_reset()Stefano Babic
2011-05-23MX5: drop config.mk from efikamx boardStefano Babic
2011-05-23MX31: Make get_reset_cause() static and drop unreachable codeStefano Babic
2011-05-23MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.Fabio Estevam
2011-05-23MX53: Handle silicon revision 2.1 caseFabio Estevam
2011-05-23mx5: board: code clean up for checkboard codeJason Liu
2011-05-23MX51: vision2: Fix build for vision2 board.Fabio Estevam
2011-05-23MX51: vision: Let video mode struct be independant of watchdog.Fabio Estevam
2011-05-23MX53: Add initial support for MX53SMD board.Fabio Estevam
2011-05-23MX53: support for freescale MX53LOCO boardJason Liu
2011-05-23mx5: Fix CONFIG_OF_LIBFDT redefined warningShawn Guo
2011-05-23mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definitionShawn Guo
2011-05-23mx31pdk: Clean up mx31pdk.h fileFabio Estevam
2011-05-22.gitignore: update list of u-boot.* files and add *.binecc
2011-05-22MPC8xx: Make SPD823TS board build againWolfgang Denk
2011-05-19Prepare v2011.06-rc1Wolfgang Denk
2011-05-19Minor coding style cleanup.Wolfgang Denk
2011-05-19net/tftp.c: fix typoLuca Ceresoli
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli
2011-05-19net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli
2011-05-19Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-05-18km/common: add pnvramsize to default environmentHolger Brunck
2011-05-18km/common: simplify default environmentHolger Brunck
2011-05-18km/common: implement boardId HWkey checks as u-boot cmdThomas Herzmann
2011-05-18MMC: omap_hsmmc.c: Add missing prototype headerDirk Behme
2011-05-18fsl_esdhc: Initialize mmc->b_maxFabio Estevam
2011-05-18mmc: enable partition switch function for emmcLei Wen
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen
2011-05-18mmc_spi: generate response for send status commandThomas Chou