summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | mpc83xx: Fix the incorrect dcbz operationDave Liu2006-11-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 834x rev1.x silicon has one CPU5 errata. The issue is when the data cache locked with HID0[DLOCK], the dcbz instruction looks like no-op inst. The right behavior of the data cache is when the data cache Locked with HID0[DLOCK], the dcbz instruction allocates new tags in cache. The 834x rev3.0 and later and 8360 have not this bug inside. So, when 834x rev3.0/8360 are working with ECC, the dcbz instruction will corrupt the stack in cache, the processor will checkstop reset. However, the 834x rev1.x can work with ECC with these code, because the sillicon has this cache bug. The dcbz will not corrupt the stack in cache. Really, it is the fault code running on fault sillicon. This patch fix the incorrect dcbz operation. Instead of CPU FP writing to initialise the ECC. CHANGELOG: * Fix the incorrect dcbz operation instead of CPU FP writing to initialise the ECC memory. Otherwise, it will corrupt the stack in cache, The processor will checkstop reset. Signed-off-by: Dave Liu <daveliu@freescale.com>
| * | | mpc83xx: add OF_FLAT_TREE bits to 83xx boardsKim Phillips2006-11-036-0/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and STDOUT_PATH configuration bits to mpc8349emds, mpc8349itx, and mpc8360emds board code. redo environment to use bootm with the fdtaddr for booting ARCH=powerpc kernels by default, and provide default fdtaddr values.
| * | | mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and ↵Timur Tabi2006-11-034-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MPC8360EMDS This patch also adds an improved I2C set_speed(), which handles all clock frequencies. Signed-off-by: Timur Tabi <timur@freescale.com>
| * | | mpc83xx: add QE ethernet supportDave Liu2006-11-031-0/+56
| | | | | | | | | | | | | | | | this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
| * | | mpc83xx: Add MPC8360EMDS basic board supportDave Liu2006-11-035-0/+1069
| | | | | | | | | | | | | | | | | | | | Add support for the Freescale MPC8360EMDS board. Includes DDR, DUART, Local Bus, PCI.
| * | | mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITXTimur Tabi2006-11-031-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PREREQUISITE PATCHES: * This patch can only be applied after the following patches have been applied: 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2" 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2" CHANGELOG: * For the 8349E-mITX, fix some size values in pci_init_board(), enable the clock for the 2nd USB board (Linux kernel will hang otherwise), and fix the CONFIG_BOOTARGS macro. Signed-off-by: Timur Tabi <timur@freescale.com>