]> git.sur5r.net Git - u-boot/log
u-boot
16 years agoMerge with git://www.denx.de/git/u-boot.git
Stefan Roese [Fri, 20 Jul 2007 12:28:02 +0000 (14:28 +0200)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoFix breakage of 8xx boards from recent commit.
Rafal Jaworowski [Thu, 19 Jul 2007 15:12:28 +0000 (17:12 +0200)]
Fix breakage of 8xx boards from recent commit.

This patch fixes the negative consequences for 8xx of the recent
"ppc4xx: Clean up 440 exceptions handling" commit.

Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
16 years agoCoding style cleanup
Stefan Roese [Mon, 16 Jul 2007 11:11:12 +0000 (13:11 +0200)]
Coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoMerge with /home/stefan/git/u-boot/u-boot-coldfire-freescale
Stefan Roese [Mon, 16 Jul 2007 09:51:41 +0000 (11:51 +0200)]
Merge with /home/stefan/git/u-boot/u-boot-coldfire-freescale

16 years agoUpdate CHANGELOG
Wolfgang Denk [Sat, 14 Jul 2007 20:51:02 +0000 (22:51 +0200)]
Update CHANGELOG

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge with /home/hs/Atronic/u-boot-dev-new
Heiko Schocher [Fri, 13 Jul 2007 23:07:51 +0000 (01:07 +0200)]
Merge with /home/hs/Atronic/u-boot-dev-new

16 years ago[PCS440EP] - fix compile error, if BUILD_DIR is used
Heiko Schocher [Fri, 13 Jul 2007 23:06:58 +0000 (01:06 +0200)]
[PCS440EP]  - fix compile error, if BUILD_DIR is used

16 years agomake show_boot_progress () weak.
Heiko Schocher [Fri, 13 Jul 2007 07:54:17 +0000 (09:54 +0200)]
make show_boot_progress () weak.

Signed-off-by: Heiko Schocher <hs@denx.de>
16 years ago[PCS440EP] - The DIAG LEDs are now blinking, if an error occur
Heiko Schocher [Fri, 13 Jul 2007 06:26:05 +0000 (08:26 +0200)]
[PCS440EP] - The DIAG LEDs are now blinking, if an error occur
- fix compile error, if BUILD_DIR is used

Signed-off-by: Heiko Schocher <hs@denx.de>
16 years agoUpdate CHANGELOG, minor coding style cleanup.
Wolfgang Denk [Wed, 11 Jul 2007 23:45:34 +0000 (01:45 +0200)]
Update CHANGELOG, minor coding style cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge with /home/tur/git/u-boot#cm1_qp1
Wolfgang Denk [Wed, 11 Jul 2007 23:42:41 +0000 (01:42 +0200)]
Merge with /home/tur/git/u-boot#cm1_qp1

16 years agoCM1.QP1: Support for the Schindler CM1.QP1 board.
Bartlomiej Sieka [Wed, 11 Jul 2007 18:11:07 +0000 (20:11 +0200)]
CM1.QP1: Support for the Schindler CM1.QP1 board.

Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16 years ago[PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
Heiko Schocher [Wed, 11 Jul 2007 16:39:11 +0000 (18:39 +0200)]
[PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
            - now the Flash ST M29W040B is supported (not tested)
            - fix the "led" command
            - fix compile error, if BUILD_DIR is used

Signed-off-by: Heiko Schocher <hs@denx.de>
16 years agoMerge branch 'master' into u-boot-5329-early
John Rigby [Tue, 10 Jul 2007 20:58:41 +0000 (14:58 -0600)]
Merge branch 'master' into u-boot-5329-early

16 years agoCache update and added CFG_UNIFY_CACHE
TsiChung [Tue, 10 Jul 2007 20:45:43 +0000 (15:45 -0500)]
Cache update and added CFG_UNIFY_CACHE

Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.

Signed-off-by: TsiChung <tcliew@Goku.(none)>
16 years agoUpdate header file. Include dtimer_intr_setup(). Changed timer divider to global...
TsiChungLiew [Fri, 6 Jul 2007 04:36:16 +0000 (23:36 -0500)]
Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.

Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate header files
TsiChungLiew [Fri, 6 Jul 2007 04:31:25 +0000 (23:31 -0500)]
Update header files

Include immap.h and renamed mcfrtc.h to rtc.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoAdd mcffec_initialize()
TsiChungLiew [Fri, 6 Jul 2007 04:29:21 +0000 (23:29 -0500)]
Add mcffec_initialize()

Added mcffec_initialize() in eth_initialize()

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate header file and clean up
TsiChungLiew [Fri, 6 Jul 2007 04:27:40 +0000 (23:27 -0500)]
Update header file and clean up

Include immap.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoNew uart structure and defines
TsiChungLiew [Fri, 6 Jul 2007 04:23:15 +0000 (23:23 -0500)]
New uart structure and defines

Seperated from mcfuart.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoNew timer structure and defines
TsiChungLiew [Fri, 6 Jul 2007 04:22:31 +0000 (23:22 -0500)]
New timer structure and defines

Seperated from mcftimer.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoRename mcfrtc to rtc
TsiChungLiew [Fri, 6 Jul 2007 04:21:09 +0000 (23:21 -0500)]
Rename mcfrtc to rtc

Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoRename mcfserial.c. Update include header
TsiChungLiew [Fri, 6 Jul 2007 04:17:36 +0000 (23:17 -0500)]
Rename mcfserial.c. Update include header

Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoHeader file update, clean up and cache handling
TsiChungLiew [Fri, 6 Jul 2007 04:13:58 +0000 (23:13 -0500)]
Header file update, clean up and cache handling

Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoCreate interrupts.c and modify Makefile
TsiChungLiew [Fri, 6 Jul 2007 04:10:40 +0000 (23:10 -0500)]
Create interrupts.c and modify Makefile

interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoEnable Icache
TsiChungLiew [Fri, 6 Jul 2007 04:06:55 +0000 (23:06 -0500)]
Enable Icache

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate header file and some clean up
TsiChungLiew [Fri, 6 Jul 2007 04:05:31 +0000 (23:05 -0500)]
Update header file and some clean up

Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate header file and enable icache
TsiChungLiew [Fri, 6 Jul 2007 04:03:28 +0000 (23:03 -0500)]
Update header file and enable icache

Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate header file and removed interrupt_init()
TsiChungLiew [Fri, 6 Jul 2007 04:01:22 +0000 (23:01 -0500)]
Update header file and removed interrupt_init()

Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoUpdate for flash.o and mii.o
TsiChungLiew [Fri, 6 Jul 2007 03:57:46 +0000 (22:57 -0500)]
Update for flash.o and mii.o

Removed flash.o and added mii.o

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoMII functions calls.
TsiChungLiew [Fri, 6 Jul 2007 03:56:19 +0000 (22:56 -0500)]
MII functions calls.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoRemoved MII functions and replaced immap_5329.h and m5329.h with immap.h.
TsiChungLiew [Fri, 6 Jul 2007 03:54:42 +0000 (22:54 -0500)]
Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.

The removed MII routines will be placed in mii.c.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoDuplicate code
TsiChungLiew [Fri, 6 Jul 2007 03:51:05 +0000 (22:51 -0500)]
Duplicate code

There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoSeperate old structure defines and new structure defines
TsiChungLiew [Fri, 6 Jul 2007 03:46:38 +0000 (22:46 -0500)]
Seperate old structure defines and new structure defines

Removed new uart structure and defines to uart.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoSeperate old structure defines and new structure defines
TsiChungLiew [Fri, 6 Jul 2007 03:45:01 +0000 (22:45 -0500)]
Seperate old structure defines and new structure defines

New timer structure and defines will move to new timer.h

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoClean up
TsiChungLiew [Fri, 6 Jul 2007 03:42:23 +0000 (22:42 -0500)]
Clean up

Removed whitespace

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoClean up
TsiChungLiew [Fri, 6 Jul 2007 03:41:24 +0000 (22:41 -0500)]
Clean up

Replaced whitespace with tabs

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoCreate new header file and move peripherals base address from configs file to new...
TsiChungLiew [Fri, 6 Jul 2007 03:39:07 +0000 (22:39 -0500)]
Create new header file and move peripherals base address from configs file to new header file.

Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoRevert file mode
TsiChungLiew [Fri, 6 Jul 2007 03:24:58 +0000 (22:24 -0500)]
Revert file mode

Changed MAKEALL file mode to executable, removed executable file mode from Makefile

Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16 years agoCoding style cleanup; update CHANGELOG.
Wolfgang Denk [Mon, 9 Jul 2007 22:01:28 +0000 (00:01 +0200)]
Coding style cleanup; update CHANGELOG.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge with /home/hs/Atronic/u-boot
Wolfgang Denk [Mon, 9 Jul 2007 21:41:45 +0000 (23:41 +0200)]
Merge with /home/hs/Atronic/u-boot

16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Wolfgang Denk [Fri, 6 Jul 2007 00:50:34 +0000 (02:50 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

16 years agoCode cleanup and default config update for STC GP3 SSA board.
Wolfgang Denk [Fri, 6 Jul 2007 00:50:19 +0000 (02:50 +0200)]
Code cleanup and default config update for STC GP3 SSA board.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerged POST framework with the current TOT.
Sergei Poselenov [Thu, 5 Jul 2007 06:17:37 +0000 (08:17 +0200)]
Merged POST framework with the current TOT.

Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16 years agoresubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
Niklaus Giger [Wed, 27 Jun 2007 16:11:38 +0000 (18:11 +0200)]
resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX

Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
16 years agoppc4xx: Update lwmon5 board
Stefan Roese [Wed, 4 Jul 2007 08:06:30 +0000 (10:06 +0200)]
ppc4xx: Update lwmon5 board

- Add optional ECC generation routine to preserve existing
  RAM values. This is needed for the Linux log-buffer support
- Add optional DDR2 setup with CL=4
- GPIO50 not used anymore
- Lime register setup added

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-testing
Wolfgang Denk [Tue, 3 Jul 2007 13:07:56 +0000 (15:07 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-testing

16 years agoFix S-ATA support.
Mushtaq Khan [Sat, 30 Jun 2007 16:50:48 +0000 (18:50 +0200)]
Fix S-ATA support.

Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
16 years agoMerge with git://www.denx.de/git/u-boot.git
Stefan Roese [Mon, 25 Jun 2007 18:20:30 +0000 (20:20 +0200)]
Merge with git://www.denx.de/git/u-boot.git

16 years ago[PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
Heiko Schocher [Mon, 25 Jun 2007 17:11:37 +0000 (19:11 +0200)]
[PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG

Signed-off-by: Heiko Schocher <hs@denx.de>
16 years agoppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
Niklaus Giger [Mon, 25 Jun 2007 15:03:13 +0000 (17:03 +0200)]
ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt

This patch prints the DDR status registers upon machine check
interrupt on the 440EPx/GRx. This can be useful especially when
ECC support is enabled.

I added some small changes to the original patch from Niklaus to
make it compile clean.

Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoppc4xx: Fix O=buildir builds
Niklaus Giger [Mon, 25 Jun 2007 14:50:55 +0000 (16:50 +0200)]
ppc4xx: Fix O=buildir builds

This patch fixes the problem to assemble cpu/ppc4xx/start.S
experienced last week where building failed having specified
O=../build.sequoia.

Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
16 years agoppc4xx: Add pci_pre_init() for 405 boards
Stefan Roese [Mon, 25 Jun 2007 13:57:39 +0000 (15:57 +0200)]
ppc4xx: Add pci_pre_init() for 405 boards

This patch removes the CFG_PCI_PRE_INIT option completely, since
it's not needed anymore with the patch from Matthias Fuchs with
the "weak" pci_pre_init() implementation.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoppc4xx: Maintenance patch for esd's CPCI405 derivats
Matthias Fuchs [Sun, 24 Jun 2007 15:41:21 +0000 (17:41 +0200)]
ppc4xx: Maintenance patch for esd's CPCI405 derivats

-add pci_pre_init() for pci interrupt fixup code
-disable phy sleep mode via reset_phy() function
-use correct io accessors
-cleanup

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16 years agoppc4xx: Add pci_pre_init() for 405 boards
Matthias Fuchs [Sun, 24 Jun 2007 15:23:41 +0000 (17:23 +0200)]
ppc4xx: Add pci_pre_init() for 405 boards

This patch adds support for calling a plattform dependant
pci_pre_init() function for 405 boards. This can be used to
move the current pci_405gp_fixup_irq() function into the
board code.

This patch also makes the CFG_PCI_PRE_INIT define obsolete.
A default function with 'weak' attribute is used when
a board specific pci_pre_init() is not implemented.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16 years agoCoding stylke cleanup; rebuild CHANGELOG
Wolfgang Denk [Fri, 22 Jun 2007 21:59:00 +0000 (23:59 +0200)]
Coding stylke cleanup; rebuild CHANGELOG

16 years agoAdapt log buffer code to support Linux 2.6
Igor Lisitsin [Wed, 18 Apr 2007 10:55:19 +0000 (14:55 +0400)]
Adapt log buffer code to support Linux 2.6

A new environment variable, "logversion", selects the log buffer
behaviour. If it is not set or set to a value other than 2, then the
old, Linux 2.4.4, behaviour is selected.

Signed-off-by: Igor Lisitsin <igor@emcraft.com>
--

16 years agoExtend POST support for PPC440
Igor Lisitsin [Wed, 28 Mar 2007 15:06:19 +0000 (19:06 +0400)]
Extend POST support for PPC440

Added memory, CPU, UART, I2C and SPR POST tests for PPC440.

Signed-off-by: Igor Lisitsin <igor@emcraft.com>
--

16 years ago[PCS440EP] upgrade the PCS440EP board:
Heiko Schocher [Fri, 22 Jun 2007 17:11:54 +0000 (19:11 +0200)]
[PCS440EP]      upgrade the PCS440EP board:
                - Show on the Status LEDs, some States of the board.
                - Get the MAC addresses from the EEProm
                - use PREBOOT
                - use the CF on the board.
                - check the U-Boot image in the Flash with a SHA1
                  checksum.
                - use dynamic TLB entries generation for the SDRAM

Signed-off-by: Heiko Schocher <hs@denx.de>
16 years agoppc4xx: Fix problem with extended program_tlb() funtion
Stefan Roese [Fri, 22 Jun 2007 14:58:40 +0000 (16:58 +0200)]
ppc4xx: Fix problem with extended program_tlb() funtion

The recently extended program_tlb() function had a problem when
multiple TLB's had to be setup (for example with 512MB of SDRAM). The
virtual address was not incremented. This patch fixes this issue
and is tested on Katmai with 512MB SDRAM.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years ago[ppc] Fix build breakage for all non-4xx PowerPC variants.
Rafal Jaworowski [Fri, 22 Jun 2007 12:58:04 +0000 (14:58 +0200)]
[ppc] Fix build breakage for all non-4xx PowerPC variants.

- adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
- minor 4xx cleanup

16 years agoCoding style cleanup. Refresh CHANGELOG.
Wolfgang Denk [Wed, 20 Jun 2007 16:14:24 +0000 (18:14 +0200)]
Coding style cleanup. Refresh CHANGELOG.

16 years agoMerge with git://www.denx.de/git/u-boot.git
Stefan Roese [Wed, 20 Jun 2007 06:23:42 +0000 (08:23 +0200)]
Merge with git://www.denx.de/git/u-boot.git

16 years agoppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
Stefan Roese [Tue, 19 Jun 2007 15:22:44 +0000 (17:22 +0200)]
ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board

This patch adds a board command to configure the I2C bootstrap EEPROM
values. Right now 533 and 667MHz are supported for booting either via NOR
or NAND FLASH. Here the usage:

=> bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
=> bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting

Signed-off-by: Stefan Roese <sr@denx.de>
16 years ago[ppc4xx] Fix problem with NAND booting on AMCC Acadia
Stefan Roese [Tue, 19 Jun 2007 14:42:31 +0000 (16:42 +0200)]
[ppc4xx] Fix problem with NAND booting on AMCC Acadia

The latest changes showed a problem with the location of the NAND-SPL
image in the OCM and the init-data area (incl. cache). This patch
fixes this problem.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years ago[ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
Stefan Roese [Tue, 19 Jun 2007 14:40:58 +0000 (16:40 +0200)]
[ppc4xx] Change board/amcc/acadia/cpr.c to pll.c

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoAdded M5329AFEE and M5329BFEE Platforms
TsiChung Liew [Mon, 18 Jun 2007 18:50:13 +0000 (13:50 -0500)]
Added M5329AFEE and M5329BFEE Platforms

Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c

Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile

Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16 years agoMerge with /home/wd/git/u-boot/master
Wolfgang Denk [Mon, 18 Jun 2007 19:38:46 +0000 (21:38 +0200)]
Merge with /home/wd/git/u-boot/master

16 years ago[ppc4xx] Change lwmon5 port to work with recent 440 exception rework
Stefan Roese [Fri, 15 Jun 2007 09:33:41 +0000 (11:33 +0200)]
[ppc4xx] Change lwmon5 port to work with recent 440 exception rework

Now CONFIG_440 has to be defined in all PPC440 board config files.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoMerge with /home/stefan/git/u-boot/denx-440-exceptions
Stefan Roese [Fri, 15 Jun 2007 09:20:13 +0000 (11:20 +0200)]
Merge with /home/stefan/git/u-boot/denx-440-exceptions

16 years agoppc4xx: Clean up 440 exceptions handling
Grzegorz Bernacki [Fri, 15 Jun 2007 09:19:28 +0000 (11:19 +0200)]
ppc4xx: Clean up 440 exceptions handling

- Introduced dedicated switches for building 440 and 405 images required
  for 440-specific machine instructions like 'rfmci' etc.

- Exception vectors moved to the proper location (_start moved away from
  the critical exception handler space, which it occupied)

- CriticalInput now serviced (with default handler)

- MachineCheck properly serviced (added a dedicated handler and return
  subroutine)

- Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
  unhandled and those not relevant for 4xx were eliminated)

- Eliminated Linux leftovers, removed dead code

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
Signed-off-by: Stefan Roese <sr@denx.de>
16 years ago[ppc4xx] Add initial lwmon5 board support
Stefan Roese [Fri, 15 Jun 2007 06:18:01 +0000 (08:18 +0200)]
[ppc4xx] Add initial lwmon5 board support

This patch adds initial support for the Liebherr lwmon5 board euqipped
with an AMCC 440EPx PowerPC.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years ago[ppc4xx] Extend 44x GPIO setup with default output state
Stefan Roese [Fri, 15 Jun 2007 05:39:43 +0000 (07:39 +0200)]
[ppc4xx] Extend 44x GPIO setup with default output state

The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
is extended with the default GPIO output state (level).

Signed-off-by: Stefan Roese <sr@denx.de>
16 years ago[ppc4xx] Extend program_tlb() with virtual & physical addresses
Stefan Roese [Thu, 14 Jun 2007 09:14:32 +0000 (11:14 +0200)]
[ppc4xx] Extend program_tlb() with virtual & physical addresses

Now program_tlb() allows to program a TLB (or multiple) with
different virtual and physical addresses. With this change, now one
physical region (e.g. SDRAM) can be mapped 2 times, once with caches
diabled and once with caches enabled.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoChange 'repeatable' attribute of some commands to sensible values.
Detlev Zundel [Wed, 23 May 2007 17:02:41 +0000 (19:02 +0200)]
Change 'repeatable' attribute of some commands to sensible values.

Most prominently this changes 'erase' to be non-repeatable.

Signed-off-by: Detlev Zundel <dzu@denx.de>
16 years agoFix 'run' not to continue after interrupted command
Detlev Zundel [Wed, 23 May 2007 16:47:48 +0000 (18:47 +0200)]
Fix 'run' not to continue after interrupted command

Signed-off-by: Detlev Zundel <dzu@denx.de>
16 years agoTQM5200: Add Flat Device Tree support, update default env. accordingly.
Bartlomiej Sieka [Fri, 8 Jun 2007 12:52:22 +0000 (14:52 +0200)]
TQM5200: Add Flat Device Tree support, update default env. accordingly.

Signed-off-by: Jan Wrobel <wrr@semihalf.com>
Acked-by: Bartlomiej Sieka <tur@semihalf.com>
16 years agoFix config problems on SC3 board; make ide_reset_timeout work.
Wolfgang Denk [Fri, 8 Jun 2007 08:24:58 +0000 (10:24 +0200)]
Fix config problems on SC3 board; make ide_reset_timeout work.

16 years ago[PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
Benoît Monin [Fri, 8 Jun 2007 07:55:24 +0000 (09:55 +0200)]
[PATCH] fix gpio setting when using CFG_440_GPIO_TABLE

Set the correct value in GPIOx_TCR when configuring the gpio
with CFG_440_GPIO_TABLE.

Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoCoding Style cleanup; generate new CHANGELOG file.
Wolfgang Denk [Wed, 6 Jun 2007 14:26:56 +0000 (16:26 +0200)]
Coding Style cleanup; generate new CHANGELOG file.

Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx
Wolfgang Denk [Wed, 6 Jun 2007 14:21:11 +0000 (16:21 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xx

16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-arm
Wolfgang Denk [Wed, 6 Jun 2007 14:18:01 +0000 (16:18 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-arm

16 years agoMerge with /home/stefan/git/u-boot/acadia-nand-boot
Stefan Roese [Wed, 6 Jun 2007 09:43:58 +0000 (11:43 +0200)]
Merge with /home/stefan/git/u-boot/acadia-nand-boot

16 years agoppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
Stefan Roese [Wed, 6 Jun 2007 09:42:13 +0000 (11:42 +0200)]
ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board

This patch adds NAND booting support for the AMCC Acadia eval board.

Please make sure to configure jumper J7 to position 2-3 when booting
from NOR, and to position 1-2 when booting for NAND.

I also added a board command to configure the I2C bootstrap EEPROM
values. Right now only 267MHz is support for booting either via NOR
or NAND FLASH. Here the usage:

=> bootstrap 267 nor ;to configure the board for 267MHz NOR booting
=> bootstrap 267 nand ;to configure the board for 267MHz NNAND booting

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoMerge branch 'mpc8641'
Jon Loeliger [Tue, 5 Jun 2007 18:29:00 +0000 (13:29 -0500)]
Merge branch 'mpc8641'

16 years agompc8641 image size cleanup
Ed Swarthout [Tue, 5 Jun 2007 17:30:52 +0000 (12:30 -0500)]
mpc8641 image size cleanup

e600 does not have a bootpg restriction.
Move the version string to beginning of image at fff00000.
Resetvec.S is not needed.
Update flash copy instructions.
Add tftpflash env variable

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
16 years agoMerge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx
Wolfgang Denk [Mon, 4 Jun 2007 20:59:44 +0000 (22:59 +0200)]
Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx

17 years ago[PATCH] Fix ppc4xx bootstrap letter displayed on startup
Benoît Monin [Mon, 4 Jun 2007 06:36:05 +0000 (08:36 +0200)]
[PATCH] Fix ppc4xx bootstrap letter displayed on startup

The attached patch is mainly cosmetic, allowing u-boot to
display the correct bootstrap option letter according to the
datasheets.

The original patch was extended with 405EZ support by Stefan
Roese.

Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Add missing file for Bamboo NAND booting support
Stefan Roese [Fri, 1 Jun 2007 14:18:17 +0000 (16:18 +0200)]
ppc4xx: Add missing file for Bamboo NAND booting support

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoMerge with /home/stefan/git/u-boot/bamboo-nand
Stefan Roese [Fri, 1 Jun 2007 14:15:34 +0000 (16:15 +0200)]
Merge with /home/stefan/git/u-boot/bamboo-nand

17 years agoppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
Stefan Roese [Fri, 1 Jun 2007 13:58:19 +0000 (15:58 +0200)]
ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz

This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
suggested by AMCC it is not recommended to dynamically change the EBC
speed after bootup. So we undo this change to be on the safe side.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Update Sequoia NAND booting support with ECC
Stefan Roese [Fri, 1 Jun 2007 13:29:04 +0000 (15:29 +0200)]
ppc4xx: Update Sequoia NAND booting support with ECC

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
Stefan Roese [Fri, 1 Jun 2007 13:27:11 +0000 (15:27 +0200)]
ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board

This patch adds NAND booting support for the AMCC Bamboo eval board.
Since the NAND-SPL boot image is limited to 4kbytes, this version
only supports the onboard 64MBytes of DDR. The DIMM modules can't be
supported, since the setup code for I2C DIMM autodetection and
configuration is too big for this NAND bootloader.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoNAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
Stefan Roese [Fri, 1 Jun 2007 13:23:04 +0000 (15:23 +0200)]
NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c

The U-Boot NAND booting support is now extended to support ECC
upon loading of the NAND U-Boot image.

Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Prepare Bamboo port for NAND booting support
Stefan Roese [Fri, 1 Jun 2007 13:19:29 +0000 (15:19 +0200)]
ppc4xx: Prepare Bamboo port for NAND booting support

This patch updates the "normal" Bamboo NOR booting port, so
that it is compatible with the coming soon NAND booting
Bamboo port.

It also enables the 2nd NAND flash on the Bamboo.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Update in_be32() functions and friends to latest Linux version
Stefan Roese [Fri, 1 Jun 2007 13:16:58 +0000 (15:16 +0200)]
ppc4xx: Update in_be32() functions and friends to latest Linux version

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoNAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
Stefan Roese [Fri, 1 Jun 2007 13:15:12 +0000 (15:15 +0200)]
NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c

This patch adds hardware ECC support to the NDFC driver. It also
changes the register access from using the "simple" in32/out32
functions to the in_be32/out_be32 functions, which make sure
that the access is correctly synced. This is the only recommended
access to SoC registers in the current Linux kernel.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoNAND: Update nand_ecc.c to latest Linux version
Stefan Roese [Fri, 1 Jun 2007 13:12:15 +0000 (15:12 +0200)]
NAND: Update nand_ecc.c to latest Linux version

This patch updates the nand_ecc code to the latest Linux version.
The main reason for this is the more compact code. This makes
it possible to include the ECC code into the NAND bootloader
image (NAND_SPL) for PPC4xx.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
Stefan Roese [Fri, 1 Jun 2007 13:09:50 +0000 (15:09 +0200)]
ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Change Luan config file to support ECC
Stefan Roese [Fri, 1 Jun 2007 11:45:24 +0000 (13:45 +0200)]
ppc4xx: Change Luan config file to support ECC

With the updated 44x DDR2 driver the Luan board now supports
ECC generation and checking.

Signed-off-by: Stefan Roese <sr@denx.de>