summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '080202_at91rm9200dk' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-158-1/+1
|\
| * Move AT91RM9200DK board support under board/atmelHaavard Skinnemoen2008-02-148-1/+1
| | | | | | | | | | | | We already have a vendor subdir for Atmel, so we should use it. Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
* | Merge branch '080131_artila' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-1512-1/+985
|\ \
| * | Support for Artila M-501 starter kitTimo Tuunainen2008-02-1412-1/+985
| | | | | | | | | | | | | | | Kimmo Leppala / Sysart and Timo Tuunainen / Sysart
* | | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-1529-26/+1944
|\ \ \
| * | | AT91CAP9 supportStelian Pop2008-02-141-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------------- read_dataflash() takes a signed char pointer as a parameter. Silence a few warnings dues to incorrect parameter types in env_dataflash.c. Signed-off-by: Stelian Pop <stelian@popies.net>
| * | | AT91CAP9 support : move board files to Atmel vendor directory.Stelian Pop2008-02-147-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory. Signed-off-by: Stelian Pop <stelian@popies.net>
| * | | AT91CAP9 support : MACB changesStelian Pop2008-02-142-0/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stelian Pop <stelian <at> popies.net> Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
| * | | AT91CAP9 support : board/ filesStelian Pop2008-02-147-0/+754
| | | | | | | | | | | | | | | | Signed-off-by: Stelian Pop <stelian@popies.net>
| * | | AT91CAP9 support : cpu/ filesStelian Pop2008-02-149-1/+452
| | | | | | | | | | | | | | | | Signed-off-by: Stelian Pop <stelian <at> popies.net>
| * | | AT91CAP9 support : include/ filesStelian Pop2008-02-145-0/+679
| | | | | | | | | | | | | | | | Signed-off-by: Stelian Pop <stelian@popies.net>
| * | | AT91CAP9 support : build integrationStelian Pop2008-02-145-2/+15
| | | | | | | | | | | | | | | | Signed-off-by: Stelian Pop <stelian@popies.net>
| * | | Improve DataFlash CS definition.Stelian Pop2008-02-141-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a structure instead of the error prone unnamed array to define the possible dataflash banks. Signed-off-by: Stelian Pop <stelian@popies.net>
| * | | Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is onStelian Pop2008-02-141-2/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on. cpu/arm926ejs/start.o: In function `cpu_init_crit': .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init' Signed-off-by: Stelian Pop <stelian@popies.net>
* | | Merge branch '070524_netstar' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-153-69/+41
|\ \ \
| * | | Update board NetStarPeter Pearse2008-02-143-69/+41
| |/ / | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
* | | Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2008-02-157-42/+888
|\ \ \
| * | | Prepare v1.3.2-rc1 release candidateWolfgang Denk2008-02-152-2/+559
| | | |
| * | | Fix compile warning on lib_ppc/board.cAnatolij Gustschin2008-02-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * | | Add Radeon Mobility 9200 pci device id to the radeon driverAnatolij Gustschin2008-02-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch extends PCI device id table of the radeon driver so that the driver will also support Radeon Mobility 9200 (M9+) based boards. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * | | Extend ATI Radeon driver to support more video modesAnatolij Gustschin2008-02-152-15/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 800x600, 640x480 at 24, 16 and 8 bpp. Signed-off-by: Anatolij Gustschin <agust@denx.de>
| * | | xsengine: fix typo and few coding styleJean-Christophe PLAGNIOL-VILLARD2008-02-151-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| * | | Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski2008-02-151-15/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the length of the memory address range passed to the "mtest" command is not of the form 2^x - 1, not all address lines are tested. This bug is inherited from the original software at http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix this. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2008-02-151-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix timer overflow in DaVinciPeter Pearse2008-02-141-4/+9
| |/ / | | | | | | | | | Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
* | | Merge ../custodiansWolfgang Denk2008-02-1524-610/+315
|\ \ \
| * \ \ Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-1524-610/+315
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: common/cmd_reginfo.c Signed-off-by: Wolfgang Denk <wd@denx.de>
| | * \ \ Merge commit 'wd/master'Jon Loeliger2008-02-1424-56/+52
| | |\ \ \ | | | |/ /
| | * | | 86xx: Fix compilation warning in sys_eprom.cJon Loeliger2008-02-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sys_eeprom.c:82:9: warning: unknown escape sequence '\/' Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbolsJon Loeliger2008-02-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These replace direct structure references for IMMR sections. Signed-off-by: Jon Loeliger <jdl@freescale.com>
| | * | | Merge commit 'wd/master'Jon Loeliger2008-02-1386-632/+1036
| | |\ \ \
| | * \ \ \ Merge branch 'mpc86xx'Jon Loeliger2008-01-3022-610/+311
| | |\ \ \ \
| | | * | | | 86xx: Add reginfo commandBecky Bruce2008-01-245-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
| | | * | | | 86xx: Add print_laws function to fsl_law.cBecky Bruce2008-01-242-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used for debug, and will be used by board code to help implement reginfo. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
| | | * | | | 86xx: Remove old-style law setup codeBecky Bruce2008-01-2411-558/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
| | | * | | | 86xx: Convert sbc8641d to use new law setup code.Becky Bruce2008-01-243-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
| | | * | | | 86xx: Convert mpc8610hpcd to new law setup method.Becky Bruce2008-01-243-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
| | | * | | | 86xx: Support new law setup method and convert mpc8641Becky Bruce2008-01-246-2/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the support code in cpu/mpc86xx for the new law setup code recently created fsl_law.c, and changes the MPC8641HPCN config to use this code. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
| | | * | | | 86xx: Rearrange the sequence in start.SBecky Bruce2008-01-241-53/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * split the BAT initialization so that only 2 BATs (for the boot page and stack) are programmed very early on. The rest are initialized later. * Move other BAT setup, ccsrbar setup, and law setup later in the code after translation has been enabled. These changes will facilitate the moving of law and BAT initialization to C code, and will aid with 36-bit physical addressing support. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
* | | | | | | Merge ../custodiansWolfgang Denk2008-02-159-22/+22
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-02-159-22/+22
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-1.3.2'Stefan Roese2008-02-149-22/+22
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | ppc4xx: HCU4/5. Fix make O=../xxNiklaus Giger2008-02-143-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
| | | * | | | | ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD codeLarry Johnson2008-02-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Larry Johnson <lrj@acm.org>
| | | * | | | | ppc4xx: Fix ndfc HW ECC byte orderStefan Roese2008-02-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current ndfc HW ECC implementation swaps the first two ECC bytes. But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering, so this swapping in the HW ECC driver is bogus. This patch fixes this problem and now really uses the SMC ECC byte order. Thanks to Sean MacLennan for pointing this out. Signed-off-by: Stefan Roese <sr@denx.de>
| | | * | | | | ppc4xx: Fix GPIO configuration for pcs440epStefan Roese2008-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The SRD0_PFC0 register was not configured correctly to enable the GPIO's 49-63 for GPIO. They have been configured as trace signals. This patch fixes this by clearing the corresponding bit. Signed-off-by: Stefan Roese <sr@denx.de>
| | | * | | | | ppc4xx: Fix problem with init-ram bigger than 4k on 440 platformsStefan Roese2008-02-043-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | | | | Merge ../custodiansWolfgang Denk2008-02-150-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2008-02-150-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | sh: Fix register address of SH7722.Nobuhiro Iwamatsu2008-02-051-6/+6
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The address of SH7722 is wrong by old document. This patch fixes this problem. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
OpenPOWER on IntegriCloud