Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:12:23 +0000 (18:12 +0800)]
Fix Tsec bug when no link
When tftp a non-exist file from the tftp server, u-boot will check
the link of all eth port. The original file will return wrong link
state on the no link ports.
signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:12:02 +0000 (18:12 +0800)]
Fix bug for io_bar size during pci scan
During the pci scan process, Some devices return bar_reponse with the
highest bytes 0, such as the pci bridge in uli1575 return bar_response
with 0xffffff, So the bar_size should be manually set under 64K.
Signed-off-by: Jason Jin <jason.jin@freescale.com>
Jin Zhengxiong-R64188 [Tue, 27 Jun 2006 10:11:54 +0000 (18:11 +0800)]
Enable PCIE1 for MPC8641HPCN board
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Jon Loeliger [Thu, 22 Jun 2006 13:51:46 +0000 (08:51 -0500)]
Fix bug in 8641hpcn reset command with no args.
Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
Zhang Wei [Tue, 20 Jun 2006 09:47:15 +0000 (17:47 +0800)]
Reworked IRQ mapping in OF-tree.
Jon Loeliger [Fri, 16 Jun 2006 02:33:37 +0000 (21:33 -0500)]
Do not enable address translation on secondary CPUs.
Do not set up BATs on secondary CPUs. Let Linux do the nasty.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 7 Jun 2006 15:53:55 +0000 (10:53 -0500)]
Fix a get_board_sys_clk() use-before-def warning.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Jon Loeliger [Wed, 7 Jun 2006 15:52:49 +0000 (10:52 -0500)]
Allow DTC path to be passed in.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Haiying Wang [Tue, 6 Jun 2006 20:54:29 +0000 (16:54 -0400)]
Modify the IRQ of DUART2
Jon Loeliger [Wed, 31 May 2006 18:55:35 +0000 (13:55 -0500)]
Review cleanups.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 31 May 2006 17:44:44 +0000 (12:44 -0500)]
White space cleanup.
Some 80-column cleanups.
Convert printf() to puts() where possible.
Use #include "spd_sdram.h" as needed.
Enhanced reset command usage message a bit.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 31 May 2006 16:39:34 +0000 (11:39 -0500)]
Removed unneeded local_bus_init() from 8641HPCN board.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 31 May 2006 16:24:28 +0000 (11:24 -0500)]
Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Jon Loeliger [Wed, 31 May 2006 15:07:28 +0000 (10:07 -0500)]
Remove dead debug code.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Jon Loeliger [Tue, 30 May 2006 22:47:00 +0000 (17:47 -0500)]
Move mpc86xx PIXIS code to board directory
First cut at moving the PIXIS platform code out of
the 86xx cpu directory and into board/mpc8641hpcn
where it belongs.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Haiying Wang [Tue, 30 May 2006 14:10:32 +0000 (09:10 -0500)]
Improve "reset" command's interaction with watchdog.
"reset altbank" will reset another bank WITHOUT watch dog timer enabled
"reset altbank wd" will reset another bank WITH watch dog enabled
"diswd" will disable watch dog after u-boot boots up successfully
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Haiying Wang [Tue, 30 May 2006 13:51:19 +0000 (08:51 -0500)]
Fix two SDRAM setup bugs.
Fix ECC setup bug.
Enable 1T/2T based on number of DIMMs present.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Haiying Wang [Fri, 26 May 2006 15:24:48 +0000 (10:24 -0500)]
Add first draft of the MPC8641HPCN doc/README.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Haiying Wang [Fri, 26 May 2006 15:13:04 +0000 (10:13 -0500)]
Added pci@8000 block.
Updated ethernet interrupt mappings (moved up 48).
Cleaned up a few comments.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Haiying Wang [Fri, 26 May 2006 15:01:16 +0000 (10:01 -0500)]
Allow args on reset command.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Jon Loeliger [Fri, 19 May 2006 18:28:39 +0000 (13:28 -0500)]
Change arbitration to round-robin for SMP linux.
Jon Loeliger [Fri, 19 May 2006 18:26:34 +0000 (13:26 -0500)]
Enable dual DDR controllers and interleaving.
Jon Loeliger [Fri, 19 May 2006 18:22:44 +0000 (13:22 -0500)]
Update 86xx address map and LAWBARs.
Jon Loeliger [Fri, 19 May 2006 18:14:15 +0000 (13:14 -0500)]
Remove L2 Cache invalidate polling.
Jon Loeliger [Fri, 19 May 2006 17:33:09 +0000 (12:33 -0500)]
Enable 2nd CPU and I2C.
Jon Loeliger [Mon, 15 May 2006 12:26:56 +0000 (07:26 -0500)]
Update interrupt mapping.
Haiying Wang [Wed, 10 May 2006 14:38:06 +0000 (09:38 -0500)]
Remove unneeded INIT_RAM_LOCK cache twiddling.
Correctly tracks r29 as global data pointer now.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Jon Loeliger [Wed, 10 May 2006 14:33:07 +0000 (09:33 -0500)]
Remove unnecessary flash.c file.
Jon Loeliger [Tue, 9 May 2006 13:23:49 +0000 (08:23 -0500)]
Get MPC8641HPCN flash images working.
Enable the CFI driver.
Remove bogus LAWBAR7 cruft.
Use correct TEXT_BASE, Fixup load script.
Enable SPD EEPROM during DDR setup.
Use generic RFC 1918 IP addresses by default.
Jon Loeliger [Thu, 27 Apr 2006 15:15:16 +0000 (10:15 -0500)]
Cleanup whitespaces and style issues.
Removed //-style comments.
Use 80-column lines.
Remove trailing whitespace.
Remove dead code and debug cruft.
Jon Loeliger [Thu, 27 Apr 2006 13:22:39 +0000 (08:22 -0500)]
Revert bad PCI prefetch limit change.
Jon Loeliger [Wed, 26 Apr 2006 22:58:56 +0000 (17:58 -0500)]
Initial support for MPC8641 HPCN board.
Detlev Zundel [Mon, 24 Apr 2006 15:52:01 +0000 (17:52 +0200)]
Include BC3450 board in configurations in README
dzu@denx.de [Fri, 21 Apr 2006 16:30:47 +0000 (18:30 +0200)]
Add support for BC3450 board
Signed-off-by: dzu@denx.de <dzu@denx.de>
dzu@denx.de [Wed, 19 Apr 2006 13:27:11 +0000 (15:27 +0200)]
Added missing nand.c for NC650 board
Signed-off-by: dzu@denx.de <dzu@eddie.localdomain>
dzu@denx.de [Wed, 19 Apr 2006 09:52:46 +0000 (11:52 +0200)]
Update for NC650 board. Add NC650 based CP850 configuration.
Signed-off-by: dzu@denx.de <dzu@denx.de>
Wolfgang Denk [Tue, 18 Apr 2006 09:05:03 +0000 (11:05 +0200)]
MPC5200: enable snooping of DMA transactions on XLB even if no PCI
is configured; othrwise DMA accesses aren't cache coherent which
causes for example USB to fail.
Wolfgang Denk [Sun, 16 Apr 2006 08:51:58 +0000 (10:51 +0200)]
Some code cleanup
Wolfgang Denk [Sun, 16 Apr 2006 08:27:31 +0000 (10:27 +0200)]
Merge with /home/hs/U-Boot/u-boot-dev
Wolfgang Denk [Thu, 13 Apr 2006 14:35:22 +0000 (16:35 +0200)]
Fix Quad UART mapping on MCC200 board due to new HW revision
Wolfgang Denk [Wed, 12 Apr 2006 10:26:32 +0000 (12:26 +0200)]
Merge with /home/m8/git/u-boot
Heiko Schocher [Tue, 11 Apr 2006 12:53:29 +0000 (14:53 +0200)]
* Fix dbau1x00 Board
- Fix dbau1x00 boards broken by dbau1550 patch
PLL:s were not set for boards other than 1550.
Flash CFI caused card to hang due to undefined CFG_FLASH_BANKS_LIST.
Default boot is now bootp for cards other than 1550.
Patch by Thomas Lange Aug 10 2005
Heiko Schocher [Tue, 11 Apr 2006 12:39:21 +0000 (14:39 +0200)]
Fixes common/cmd_flash.c:
- fix some compiler/parser error, if using m68k tool chain
- optical fix for protect on/off all messages, if using more
then one bank
Patch by Jens Scharsig, 28 July 2005
Marian Balakowicz [Sat, 8 Apr 2006 17:08:06 +0000 (19:08 +0200)]
Fix JFFS2 support for legacy NAND driver.
Some more NAND cleanup and small fixes.
Wolfgang Denk [Thu, 6 Apr 2006 13:03:42 +0000 (15:03 +0200)]
MCC200 Board: fix flash unprotection code for flash > 32 MB.
Wolfgang Denk [Thu, 6 Apr 2006 09:35:18 +0000 (11:35 +0200)]
Update CHANGELOG
Wolfgang Denk [Thu, 6 Apr 2006 08:42:23 +0000 (10:42 +0200)]
Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci
Wolfgang Denk [Wed, 5 Apr 2006 22:16:58 +0000 (00:16 +0200)]
Merge with /home/sr/git/u-boot/cfi-flash
Wolfgang Denk [Wed, 5 Apr 2006 21:55:15 +0000 (23:55 +0200)]
Merge with /home/sr/git/u-boot/4xx-sdram
Marian Balakowicz [Wed, 5 Apr 2006 18:46:41 +0000 (20:46 +0200)]
Remove dependencies between DoC code and old legacy NAND driver.
Necessary defines and data structures were copied to DoC specific files
so that legacy NAND code could be entirely removed from u-boot tree
in the near future.
Marian Balakowicz [Wed, 5 Apr 2006 18:37:11 +0000 (20:37 +0200)]
Correct PM828_PCI_config Makefile target.
Wolfgang Denk [Mon, 3 Apr 2006 13:46:10 +0000 (15:46 +0200)]
Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
Patch by Peter Menzebach, 13 Oct 2005 [DNX#
2006040142000473]
Wolfgang Denk [Sat, 1 Apr 2006 13:52:46 +0000 (15:52 +0200)]
* Add support for ymodem protocol download
Patch by Stefano Babic, 29 Mar 2006
* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000
Merge with /home/mk/8-benq/u-boot
Stefan Roese [Sat, 1 Apr 2006 11:41:03 +0000 (13:41 +0200)]
* Changes/fixes for drivers/cfi_flash.c:
- Add Intel legacy lock/unlock support to common CFI driver
On some Intel flash's (e.g. Intel J3) legacy unlocking is
supported, meaning that unlocking of one sector will unlock
all sectors of this bank. Using this feature, unlocking
of all sectors upon startup (via env var "unlock=yes") will
get much faster.
- Fixed problem with multiple reads of envronment variable
"unlock" as pointed out by Reinhard Arlt & Anders Larsen.
- Removed unwanted linefeeds from "protect" command when
CFG_FLASH_PROTECTION is enabled.
- Changed p3p400 board to use CFG_FLASH_PROTECTION
Patch by Stefan Roese, 01 Apr 2006
* Changes/fixes for drivers/cfi_flash.c:
- Correctly handle the cases where CFG_HZ != 1000 (several
XScale-based boards)
- Fix the timeout calculation of buffered writes (off by a
factor of 1000)
Patch by Anders Larsen, 31 Mar 2006
Wolfgang Denk [Fri, 31 Mar 2006 16:32:53 +0000 (18:32 +0200)]
GCC-4.x fixes: clean up global data pointer initialization for all boards.
Stefan Roese [Fri, 31 Mar 2006 13:18:37 +0000 (15:18 +0200)]
Reorder CHANGELOG
Stefan Roese [Fri, 17 Mar 2006 09:28:24 +0000 (10:28 +0100)]
Updates to common PPC4xx onboard (DDR)SDRAM init code (405 and 440)
405 SDRAM: - The SDRAM parameters can now be defined in the board
config file and the 405 SDRAM controller values will
be calculated upon bootup (see PPChameleonEVB).
When those settings are not defined in the board
config file, the register setup will be as it is now,
so this implementation should not break any current
design using this code.
Thanks to Andrea Marson from DAVE for this patch.
440 DDR: - Added function sdram_tr1_set to auto calculate the
TR1 value for the DDR.
- Added ECC support (see p3p440).
Patch by Stefan Roese, 17 Mar 2006
Markus Klotzbuecher [Thu, 30 Mar 2006 15:00:39 +0000 (17:00 +0200)]
delta board: one more DA9030 fix.
Markus Klotzbuecher [Thu, 30 Mar 2006 11:40:55 +0000 (13:40 +0200)]
Add support for ymodem protocol (loady command).
Patch by Stefano Babic, 29 Mar 2006
Markus Klotzbuecher [Wed, 29 Mar 2006 15:59:20 +0000 (17:59 +0200)]
Change delta board memory map to start at 0x80000000.
Markus Klotzbuecher [Wed, 29 Mar 2006 15:49:27 +0000 (17:49 +0200)]
delta board: minor update to DA9030 code.
Rafal Jaworowski [Wed, 29 Mar 2006 11:17:09 +0000 (13:17 +0200)]
Set SDelay register in the DDR controller for the MPC5200B chip.
Markus Klotzbuecher [Mon, 27 Mar 2006 14:01:03 +0000 (16:01 +0200)]
delta board: fix DA9030 reset procedure.
Wolfgang Denk [Sat, 25 Mar 2006 17:42:54 +0000 (18:42 +0100)]
Update CHANGELOG
Markus Klotzbuecher [Fri, 24 Mar 2006 14:43:16 +0000 (15:43 +0100)]
Merge with http://www.denx.de/git/u-boot.git
Markus Klotzbuecher [Fri, 24 Mar 2006 14:28:02 +0000 (15:28 +0100)]
Monahans related documentation update.
Markus Klotzbuecher [Fri, 24 Mar 2006 13:35:25 +0000 (14:35 +0100)]
Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO and
CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core
frequency.
Markus Klotzbuecher [Fri, 24 Mar 2006 11:23:27 +0000 (12:23 +0100)]
delta board: DA9030 initialization and i2c support. Some minor changes to
make the pxa i2c driver work with the monahans cpu.
Wolfgang Denk [Thu, 23 Mar 2006 16:10:30 +0000 (17:10 +0100)]
Enable Quad UART om MCC200 board.
Wolfgang Denk [Tue, 21 Mar 2006 00:58:07 +0000 (01:58 +0100)]
Cleanup MCC200 board configuration; omit non-existent stuff.
Markus Klotzbuecher [Mon, 20 Mar 2006 19:19:37 +0000 (20:19 +0100)]
Cleanup of the monahans cpu and delta board port.
Markus Klotzbuecher [Mon, 20 Mar 2006 17:02:44 +0000 (18:02 +0100)]
Support for redundant environment in NAND Flash.
Wolfgang Denk [Sun, 19 Mar 2006 00:01:51 +0000 (01:01 +0100)]
Update CHANGELOG
Wolfgang Denk [Sat, 18 Mar 2006 22:31:12 +0000 (23:31 +0100)]
Add support for MPC859/866 Rev. A.0
Wolfgang Denk [Fri, 17 Mar 2006 16:41:56 +0000 (17:41 +0100)]
Merge with port of MPC8349EMDS board
Wolfgang Denk [Fri, 17 Mar 2006 10:42:53 +0000 (11:42 +0100)]
Add support for Lite5200B board.
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006
Rafal Jaworowski [Thu, 16 Mar 2006 16:46:46 +0000 (17:46 +0100)]
Support for DDR with 32-data path. Addotional notes on injecting
multiple-bit errors.
Marian Balakowicz [Thu, 16 Mar 2006 14:19:35 +0000 (15:19 +0100)]
Add command for handling DDR ECC registers on MPC8349EE MDS board.
Marian Balakowicz [Thu, 16 Mar 2006 13:35:32 +0000 (14:35 +0100)]
Fix DDR ECC bit definitions for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:24:38 +0000 (16:24 +0100)]
Add initial support for MPC8349E MDS board.
Marian Balakowicz [Tue, 14 Mar 2006 15:23:35 +0000 (16:23 +0100)]
Add support for ECC DDR initialization on MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:14:48 +0000 (16:14 +0100)]
Add DMA support for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:12:48 +0000 (16:12 +0100)]
Add sync in do_reset() routine for MPC83xx after RPR register
was written to. It is need on some targets when BAT translation
is enabled.
Marian Balakowicz [Tue, 14 Mar 2006 15:03:46 +0000 (16:03 +0100)]
Add bit definitions for MPC83xx DDR controller registers.
Marian Balakowicz [Tue, 14 Mar 2006 15:02:31 +0000 (16:02 +0100)]
Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 15:01:25 +0000 (16:01 +0100)]
Correct shift offsets in icache_status and dcache_status for MPC83xx.
Marian Balakowicz [Tue, 14 Mar 2006 14:59:25 +0000 (15:59 +0100)]
Add support for DS1374 RTC chip.
Wolfgang Denk [Mon, 13 Mar 2006 11:37:35 +0000 (12:37 +0100)]
Apply SoC concept to arm926ejs CPUs, i.e. move the SoC specific timer and
cpu_reset code from cpu/$(CPU) into the new cpu/$(CPU)/$(SOC) directories
Patch by Andreas Engel, 13 Mar 2006
Wolfgang Denk [Mon, 13 Mar 2006 11:22:03 +0000 (12:22 +0100)]
Fix CHANGELOG entry (patch date)
Stefan Roese [Mon, 13 Mar 2006 10:16:36 +0000 (11:16 +0100)]
Change max size of uncompressed uImage's to 8MByte and add
CFG_BOOTM_LEN to adjust this setting.
As mentioned by Robin Getz on 2005-05-24 the size of uncompressed
uImages was restricted to 4MBytes. This default size is now
increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN
in the board config file.
Patch by Stefan Roese, 13 Mar 2006
Stefan Roese [Mon, 13 Mar 2006 08:43:01 +0000 (09:43 +0100)]
Fix problem with updated PCI code in cpu/ppc4xx/405gp_pci.c
Patch by Stefan Roese, 13 Mar 2006
Stefan Roese [Mon, 13 Mar 2006 08:42:28 +0000 (09:42 +0100)]
cpu/ppc4xx/start.S : exceptions are enabled after relocation
Patch by Cedric Vincent, 6 June 2005
Wolfgang Denk [Mon, 13 Mar 2006 00:00:22 +0000 (01:00 +0100)]
au1x00_eth.c: check malloc return value and abort if it failed
Patch by Andrew Dyer, 26 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 23:50:48 +0000 (00:50 +0100)]
Change the sequence of events in soft_i2c.c:send_ack() to keep from
incorrectly generating start/stop conditions on the bus.
Patch by Andrew Dyer, 26 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 23:46:05 +0000 (00:46 +0100)]
Fix bug in [id]cache_status commands for MPC85xx processors;
should look at LSB of L1CSRn registers to determine if L1 cache is
enabled, not the MSB.
Patch by Murray Jensen, 19 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 22:27:46 +0000 (23:27 +0100)]
Fix array overflow with fw_setenv on uninitialised environment
Patch by Murray Jensen, 15 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 22:17:31 +0000 (23:17 +0100)]
Add support for EmbeddedPlanet EP88x boards
Patch by Yuli Barcohen, 13 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 22:13:27 +0000 (23:13 +0100)]
Remove board specific configuration includes from the common xilinx
ethernet and iic adapter code.
Patch by Michael Libeskind, 12 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 21:50:55 +0000 (22:50 +0100)]
Add Nat Semi DP83865 PHY support to MPC85xx TSEC driver
Patch by Murray Jensen, 08 Jul 2005
Wolfgang Denk [Sun, 12 Mar 2006 21:45:47 +0000 (22:45 +0100)]
Add (some) definitions for the MPC85xx local bus controller
Patch by Murray Jensen, 08 Jul 2005