aboutsummaryrefslogtreecommitdiff
path: root/board/trab/auto_update.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk1-676/+0
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2008-03-19[new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>Bartlomiej Sieka1-11/+7
2008-03-12[new uImage] Fix build problems on trab boardMarian Balakowicz1-2/+2
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-4/+4
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-0/+26
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-44/+38
2007-08-12Adapt board configuration and fix kernel crash on MCC200 board.Wolfgang Denk1-6/+10
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher1-2/+2
2007-07-10board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09board/[q-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-03-23Merge with git://www.denx.de/git/u-boot.git#testing-USBMarkus Klotzbuecher1-1/+1
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-1/+0
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher1-1/+1
2006-07-19Adjust filenames for USB update images on TRAB board.Wolfgang Denk1-4/+4
2006-06-26Cleanup trab board for GCC-4.xWolfgang Denk1-4/+5
2005-10-28Fix conflicting types (flash_write()) in trab auto_update.cMarian Balakowicz1-1/+1
2005-09-21Fix bug in auto_update (trab board)Wolfgang Denk1-1/+1
2005-02-24* Add support for ext2 filesystems and image timestamps to TQM5200 boardwdenk1-0/+7
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-2/+2
2003-12-07* Patch by Pierre Aubert, 24 Nov 2003:wdenk1-1/+1
2003-12-06Accelerate booting on TRAB board: read and check autoupdate imageLABEL_2003_12_06_1550wdenk1-16/+47
2003-10-19* Fix PCI problems on PPChameleonEVBLABEL_2003_10_20_0025wdenk1-1/+2
2003-10-16TRAB auto-update: Base decision if we have to strip the imagewdenk1-6/+6
2003-10-14* Make sure HUSH is initialized for running auto-update scriptsLABEL_2003_10_14_2140wdenk1-0/+3
2003-10-09* Patch by Martin Krause, 09 Oct 2003:LABEL_2003_10_09_1515wdenk1-25/+19
2003-10-07Use IH_TYPE_FILESYSTEM for TRAB "disk" images.wdenk1-5/+13
2003-10-06* Update TRAB auto update codeLABEL_2003_10_06_2355wdenk1-17/+28
2003-09-29* Adapt TRAB configuration and auto_update to new memory layoutdzu1-10/+13
2003-09-19"start" may be legitimately 0x0000wdenk1-8/+12
2003-09-18Work on TRAB's auto_update feature.LABEL_2003_09_18_2045wdenk1-40/+108
2003-09-17Support new configuration of TRAB board with more memorywdenk1-41/+153
2003-09-17Add auto-update code for TRAB board using USB memory stickswdenk1-0/+414