Stefan Roese [Thu, 4 Aug 2005 15:09:16 +0000 (17:09 +0200)]
Add support for AMCC Bamboo PPC440EP eval board
Patch by Stefan Roese, 04 Aug 2005
Wolfgang Denk [Wed, 3 Aug 2005 23:24:19 +0000 (01:24 +0200)]
Fix typos in cpu/85xx/start.S which caused DataTLB exception to be
routed to the Watchdog handler
Patch by Eugene Surovegin, 18 Jun 2005
Wolfgang Denk [Wed, 3 Aug 2005 23:14:12 +0000 (01:14 +0200)]
(re)enabled scsi commands do_scsi() and do_scsiboot()
Patch by Denis Peter, 06 Dec 2004
Wolfgang Denk [Wed, 3 Aug 2005 23:09:44 +0000 (01:09 +0200)]
Fix endianess problem in TFTP / NFS default filenames
Patch by Hiroshi Ito, 06 Dec 2004
Wolfgang Denk [Wed, 3 Aug 2005 21:03:54 +0000 (23:03 +0200)]
Ignore broadcast status bit in received frames in 8260 FCC ethernet
loopback test code
Patch by Murray Jensen, 18 Jul 2005
Wolfgang Denk [Wed, 3 Aug 2005 20:58:55 +0000 (22:58 +0200)]
Fix typo in mkconfig script (used == instead of =)
Patch by Murray Jensen, 18 Jul 2005
Wolfgang Denk [Wed, 3 Aug 2005 20:32:02 +0000 (22:32 +0200)]
Cleanup build problems (on Fedora Core x86_64 build host)
Wolfgang Denk [Wed, 3 Aug 2005 08:01:54 +0000 (10:01 +0200)]
Update MAINTAINERS file
Stefan Roese [Tue, 2 Aug 2005 15:39:19 +0000 (17:39 +0200)]
Changed maintainer for all AMCC eval boards to Stefan Roese <sr@denx.de>.
Patch by Stefan Roese, 2 Aug 2005
Wolfgang Denk [Tue, 2 Aug 2005 15:06:17 +0000 (17:06 +0200)]
Coding style cleanup
Wolfgang Denk [Tue, 2 Aug 2005 13:20:47 +0000 (15:20 +0200)]
Merge with /home/sr/git/u-boot
Stefan Roese [Tue, 2 Aug 2005 13:08:46 +0000 (15:08 +0200)]
Remove unnecessary defines from usb_defs.h again.
Patch by Stefan Roese, 2 Aug 2005
Wolfgang Denk [Tue, 2 Aug 2005 12:43:57 +0000 (14:43 +0200)]
Merge with /home/sr/git/u-boot
Stefan Roese [Tue, 2 Aug 2005 08:05:21 +0000 (10:05 +0200)]
Fix low-level OHCI transfers for PPC440EP (same as ARM920t and MPC5xxx).
Patch by Stefan Roese, 2 Aug 2005
Stefan Roese [Mon, 1 Aug 2005 14:49:12 +0000 (16:49 +0200)]
Major cleanup for AMCC PPC4xx eval boards.
Patch by Stefan Roese, 01 Aug 2005
Stefan Roese [Mon, 1 Aug 2005 14:41:48 +0000 (16:41 +0200)]
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
Patch by Steven Blakeslee, 27 Jul 2005
Wolfgang Denk [Sat, 30 Jul 2005 22:30:09 +0000 (00:30 +0200)]
Minor fixes for PPChameleon Board:
* fix alignment of NAND size
* make code do what the comment says
Wolfgang Denk [Sat, 30 Jul 2005 14:45:16 +0000 (16:45 +0200)]
Add missing CHANGELOG entry
Wolfgang Denk [Sat, 30 Jul 2005 14:39:27 +0000 (16:39 +0200)]
Implement h/w sector protection status synchronization at boot.
The code is provided for, and was tested on, the Yukon/Alaska
and PM520 boards only.
A bug in flash_real_protect() for the Yukon board was fixed by adding
a function that tells if two banks are on one flash chip.
Wolfgang Denk [Thu, 28 Jul 2005 08:42:26 +0000 (10:42 +0200)]
Fix sysmon POST problem: check I2C error codes
This fixes a problem of displaying bogus voltages when the voltages
are so low that the I2C devices start failing while the rest of the
system keeps running.
Wolfgang Denk [Wed, 27 Jul 2005 23:50:14 +0000 (01:50 +0200)]
Fix CFG_CMD_SETGETDCR handling in "common/cmd_dcr.c"
[Patch by Cedric Vincent, 6 Jul 2005]
Wolfgang Denk [Thu, 21 Jul 2005 14:14:36 +0000 (16:14 +0200)]
Patch by Jon Loeliger, 20 Jul 2005:
Add missing PCI IO port definitions.
author Kumar Gala <kumar.gala@freescale.com> Wed, 20 Jul 2005 15:39:52 -0500
committer Jon Loeliger <jdl@freescale.com> Wed, 20 Jul 2005 15:39:52 -0500
Wolfgang Denk [Thu, 21 Jul 2005 13:29:22 +0000 (15:29 +0200)]
Add missing CHANGELOG entry.
Wolfgang Denk [Thu, 21 Jul 2005 13:23:29 +0000 (15:23 +0200)]
Add CompactFlash support for HMI1001 board.
Wolfgang Denk [Thu, 21 Jul 2005 11:53:44 +0000 (13:53 +0200)]
Adjust printed board ID for LWMON board.
Wolfgang Denk [Thu, 21 Jul 2005 09:57:57 +0000 (11:57 +0200)]
Fix low-level OHCI transfers for ARM920t and MPC5xxx
A new, Windows compatible init sequence was also backported from Linux 2.6,
but disabled with #undef NEW_INIT_SEQ as it wouldn't change the behaviour
of the memopry sticks we tested. Maybe it's not relevant for mass storage
devices. For recerence, see file common/usb.c, function usb_new_device(),
section #ifdef NEW_INIT_SEQ.
Wolfgang Denk [Thu, 21 Jul 2005 09:45:50 +0000 (11:45 +0200)]
Add new argument format for flash commands to allow for usage like
"erase $(addr) +$(filesize)", i. e. a size argument can be used and
U-Boot will automaticially find the end of the corresponding sector.
Wolfgang Denk [Thu, 21 Jul 2005 09:22:21 +0000 (11:22 +0200)]
Fix file permissions
stroese [Tue, 5 Jul 2005 11:35:27 +0000 (11:35 +0000)]
* Patch by Stefan Roese, 5 Jul 2005:
Update uc100 board PHY setup
wdenk [Mon, 4 Jul 2005 00:03:16 +0000 (00:03 +0000)]
* Patch by Detlev Zundel, 30 Jun 2005:
Fix LCD logo for lwmon board which got lost in the merge of 8xx and PXA LCD code
stroese [Fri, 1 Jul 2005 15:53:57 +0000 (15:53 +0000)]
* Patch by Stefan Roese, 1 Jul 2005:
Fix PHY address for CATcenter board (now correct!)
stroese [Thu, 30 Jun 2005 13:06:07 +0000 (13:06 +0000)]
* Patch by Stefan Roese, 30 Jun 2005:
Fix PHY addresses for PPChameleon and CATcenter boards
Change MAINTAINER for most esd boards
wdenk [Mon, 27 Jun 2005 13:30:03 +0000 (13:30 +0000)]
* Fix baudrate calculation problem on MPC5200 systems
* Add MPC8220 boards to MAKEALL script
* Add EEPROM and RTC support for HMI1001 board
* Patch by Detlev Zundel, 20 Jun 2005:
Fix initialization of low active GPIO pins on inka4x0 board
wdenk [Mon, 20 Jun 2005 10:28:38 +0000 (10:28 +0000)]
Enable redundant environment, disable HW flash protection of HMI1001 board
wdenk [Mon, 20 Jun 2005 10:17:34 +0000 (10:17 +0000)]
* Patch by Travis Sawyer, 10 Jun 2005:
Initialize allocated dev and private hw structures
after their respective allocation in 440gx_enet.c
* Patch by Steven Scholz, 10 Jun 2005:
Fix byteorder problems with second argument of "bootm" with
standalone images;
wdenk [Fri, 10 Jun 2005 10:00:19 +0000 (10:00 +0000)]
* Add support for HMI1001 board
* Disable "date" and "sntp" commands on TQM866M which has no RTC
wdenk [Sun, 5 Jun 2005 20:30:43 +0000 (20:30 +0000)]
Fix watchdog reset problems on LWMON board
wdenk [Mon, 30 May 2005 23:55:42 +0000 (23:55 +0000)]
Patch by Juergen Selent, 17 May 2005:
Add support for Funkwerk VoVPN gateway module.
wdenk [Mon, 23 May 2005 10:49:50 +0000 (10:49 +0000)]
* Extend burst mode RAM test program to take a loop count
(0 = infinite)
* Use CONFIG_DRIVER_KS8695ETH to enable KS8695 ethernet driver on
those boards that use it.
wdenk [Thu, 19 May 2005 22:46:33 +0000 (22:46 +0000)]
Patch by Greg Ungerer, 19 May 2005:
add support for the OpenGear CM4008 board
wdenk [Thu, 19 May 2005 22:46:33 +0000 (22:46 +0000)]
Patch by Greg Ungerer, 19 May 2005:
add support for the OpenGear CM4008 board
wdenk [Thu, 19 May 2005 22:39:42 +0000 (22:39 +0000)]
* Patch by Greg Ungerer, 19 May 2005:
add support for the KS8695P (ARM 922 based) CPU
* Patch by Steven Scholz, 19 May 2005:
Add support for CONFIG_SERIAL_TAG on ARM boards
wdenk [Mon, 16 May 2005 15:23:22 +0000 (15:23 +0000)]
Add PCI support for Sorcery board.
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
wdenk [Mon, 16 May 2005 14:19:49 +0000 (14:19 +0000)]
Fix compile problems caused by new burst mode SDRAM test;
make port pins to trigger logic analyzer configurable
wdenk [Fri, 13 May 2005 22:49:36 +0000 (22:49 +0000)]
Fix timer handling on MPC85xx systems
wdenk [Thu, 12 May 2005 22:48:09 +0000 (22:48 +0000)]
* Fix debug code in omap5912osk flash driver
* Add support for MPC8247 based "IDS8247" board.
wdenk [Tue, 10 May 2005 15:51:35 +0000 (15:51 +0000)]
Add support for 2 x TSEC interfaces on the TQM8540 board.
wdenk [Mon, 9 May 2005 10:17:32 +0000 (10:17 +0000)]
On LWMON we must use the watchdog to reset the board as the CPU
genereated HRESET pulse is too short to reset the external circuitry.
wdenk [Sat, 7 May 2005 19:06:32 +0000 (19:06 +0000)]
Add test tool to exercise SDRAM accesses in burst mode
(as standalone program, MPC8xx/PowerPC only)
wdenk [Thu, 5 May 2005 09:51:44 +0000 (09:51 +0000)]
It's better to handle LZO and LZARI compression mdoes for JFFS2 with
a single #define.
wdenk [Thu, 5 May 2005 09:13:21 +0000 (09:13 +0000)]
Increase CFG_MONITOR_LEN for Rattler board to match actual code size.
wdenk [Thu, 5 May 2005 00:04:14 +0000 (00:04 +0000)]
Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.
wdenk [Wed, 4 May 2005 23:50:54 +0000 (23:50 +0000)]
Fix problem with symbolic links in JFFS2 code.
wdenk [Wed, 4 May 2005 23:44:59 +0000 (23:44 +0000)]
Use linker ASSERT statement to prevent undetected overlapping of
sections on PPChameleon board; other boards might use this, too.
wdenk [Tue, 3 May 2005 14:12:25 +0000 (14:12 +0000)]
README: add explanation about patch policy
net/net.c: fix indentation
stroese [Tue, 3 May 2005 06:19:57 +0000 (06:19 +0000)]
* Patch by Stefan Roese, 03 May 2005:
Update for P3G4
Fix problems in cmd_universe.c
* Patch by Matthias Fuchs, 03 May 2005:
Added missing variable declaration in cmd_nand.c
Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
stroese [Tue, 3 May 2005 06:12:20 +0000 (06:12 +0000)]
* Patch by Matthias Fuchs, 03 May 2005:
Added missing variable declaration in cmd_nand.c
Modified CFG_PCI_PTM1MS in configs/PLU405.h to map 128MB ram
stroese [Tue, 3 May 2005 06:06:41 +0000 (06:06 +0000)]
* Patch by Stefan Roese, 03 May 2005:
Update for P3G4
Fix problems in cmd_universe.c
wdenk [Fri, 22 Apr 2005 15:09:09 +0000 (15:09 +0000)]
Fix INKA4x0: use CS1 as gpio_wkup_6 output
wdenk [Thu, 21 Apr 2005 21:10:22 +0000 (21:10 +0000)]
Fix bug in the SDRAM initialization code for canmb, IceCube and
PM520 boards.
Fix PHY address for canmb board.
wdenk [Wed, 20 Apr 2005 14:38:59 +0000 (14:38 +0000)]
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
wdenk [Wed, 20 Apr 2005 12:36:05 +0000 (12:36 +0000)]
Cleanup serial console baudrate calculation on AT91RM9200
wdenk [Wed, 20 Apr 2005 09:28:54 +0000 (09:28 +0000)]
Auto-size RAM on canmb board.
Cleanup.
stroese [Wed, 20 Apr 2005 06:52:40 +0000 (06:52 +0000)]
* Patch by Matthias Fuchs, 18 Apr 2005:
Make PCI target address spaces on PMC405 and CPCI405 boards
configurable via environment variables
wdenk [Wed, 13 Apr 2005 23:15:10 +0000 (23:15 +0000)]
Add support for canmb board
stroese [Wed, 13 Apr 2005 10:08:39 +0000 (10:08 +0000)]
* Patch by Stefan Roese, 13 Apr 2005:
Update for esd apc405
stroese [Wed, 13 Apr 2005 10:06:07 +0000 (10:06 +0000)]
Update for esd apc405
wdenk [Wed, 13 Apr 2005 10:02:42 +0000 (10:02 +0000)]
* Fixes for TQM8560 board:
- fix clock rates
- remove debug messages
- fix flash sector protection
* Patch by Steven Scholz, 07 Apr 2005:
Fix warning in cpu/arm920t/at91rm9200/i2c.c
wdenk [Thu, 7 Apr 2005 22:41:05 +0000 (22:41 +0000)]
Cleanup
wdenk [Thu, 7 Apr 2005 22:36:40 +0000 (22:36 +0000)]
* Patch by Steven Scholz, 07 Apr 2005:
Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C
* Patch by Steven Scholz, 07 Apr 2005:
Fix compiler warning in altera.c
* Patch by Ladislav Michl, 06 Apr 2005:
Fix voiceblue configuration.
stroese [Thu, 7 Apr 2005 05:35:12 +0000 (05:35 +0000)]
* Patch by Stefan Roese, 06 Apr 2005:
Updates for OCOTEA board:
- Changed U-Boot size from 512kByte to 256kByte
- Fixed flash driver to support boot from soldered user flash
- Added README for switch from PIBS firmware to U-Boot
stroese [Thu, 7 Apr 2005 05:33:41 +0000 (05:33 +0000)]
Add PPC440GX Revision C
stroese [Thu, 7 Apr 2005 05:32:44 +0000 (05:32 +0000)]
* Patch by Travis Sawyer, 05 Apr 2005:
- Change timer frequency for ppc 440 from 10 ms to 1 ms.
Problem found by Andrew Wozniak.
wdenk [Wed, 6 Apr 2005 13:52:31 +0000 (13:52 +0000)]
Patch by Steven Scholz, 06 Apr 2005:
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200
- moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200
wdenk [Wed, 6 Apr 2005 00:04:16 +0000 (00:04 +0000)]
* Patches by Robert Whaley, 29 Nov 2004:
- update the pxa-regs.h file for PXA27x chips
- add PXA27x based ADSVIX board
- add support for MMC on PXA27x processors
* Patch by Andrew E. Mileski, 28 Nov 2004:
Fix PPC4xx SPD SDRAM detection bug
* Patch by Hiroshi Ito, 26 Nov 2004:
Fix logic of "test -z" and "test -n" commands
wdenk [Tue, 5 Apr 2005 23:32:21 +0000 (23:32 +0000)]
* Patch by Ladislav Michl, 05 Apr 2005:
Add support for VoiceBlue board.
* Patch by Ladislav Michl, 05 Apr 2005:
Fix netboot_common() prototypes.
* Cleanup.
wdenk [Tue, 5 Apr 2005 22:30:50 +0000 (22:30 +0000)]
Patches by Steven Scholz, 05 Apr 2005:
- Use i.MX watchdog timer for reset_cpu()
- Move reset_cpu() out of cpu/arm920t/start.S into the SoC specific
subdirectories cpu/arm920t/imx/ and cpu/arm920t/s3c24x0/
(now in interupts.c)
wdenk [Tue, 5 Apr 2005 21:57:18 +0000 (21:57 +0000)]
Add support for MPC8220 based "sorcery" board.
wdenk [Tue, 5 Apr 2005 16:26:47 +0000 (16:26 +0000)]
Add support for TQM8560 board
wdenk [Mon, 4 Apr 2005 23:43:44 +0000 (23:43 +0000)]
* Add FEC support for TQM8540 board.
Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC
* Patch by Martin Krause, 04 Apr 2005:
Update default configuration for CMC_PU2 board.
wdenk [Mon, 4 Apr 2005 12:44:11 +0000 (12:44 +0000)]
Patch by Steven Scholz, 4 Apr 2005:
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards
- introduce two new configuration options instead:
CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
wdenk [Mon, 4 Apr 2005 12:36:04 +0000 (12:36 +0000)]
Use the same name (lowlevel_init) for all (ARM) boards
wdenk [Mon, 4 Apr 2005 12:23:03 +0000 (12:23 +0000)]
Patch by Steven Scholz, 04 Apr 2005:
Make sure that MDIO clock does not exceed 2.5 MHz on AT91
wdenk [Mon, 4 Apr 2005 12:08:28 +0000 (12:08 +0000)]
Fix timer code for ARM systems: make sure that udelay() does not
reset timers so it's save to use udelay() in timeout code.
wdenk [Sun, 3 Apr 2005 23:35:57 +0000 (23:35 +0000)]
* Patch by Mathias Küster, 23 Nov 2004:
add udelay support for the mcf5282 cpu
* Patch by Tolunay Orkun, 16 November 2004:
fix incorrect onboard Xilinx CPLD base address
wdenk [Sun, 3 Apr 2005 23:22:21 +0000 (23:22 +0000)]
Patch by Jerry Van Baren, 08 Nov 2004:
- Add low-boot option for MPC8260ADS board (if lowboot is selected,
the jumper for the HRCW source should select flash. If lowboot is
not selected, the jumper for the HRCW source should select the
BCSR.
- change default load base address to 0x00400000
wdenk [Sun, 3 Apr 2005 23:11:38 +0000 (23:11 +0000)]
* Patch by Yuli Barcohen, 08 Nov 2004:
Add support for Analogue & Micro Rattler boards.
Tested on Rattler8248.
* Patch by Andre Renaud, 08 Nov 2004:
Fix watchdog support in common/lcd.c
* Patch by Marc Leeman, 05 Nov 2003:
Enable all 4 PCMBRW buffers for the MPC8245 processor since the CPU
bug only affects the XPC8245 processors
wdenk [Sun, 3 Apr 2005 22:35:21 +0000 (22:35 +0000)]
Patches by Josef Wagner, 29 Oct 2004:
- Add support for MicroSys CPU87 board
- Add support for MicroSys PM854 board
wdenk [Sun, 3 Apr 2005 21:11:16 +0000 (21:11 +0000)]
* Patch by Scott McNutt, 01 Nov 2004:
Add missing NIOS/NIOS2 support for "iminfo" command
* Patch by Detlev Zundel, 29 Oct 2004:
Add missing NIOS/NIOS2 support for "mkimage" tool.
wdenk [Sun, 3 Apr 2005 20:55:38 +0000 (20:55 +0000)]
Patch by David Adair, 27 Oct 2004:
Add missing 440GX SDRAM Controller reset
wdenk [Sun, 3 Apr 2005 17:23:39 +0000 (17:23 +0000)]
Patch by Steven Scholz, 25 Oct 2004:
Declare reset_cpu() in include/common.h instead locally
wdenk [Sun, 3 Apr 2005 15:51:42 +0000 (15:51 +0000)]
* Patch by Yusdi Santoso, 22 Oct 2004:
- Add support for HIDDEN_DRAGON board
- fix endianess problem in driver/rtl1839.c
* Patch by Allen Curtis, 21 Oct 2004:
support multiple serial ports
wdenk [Sun, 3 Apr 2005 14:52:59 +0000 (14:52 +0000)]
* Patch by Richard Klingler, 03 Apr 2005:
Add call to eth_halt() in net/net.c when called functions fail
after eth_init() has been called.
* Patch by Sam Song, 3 April 2005:
- Update README.Netconsole
- Update README
wdenk [Sun, 3 Apr 2005 14:26:46 +0000 (14:26 +0000)]
Patch by Steven Scholz, 03 Apr 2005:
- create SoC specific directories include/asm-arm/arch-imx and
include/asm-arm/arch-s3c24x0
wdenk [Sun, 3 Apr 2005 14:18:51 +0000 (14:18 +0000)]
Minor cleanup
wdenk [Sat, 2 Apr 2005 23:52:25 +0000 (23:52 +0000)]
Prepare for SoC rework of ARM code:
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
wdenk [Sat, 2 Apr 2005 22:37:54 +0000 (22:37 +0000)]
Fix problems with SNTP support;
enable SNTP support in some boards.
wdenk [Fri, 1 Apr 2005 15:18:44 +0000 (15:18 +0000)]
Patch by Martin Krause, 01 Apr 2005:
Add automatic HW detection for CMC_PU2 and CMC_BASIC
wdenk [Fri, 1 Apr 2005 09:29:14 +0000 (09:29 +0000)]
Patch by Martin Krause, 01 Apr 2005:
Fix flash erase timeout on CMC_PU2
wdenk [Fri, 1 Apr 2005 09:14:58 +0000 (09:14 +0000)]
Patch by Steven Scholz, 13 March 2005:
fix cache enabling for AT91RM9200