summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* svn_rev_430Sascha Hauer2007-07-051-12/+0
|
* svn_rev_270Sascha Hauer2007-07-051-1/+1
| | | | WIP FS support
* svn_rev_258Sascha Hauer2007-07-051-2/+11
| | | | remove unnecassary defines
* svn_rev_222Sascha Hauer2007-07-051-5/+1
| | | | remove unneeded cfi_platform_data
* svn_rev_213Sascha Hauer2007-07-051-0/+26
| | | | move defines from global config here
* svn_rev_193Sascha Hauer2007-07-051-0/+60
| | | | add devices
* svn_rev_174Sascha Hauer2007-07-051-1/+1
| | | | powerpc expands to 1. use "powerpc" instead
* svn_rev_171Sascha Hauer2007-07-051-1/+7
| | | | add initcalls
* svn_rev_168Sascha Hauer2007-07-051-0/+0
|
* svn_rev_164Sascha Hauer2007-07-051-0/+2
| | | | add __init_size needed for relocation
* svn_rev_161Sascha Hauer2007-07-051-0/+2
|
* svn_rev_156Sascha Hauer2007-07-054-0/+472
| | | | add phycore mpc5200b tiny support
* svn_rev_149Sascha Hauer2007-07-051-13/+2
| | | | no need for bi_dram in global data (untested)
* svn_rev_145Sascha Hauer2007-07-051-13/+12
| | | | add env spec
* svn_rev_129Sascha Hauer2007-07-052-18/+16
| | | | make it work again
* svn_rev_124Sascha Hauer2007-07-051-0/+6
|
* svn_rev_122Sascha Hauer2007-07-051-38/+0
| | | | rmeove. It is autogenerated
* svn_rev_120Sascha Hauer2007-07-054-56/+105
| | | | implement initcalls
* svn_rev_115Sascha Hauer2007-07-051-18/+30
| | | | make scb9328 work
* svn_rev_112Sascha Hauer2007-07-054-0/+336
|
* svn_rev_109Sascha Hauer2007-07-051-11/+39
| | | | do not know anymore
* svn_rev_072Sascha Hauer2007-07-051-1/+2
| | | | needs update
* svn_rev_066Sascha Hauer2007-07-056-0/+644
| | | | ups, lost
* svn_rev_065Sascha Hauer2007-07-054-0/+249
| | | | ups, lost
* svn_rev_055Sascha Hauer2007-07-0510-893/+0
| | | | remove all boards except the ones I am working on
* svn_rev_045Sascha Hauer2007-07-054-0/+249
| | | | add eco920 board support
* svn_rev_033Sascha Hauer2007-07-051-2/+0
| | | | change to clocksource api
* svn_rev_022Sascha Hauer2007-07-051-55/+1
| | | | update Makefiles to kbuild
* svn_rev_018Sascha Hauer2007-07-051-3/+3
| | | | need reg2 fix to compile these
* svn_rev_003Sascha Hauer2007-07-0546-2407/+0
| | | | remove all #if 0 and #if 1
* svn_rev_002Sascha Hauer2007-07-051530-351189/+0
| | | | | Consider all boards containing it's own flash.c as unmaintained and remove them.
* [PATCH] Update ALPR board filesStefan Roese2007-01-062-20/+11
| | | | | | | This update brings the ALPR board support to the newest version. It also fixes a problem with the NAND driver. Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/stefan/git/u-boot/denx-merge-srStefan Roese2007-01-051-9/+12
|\
| * Merge with /home/tur/proj/v38b/u-bootWolfgang Denk2007-01-041-9/+12
| |\
| | * Few V38B changes:Bartlomiej Sieka2006-12-281-9/+12
| | | | | | | | | | | | | | | | | | - fix a typo in V38B config file - move watchdog initialisation earlier in the boot process - add "wdt=off" to default kernel command line (disables kernel watchdog)
* | | [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)Stefan Roese2007-01-051-3/+12
| | | | | | | | | | | | | | | | | | | | | This fix will make the MAL burst disabling patch for the Linux EMAC driver obsolete. Signed-off-by: Stefan Roese <sr@denx.de>
* | | [PATCH] Add DDR2 optimization code for Sequoia (440EPx) boardStefan Roese2007-01-053-10/+866
|/ / | | | | | | | | | | | | | | | | | | This code will optimize the DDR2 controller setup on a board specific basis. Note: This code doesn't work right now on the NAND booting image for the Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. Signed-off-by: Stefan Roese <sr@denx.de>
* | Minor code cleanup.Wolfgang Denk2006-12-241-316/+314
| |
* | Merge with /home/hs/TQ/u-boot-devWolfgang Denk2006-12-2410-6/+1448
|\ \
| * | Added support for the TQM8272 board from TQHeiko Schocher2006-12-2110-6/+1448
| |/ | | | | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* | [PATCH] Fix sequoia flash autodetection (finally correct)Stefan Roese2006-12-221-3/+11
| | | | | | | | | | | | | | Now 32MByte and 64MByte FLASH is know to work and other configurations should work too. Signed-off-by: Stefan Roese <sr@denx.de>
* | Minor code cleanup; update CHANGELOG.Wolfgang Denk2006-12-221-21/+9
| |
* | Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka2006-12-205-0/+739
| |
* | automatic update mechanismAndrei Safronov2006-12-083-1/+475
| |
* | Code cleanup.Wolfgang Denk2006-11-3016-115/+113
| |
* | Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk2006-11-3015-34/+2289
|\ \
| * \ Merge http://www.denx.de/git/u-bootKim Phillips2006-11-2813-2/+1149
| |\ \
| * | | mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Implement various code style fixes and similar changes. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi2006-11-034-43/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. Added multiple I2C bus support to fsl_i2c.c. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-038-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx tree matches the other 8xxx trees. Signed-off-by: Timur Tabi <timur@freescale.com>