aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-31Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPTAlbert ARIBAUD4-4/+0
2011-05-31ARMV7: Vexpress: Add missing MMC headerDirk Behme1-0/+1
2011-05-31arm/km: update mgcoge3un board supportHolger Brunck2-14/+91
2011-05-31mvgbe: enable configurability of PORT_SERIAL_CONTROL_VALUEValentin Longchamp1-0/+2
2011-05-31arm/km: rename mgcoge2un to mgcoge3unValentin Longchamp4-10/+210
2011-05-31arm/km: add second serial interface for kirkwoodHolger Brunck1-0/+6
2011-05-31arm/km: disable ls (through jffs2 support)Valentin Longchamp1-0/+1
2011-05-31arm/km: introduce bootcount env variable and clean km_armValentin Longchamp2-13/+18
2011-05-31arm/km: move CONFIG_EXTRA_ENV_SETTINGS from board to km_arm fileValentin Longchamp4-45/+15
2011-05-31arm/km: remove CONFIG_SYS_KWD_CONFIG from keymile-common.hValentin Longchamp1-9/+0
2011-05-26ARMV7: MMC SPL Boot support for SMDKV310 boardChander Kashyap5-0/+403
2011-05-26ARMV7: Add support for Samsung SMDKV310 BoardChander Kashyap7-0/+1191
2011-05-26S5PC2XX: clock: support pwm clock for evt1 (cpu revision 1)Minkyu Kang1-20/+26
2011-05-26S5P: add set_mmc_clk for external clock controlJaehoon Chung7-0/+45
2011-05-26S5PC2XX: Support the cpu revisionMinkyu Kang2-1/+13
2011-05-26S5P:SROM config code moved to s5p-common directoryChander Kashyap6-19/+70
2011-05-26Add _end for the end of u-boot image for SMDK6400seedshope1-0/+2
2011-05-26MMC S5P: Fix typoDirk Behme1-1/+1
2011-05-26S5P: GPIO Macro Values Corrected.Chander Kashyap2-6/+5
2011-05-26SMDK2410: various cleanup/code style fixesDavid Müller (ELSOFT AG)2-71/+135
2011-05-26SMDK2410: use the CFI driver (and remove the old one)David Müller (ELSOFT AG)4-454/+25
2011-05-26SMDK2410: remove unneeded config.mkDavid Müller (ELSOFT AG)2-25/+2
2011-05-26SMDK2410: activate ARM relocation featureDavid Müller (ELSOFT AG)1-0/+6
2011-05-23BeagleBoard: fixed typo in typecastJason Kridner1-1/+1
2011-05-23mvsata: issue hard reset on initializationMichael Walle1-1/+9
2011-05-23VCMA9: use ARM relocation feature to fix build errorDavid Müller (ELSOFT AG)1-0/+5
2011-05-23MX31: drop warnings due to missing prototype for mxc_watchdog_reset()Stefano Babic1-0/+1
2011-05-23MX5: drop config.mk from efikamx boardStefano Babic2-26/+1
2011-05-23MX31: Make get_reset_cause() static and drop unreachable codeStefano Babic1-5/+1
2011-05-23MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.Fabio Estevam2-2/+0
2011-05-23MX53: Handle silicon revision 2.1 caseFabio Estevam1-7/+3
2011-05-23mx5: board: code clean up for checkboard codeJason Liu4-137/+4
2011-05-23MX51: vision2: Fix build for vision2 board.Fabio Estevam3-26/+2
2011-05-23MX51: vision: Let video mode struct be independant of watchdog.Fabio Estevam1-3/+2
2011-05-23MX53: Add initial support for MX53SMD board.Fabio Estevam6-0/+567
2011-05-23MX53: support for freescale MX53LOCO boardJason Liu6-0/+633
2011-05-23mx5: Fix CONFIG_OF_LIBFDT redefined warningShawn Guo2-4/+0
2011-05-23mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definitionShawn Guo2-2/+0
2011-05-23mx31pdk: Clean up mx31pdk.h fileFabio Estevam1-16/+16
2011-05-22.gitignore: update list of u-boot.* files and add *.binecc1-3/+5
2011-05-22MPC8xx: Make SPD823TS board build againWolfgang Denk1-1/+0
2011-05-19Prepare v2011.06-rc1v2011.06-rc1Wolfgang Denk1-2/+2
2011-05-19Minor coding style cleanup.Wolfgang Denk16-21/+11
2011-05-19net/tftp.c: fix typoLuca Ceresoli1-1/+1
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli4-2/+26
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli2-4/+64
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli1-6/+6
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli1-14/+14
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli1-2/+2
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli1-5/+6