Wolfgang Denk
aed9e2269c
Merge with /home/sr/git/u-boot/cfi-flash-fix
2006-03-02 12:30:17 +01:00
Markus Klotzbücher
481911c78c
Further NAND stuff implemented. Basic read commands seem to work.
2006-03-01 23:33:27 +01:00
Stefan Roese
f18e874ad5
Fix problem with flash_get_size() from CFI driver update
...
Patch by Stefan Roese, 1 Mar 2006
2006-03-01 17:00:49 +01:00
Markus Klotzbücher
00c35bd214
Added GPIO initialization of DF signal. Still not working.
2006-02-28 22:51:01 +01:00
Wolfgang Denk
82f2e33a8d
Update mcc200 config: Disable PCI and DoC, use 133 MHz IPB clock,
...
use hush shell.
2006-02-28 18:39:20 +01:00
Markus Klotzbücher
6949328d7d
First steps implementing NAND support. Not working, fails to read ID.
2006-02-28 18:05:25 +01:00
Wolfgang Denk
f6c0068fc1
Merge with Stefan Roese's branch with CFI driver fixes
2006-02-28 16:42:50 +01:00
Wolfgang Denk
36d2c5387d
Merge with /home/wd/git/u-boot/master
2006-02-28 16:39:47 +01:00
Stefan Roese
58ad497833
Convert mcc200 to use common CFI flash driver
...
Patch by Stefan Roese, 28 Feb 2006
2006-02-28 15:33:28 +01:00
Stefan Roese
79b4cda076
Major CFI-FLASH driver update:
...
* Add env-variable "unlock" to handle initial state of sectors
(locked/unlocked).
Only the U-Boot image and it's environment is protected,
all other sectors are unprotected (unlocked) if flash
hardware protection is used (CFG_FLASH_PROTECTION) and
the environment variable "unlock" is set to "yes".
Patch by Stefan Roese, 28 Feb 2006
* Update drivers/cfi_flash.c:
- find_sector() called in both versions of flash_write_cfiword()
Patch by Peter Pearse, 27th Feb 2006
* CFI support for a x8/x16 AMD/Spansion flash configured in x8 mode
Patch by Jose Maria Lopez, 16 Jan 2006
* Add support for AMD/Spansion Flashes in flash_write_cfibuffer
Patch by Alex Bastos and Thomas Schaefer, 2005-08-29
* Changes/fixes for drivers/cfi_flash.c:
We *should* check if there are any error bits if the previous call
returned ERR_OK (Otherwise we will have output an error message in
flash_status_check() already.) The original code would only check for
error bits if flash_status_check() returns ERR_TIMEOUT.
Patch by Marcus Hall, 23 Aug 2005
* Changes/fixes for drivers/cfi_flash.c:
- Add CFG_FLASH_PROTECT_CLEAR on drivers/cfi_flash.c
- Prohibit buffer write when buffer_size is 1 on drivers/cfi_flash.c
Patch by Sangmoon Kim, 19 Aug 2005
* Fixes for drivers/cfi_flash.c:
- Fix wrong timeout value usage in flash_status_check()
- Round write_tout up when converting to msec in flash_get_size()
- Remove clearing flash status at the end of flash_write_cfibuffer()
which sets Intel 28F640J3 flash back to command mode on CSB472
Patch by Tolunay Orkun, 02 July 2005
2006-02-28 15:29:58 +01:00
Markus Klotzbücher
0377dca227
Merge /home/tur/nand/u-boot/
...
This is a first version of the testing-NAND branch merged back to main.
2006-02-24 14:16:31 +01:00
Markus Klotzbücher
7d4d1ce48c
Merge branch 'master' of http://www.denx.de/git/u-boot
2006-02-24 11:34:34 +01:00
Bartlomiej Sieka
038ccac511
Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.
2006-02-24 09:37:22 +01:00
Markus Klotzbücher
599f52253a
SDRAM now working.
2006-02-22 17:48:43 +01:00
Markus Klotzbücher
ff3c2a9478
SDRAM now working for delta board, but there are still aliasing problems,
...
we only see 64MB.
2006-02-22 14:05:44 +01:00
Wolfgang Denk
6624b687bc
Rename SMMACO4 board into smmaco4 for consistency with Linux.
2006-02-22 10:25:39 +01:00
Wolfgang Denk
5f0be01356
Disable CMD_BSP for SMMACO4 board.
2006-02-22 02:39:31 +01:00
Wolfgang Denk
9cdc838613
Merge with /home/hs/PanDacom/u-boot-dev
2006-02-22 01:59:13 +01:00
Wolfgang Denk
86ea5f93d7
Initial port to MCC200 board (work in progress)
...
Minimally modified patch by Bluetechnix, Vienna
2006-02-22 00:43:16 +01:00
Markus Klotzbücher
48b6242aa1
SDRAM seems to be working on delta board, though u-boot doesn't start yet.
2006-02-22 00:06:01 +01:00
Wolfgang Denk
881a87ecba
Add GIT version information (commid ID) to untagged U-Boot versions
...
As done in the linux kernel, the U-Boot version (U_BOOT_VERSION)
of all unreleased (untagged) U-Boot images will be automatically
extended upon compiletime with a part of the GIT commit ID and
possibly with "dirty" if uncommited changes are detected.
Here an example for the resulting version:
"U-Boot 1.1.4-g3457ac18-dirty"
The version is now maintained in the toplevel Makefile and the
version headers are autogenerated.
Patch by Stefan Roese, 9 Feb 2006
2006-02-21 17:33:04 +01:00
Wolfgang Denk
654c2d2836
Merge with /home/sr/git/u-boot
2006-02-21 16:41:43 +01:00
Heiko Schocher
075866d840
[Patch] Add basic support for the SMMACO4 Board from PanDaCom.
...
Signed-off-by: Heiko Schocher <hs@denx.de>
2006-02-20 17:34:12 +01:00
Markus Klotzbücher
4f7a0e3671
New board directory and config for the benq delta board (copied from
...
zylonite). Minor pxa-regs.h update.
2006-02-20 16:37:37 +01:00
Markus Klotzbücher
8fb1857b40
Merged and added more pxa-regs.h stuff, especially the GPIO Control
...
Register Definitions.
2006-02-20 15:59:07 +01:00
Markus Klotzbücher
57dc57f14d
Merged sufficient changes to pxa-regs.h in order to make u-boot compile.
...
It doesn't run yet.
2006-02-19 16:03:49 +01:00
Kumar Gala
2688e2f972
Enable address translation on MPC83xx
...
Patch by Kumar Gala, 10 Feb 2006
2006-02-10 15:40:06 -06:00
Markus Klotzbücher
bf5988e533
Reverting pxa-regs.h back to original, because the intel Monahans one
...
breaks backward compatibility and I don't trust it. Instead, i'll verify
and merge the parts I need while porting.
2006-02-10 17:12:14 +01:00
Markus Klotzbücher
6ece03f267
Config updated for compiling the SMC911111 network driver
2006-02-10 17:08:26 +01:00
Markus Klotzbücher
b2b43463af
Changed gcc-4.0 global data pointer fix to conform with the fix for this on
...
other platforms (see c75eba3b41
)
2006-02-10 11:25:41 +01:00
Markus Klotzbücher
b3c36e6b94
basic u-boot is working, boots into the command shell.
2006-02-09 13:19:25 +01:00
Markus Klotzbücher
9d803d8c0b
Changes:
...
* lots of bugfixes in the assembler code
* reverted hardware.h back to original
* enabled hardware DRAM calibration
* GCC-4 fix: modified GLOBAL_DATA_POINTER macro
2006-02-08 18:56:28 +01:00
Stefan Roese
79830d591a
Convert CPCI750 to use common CFI flash driver
...
Patch by Reinhard Arlt, 8 Feb 2006
2006-02-08 15:54:15 +01:00
Markus Klotzbücher
af646e865f
Forgot to add files to zylonite branch.
2006-02-07 20:48:45 +01:00
Markus Klotzbücher
e0269579a5
This is the first commit for the u-boot zylonite port. The following has be
...
done so far:
* created zylonite board dir (based on lubbock)
* extended some - but not all pxa sources and headers for Intel
Monahans support (CONFIG_CPU_MONAHANS)
* created Makefile zylonite target + MAKEALL entry
* added some debug nonsense, remove later, grep for mk@tbd
Status: compiles (eldk-4.0), and can be started with BDI, but runs forever
and doesn't halt at breakpoints. Hmmm...
2006-02-07 20:04:48 +01:00
Stefan Roese
48a05a5188
Various changes to esd HH405 board specific files
...
Patch by Matthias Fuchs, 07 Feb 2006
2006-02-07 16:51:04 +01:00
Wolfgang Denk
84e106c09d
Update default environment for INKA4x00 board.
2006-02-07 15:18:25 +01:00
Zachary P. Landau
3a108ed868
Add support for r5200 board
2006-01-26 17:37:59 -05:00
Zachary P. Landau
eacbd31775
Add support for Freescale M5271 processor
2006-01-26 17:35:56 -05:00
Kumar Gala
b970480948
Fixed defines for MPC83xx SICRL register to match current specs
...
Patch by Kumar Gala, 23 Jan 2006
2006-01-23 16:22:57 -06:00
Stefan Roese
a7b9fb9110
Add VGA support (CT69000) to CPCI750 board.
...
Insert missing __le32_to_cpu() for filesize in ext2fs_read_file().
Patch by Reinhard Arlt, 30 Dec 2005
2006-01-18 20:05:34 +01:00
Stefan Roese
2076d0a15f
PMC405 and CPCI405: Moved configuration of pci resources into config file.
...
PMC405 and CPCI2DP: Added firmware download and booting via pci.
Patch by Matthias Fuchs, 20 Dec 2005
2006-01-18 20:03:15 +01:00
Wolfgang Denk
c4b465f63e
Fix 28F256J3A support on PM520 board
...
(without bank-switching only 32 MB can be accessed)
2006-01-13 17:00:56 +01:00
Kumar Gala
86902b8e36
Added PCI support for MPC8349ADS board
...
Patch by Kumar Gala 11 Jan 2006
2006-01-12 19:51:38 -06:00
Kumar Gala
e559a6901a
Add support for passing initrd information via flat device tree
...
Patch by Kumar Gala 11 Jan 2006
2006-01-11 16:41:35 -06:00
Kumar Gala
4e2531378f
Allow board code to fixup the flat device tree before booting a
...
kernel
Patch by Kumar Gala 11 Jan 2006
2006-01-11 13:54:17 -06:00
Kumar Gala
e4f880eddd
Added CONFIG_ options for bd_t and env in flat dev tree
...
CONFIG_OF_HAS_BD_T will put a copy of the bd_t
into the resulting flat device tree.
CONFIG_OF_HAS_UBOOT_ENV will copy the environment
variables from u-boot into the flat device tree
Patch by Kumar Gala 11 Jan 2006
2006-01-11 13:49:31 -06:00
Kumar Gala
a179012e37
Added support for PCI prefetchable region and BARs
...
If a host controller sets up a region as prefetchable and
a device's BAR denotes it as prefetchable, allocate the
BAR into the prefetch region.
If a BAR is prefetchable and no prefetchable region has
been setup by the controller we fall back to allocating
the BAR into the normally memory region.
Patch by Kumar Gala 11 Jan 2006
2006-01-11 13:24:15 -06:00
Kumar Gala
9260a56151
Make System IO Config Registers board configurable on MPC83xx
...
Patch by Kumar Gala, 11 Jan 2006
2006-01-11 11:12:57 -06:00
Wolfgang Denk
c7428d49ac
Add support for 28F256J3A flah (=> 64 MB) on PM520 board
2005-12-29 15:12:09 +01:00
Wolfgang Denk
97c8d0bbbd
Add support for 28F256J3A flash chips
2005-12-22 01:50:50 +01:00
Marian Balakowicz
3a7b142b62
Change port configuration for O2DNT (CODEC1 on PSC1)
2005-12-06 20:33:07 +01:00
Wolfgang Denk
a889bd27ef
Fix DPRAM offset/size for MPC8541/8555.
...
Simplify TQM85xx Makefile handling.
2005-12-06 15:02:31 +01:00
Wolfgang Denk
f013dacf0a
Code cleanup, especially MIPS for GCC 4.x
2005-12-04 00:40:34 +01:00
Wolfgang Denk
4a86d779ff
Merge with /home/sr/git/u-boot
2005-12-01 01:38:13 +01:00
Wolfgang Denk
b6f8435664
Adjust TQM834x PHY addresses for latest hardware revision.
2005-12-01 01:17:24 +01:00
Wolfgang Denk
d00de23b15
Increase malloc arena on TQM5200 board to 256 kB.
...
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
2005-12-01 00:55:19 +01:00
Marian Balakowicz
d9785c14bf
Fix miiphy global data initialization (problem on 4xx boards when no
...
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().
Based on initial patch for 4xx platform by Matthias Fuchs.
2005-11-30 18:06:04 +01:00
Stefan Roese
d96f41e016
Add support for TQM8541/8555 boards, TQM85xx support reworked:
...
- Support for TQM8541/8555 boards added.
- Complete rework of TQM8540/8560 support.
- Common TQM85xx code now supports all current TQM85xx platforms
(TQM8540/8541/8555/8560).
- DDR SDRAM size detection added.
- CAS latency default values can be overwritten by setting "serial#"
to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used.
If problems are detected with this non default CAS latency,
the defualt values will be used instead.
- FLASH size detection added.
- Moved FCC ethernet driver initialization behind TSEC driver init
-> TSEC is first device.
Patch by Stefan Roese, 30 Nov 2005
2005-11-30 13:06:40 +01:00
Stefan Roese
6e7fb6eaa5
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
...
Patch by John Otken, 23 Nov 2005
2005-11-29 18:18:21 +01:00
Marian Balakowicz
0a69b26ed6
Increase IPB and PCI clocks for O2DNT board.
2005-11-27 20:15:41 +01:00
Stefan Roese
3d9569b232
Changed PPC44x startup message (cpu info, speed...) to common style:
...
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.
Patch by Stefan Roese, 27 Nov 2005
2005-11-27 19:36:26 +01:00
Wolfgang Denk
f08abe311b
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
2005-11-25 16:38:03 +01:00
Stefan Roese
5568e613ee
Add support for Prodrive P3P440 board:
...
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
2005-11-22 13:20:42 +01:00
Wolfgang Denk
fe126d8b34
Change all '$(...)' variable references into '${...}'
...
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.
2005-11-20 21:40:11 +01:00
Stefan Roese
c7911c7e8f
Merge with /server/home/stefan/git/u-boot/bamboo-sdram
2005-11-15 16:23:41 +01:00
Stefan Roese
fd49bf0214
Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
...
Patch by Stefan Roese, 15 Nov 2005
2005-11-15 16:04:58 +01:00
Stefan Roese
feaedfcf84
New PPC 405EP board added: CMS700
...
Added CONFIG_NET_MULTI for VOM405 board.
Added reset_phy() for VOM405 board.
Patch by Matthias Fuchs, 09 Nov 2005
2005-11-15 10:35:59 +01:00
Stefan Roese
ea339205a9
Updated PCI mapping for esd CPCI2DP board.
...
Add support for error LED.
Patch by Matthias Fuchs, 07 Nov 2005
2005-11-08 09:00:09 +01:00
Stefan Roese
182e10691f
Correct PPC Timebase register definitions (SPRN_TBRL...)
...
Patch by Stefan Roese, 07 Nov 2005
2005-11-07 09:57:57 +01:00
Wolfgang Denk
4d03a21f23
Adjust TQM85x PHY addresses for latest hardware revision.
2005-11-03 11:31:36 +01:00
Wolfgang Denk
8e9655f863
* Add hook to NAND erase and implement nand_wait function.
...
Patch by Mike Rapoport, 01 Nov 2005
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2005-11-02 14:29:12 +01:00
Stefan Roese
57275b69c6
Add support for Ocotea pass 3 with 440GX Rev. F
...
Patch by Stefan Roese, 01 Nov 2005
2005-11-01 10:08:03 +01:00
Wolfgang Denk
5d4ee51061
Merge with /home/m8/git/u-boot
2005-10-29 23:45:04 +02:00
Marian Balakowicz
63ff004c4f
Add support for multiple PHYs.
2005-10-28 22:30:33 +02:00
Wolfgang Denk
7b5cac0e19
Merge with /home/wd/git/u-boot/master
2005-10-21 22:41:25 +02:00
Stefan Roese
1e25f957c8
Add NetConsole Support for AMCC eval boards
...
Patch by Stefan Roese, 20 Oct 2005
2005-10-20 16:34:28 +02:00
Rafal Jaworowski
6902df56a0
Add PCI support for the TQM834x board.
2005-10-17 02:39:53 +02:00
Wolfgang Denk
ea1fba136a
Merge with /home/sr/git/u-boot
2005-10-17 00:19:16 +02:00
Wolfgang Denk
84bd92bdda
Merge with /home/m8/git/u-boot
2005-10-15 18:23:43 +02:00
Stefan Roese
3b6748ea0d
Add fat & ext2 support to AMCC 440EP boards Yosemite & Bamboo
...
Patch by Stefan Roese, 14 Oct 2005
2005-10-14 15:37:34 +02:00
Wolfgang Denk
77ddac9480
Cleanup for GCC-4.x
2005-10-13 16:45:02 +02:00
Wolfgang Denk
814d98f24e
Add missing files for Pantelis Antoniou's patch
...
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-13 01:59:29 +02:00
Wolfgang Denk
cbdf8824fa
Merge with /home/sr/git/u-boot
2005-10-13 01:55:58 +02:00
Wolfgang Denk
070610c529
Add support for OF flat tree for the STXtc board.
...
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-13 01:49:09 +02:00
Wolfgang Denk
f57f70aab9
Support passing of OF flat trees to the kernel.
...
Patch by Pantelis Antoniou, 04 Sep 2005
2005-10-13 01:45:54 +02:00
Marian Balakowicz
36247821ef
Fix TQM834x config file, set correct value for CFG_IMMRBAR.
2005-10-12 12:45:04 +02:00
Marian Balakowicz
e6f2e90233
Added support for TQM834x boards.
2005-10-11 19:09:42 +02:00
Wolfgang Denk
3df5bea0b0
Add support for NetSilicon NS7520 processor.
...
Patch by Art Shipkowski, 12 May 2005
Cleanup.
2005-10-09 01:41:48 +02:00
Wolfgang Denk
7521af1c7d
Add support for AP1000 board.
...
Patch by James MacAulay, 07 Oct 2005
2005-10-09 01:04:33 +02:00
Stefan Roese
c29ab9d71d
Fix gzip bmp support (test if malloc fails, warning when truncated).
...
Increase CFG_VIDEO_LOGO_MAX_SIZE on HH405 board.
Patch by Stefan Roese, 08 Oct 2005
2005-10-08 10:19:07 +02:00
Wolfgang Denk
b8e16a3450
Cleanup
2005-10-06 23:44:55 +02:00
Wolfgang Denk
87cb6862b9
Update make target for ARM supported boards.
...
Use lowlevel_init() instead of platformsetup() [rename].
Patch by Peter Pearse, 06 Oct 2005
2005-10-06 17:08:18 +02:00
Wolfgang Denk
6ebc792114
Add JFFS2 support for TRAB board
...
Patch by Martin Krause, 25 Aug 2005
2005-10-06 01:46:57 +02:00
Wolfgang Denk
f5c254d719
Fix the machine-id of the Cogent csb637 board
...
Patch by Anders Larsen, 05 Oct 2005
2005-10-06 01:26:16 +02:00
Wolfgang Denk
78da60773c
Complete support for the KwikByte KB920x boards
...
Patch by Anders Larsen, 05 Oct 2005
2005-10-06 01:22:22 +02:00
Wolfgang Denk
645da51097
Add support for Cogent csb637
...
Patch by Anders Larsen, 29 Apr 2005
2005-10-05 02:00:09 +02:00
Wolfgang Denk
080bdb7f3a
* Move dm9161.c and lxt972.c into cpu/arm920t/at91rm9200
...
Patch by Anders Larsen, 29 Apr 2005
* Fix problems introduced by Patch by Steven Scholz, 02 Mar 2005
(8e2be51de8
)
2005-10-05 01:51:29 +02:00
Wolfgang Denk
29ca46c445
Fix device partition intialization for SystemACE disks.
...
Patch by Stephen Williams, 28 Apr 2005
2005-10-05 00:25:17 +02:00
Wolfgang Denk
99b0d2851a
Added support for KwikByte KB920x boards (based on AT91RM9200)
...
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
2005-10-05 00:19:34 +02:00
Wolfgang Denk
45237bc00b
Add support for S29GL064M-R3 flash chip on xsengine board
...
Patch by Kurt Stremerch, 18 Apr 2005
2005-10-05 00:03:55 +02:00
Wolfgang Denk
9b880bd4d8
Update ARM Integrator boards:
...
Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005
2005-10-04 23:10:28 +02:00
Stefan Roese
9a8d82fd3c
Fix 440GR to print correct cpu revision
...
Patch by Stefan Roese, 4 Oct 2005
2005-10-04 15:00:30 +02:00
Stefan Roese
2c7b2ab5a0
Fix problem with SM501 init on HH405 board.
...
Patch by Stefan Roese, 30 Sep 2005
2005-09-30 16:41:12 +02:00
Wolfgang Denk
709d8ec0d8
Fix FEC PHY addresses for TQM85xx boards
2005-09-29 12:16:38 +02:00
Wolfgang Denk
fb34a9a201
Undo change of f6e20fc6ca... to include/configs/trab.h
...
(Must have been an accident?)
2005-09-26 23:40:37 +02:00
Wolfgang Denk
d8e7e0f044
Add support for AT91RM9200 OHCI Controller.
...
Patch by Eric Benard, 07 Apr 2005
2005-09-26 01:26:56 +02:00
Wolfgang Denk
98404649c8
Update ARM mach-types.h
...
Patch by Eric Benard, 07 Apr 2005
2005-09-26 01:18:22 +02:00
Wolfgang Denk
0e4018d244
Add support for MP2USB board.
...
Patch by Eric Benard, 07 Apr 2005
2005-09-26 01:14:38 +02:00
Wolfgang Denk
c570b2fdf5
Add board support for armadillo HT1070
...
Patch by Rowel Atienza, 06 Apr 2005
2005-09-26 01:06:33 +02:00
Wolfgang Denk
c2d0ab4da8
Second Ethernet address enabled for MPC885ADS and MPC8272ADS.
...
Patch by Vitaly Bordug, 30 Mar 2005
2005-09-26 00:53:02 +02:00
Wolfgang Denk
e6f222815c
Add iopset command on mpc8xx
...
Patch by Daniel Eisenhut, 25 Mar 2005
2005-09-26 00:44:15 +02:00
Wolfgang Denk
f2af3eb55e
Fixes to the Lubbock (PXA 25x) support:
...
- Resolve the FIXME with respect to saving the u-boot environment.
- Make the default load address land in real memory.
- Fix lan91c96 SMC_{in,out}{b,w,l}() macros
Patch by David Brownell, 10 Mar 2005
2005-09-26 00:29:53 +02:00
Wolfgang Denk
8e6f1a8ec2
Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board
...
Patch by Marc Leeman, 04 Mar 2005
2005-09-25 18:59:36 +02:00
Wolfgang Denk
716c1dcb41
Cleanup
2005-09-25 18:49:35 +02:00
Wolfgang Denk
49a7581c6c
OMAP242x H4 board update
...
- fix for ES2 differences.
- switch to using the cfi_flash driver.
- fix SRAM build address.
- fix for GP device operation.
- unlock SRAM for GP devices.
- display more device information.
- fix potential deadlock in omap24xx_i2c driver.
- fix DLL load values to match dpllout*1 operation.
- fix 2nd chip select init for combo DDR device.
- add support for CFI Intel 28F256L18 on H4 board.
Patch by Richard Woodruff, 03 Mar 2005
2005-09-25 18:41:04 +02:00
Wolfgang Denk
8e2be51de8
Fix formating in include/asm-arm/arch-at91rm9200/AT91RM9200.h
...
Patch by Steven Scholz, 02 Mar 2005
2005-09-25 17:14:20 +02:00
Wolfgang Denk
b66eb5282d
Add cramfs support for m68k
...
Patch by Zachary Landau, 21 Feb 2005
2005-09-25 16:59:36 +02:00
Wolfgang Denk
bd51626c8d
Update ep8260: Fix flash timeouts; improve clock resolution for faster UARTs
...
Patch by Jeff Angielski, 21 Feb 2005
2005-09-25 16:56:15 +02:00
Wolfgang Denk
875c78934e
Add Xilinx Spartan3 family FPGA support
...
Patch by Kurt Stremerch, 14 February 2005
2005-09-25 16:44:21 +02:00
Wolfgang Denk
1972dc0a9e
Added support for PCI bridge on MPC8272ADS
...
Patch by Vitaly Bordug, Feb 09 2005
2005-09-25 16:27:55 +02:00
Wolfgang Denk
0148e8cb43
Update multicore CM9XX support for Integrator AP to allow booting from flash
...
Patch by Jean-Paul Saman, 8 Feb 2005
2005-09-25 16:22:14 +02:00
Wolfgang Denk
6ed6ce62be
Fix typos in include/ppc440.h
...
Patch by Andrew E Mileski, 04 Feb 2005
2005-09-25 16:01:42 +02:00
Wolfgang Denk
70a2047ff6
Add Vibren (was Accelent) PXA255 IDP Support
...
Patch by Cliff Brake, 04 Feb 2005
2005-09-25 15:59:01 +02:00
Wolfgang Denk
fe7eb5d88b
Cleanup
2005-09-25 02:00:47 +02:00
Wolfgang Denk
74f4304ee7
Add ARM946E cpu and core module targets; remap memory to 0x00000000
...
Patch by Peter Pearse, 2 Feb 2005
2005-09-25 01:48:28 +02:00
Wolfgang Denk
c97a2aaf27
OMAP242x fix for GP device booting
...
- Add SRAM unlock for GP devices.
- Change DDR DLL unlock value to allow DPLLout*1 operation.
Patches by Richard Woodruff, 21 Jan 2005:
2005-09-25 00:59:24 +02:00
Wolfgang Denk
265817c7e6
Add support for AMD's Pb1x00 eval board;
...
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
2005-09-25 00:53:22 +02:00
Wolfgang Denk
2b792afcc5
* Fix PHY address argument passing with mii info command
...
Patch by Andrew Dyer, 28 Dec 2004
* Cleanup: fix broken builds
2005-09-24 21:54:50 +02:00
Wolfgang Denk
0c8721a466
Cleanup (PPC4xx is AMCC now)
2005-09-23 11:05:55 +02:00
Wolfgang Denk
1caa70788c
Cleanup - update CHANGELOG, undo test settings
2005-09-22 09:34:17 +02:00
Stefan Roese
7644f16f6b
esd CPCI2DP board added
...
Patch by Matthias Fuchs, 22 Sep 2005
2005-09-22 09:16:57 +02:00
Stefan Roese
026cb5d864
esd PMC405 board updated
...
Patch by Matthias Fuchs, 22 Sep 2005
2005-09-22 09:07:15 +02:00
Stefan Roese
98f4a3dfcb
Add SM501 support to HH405 board.
...
Add support for gzip compressed bmp's (CONFIG_VIDEO_BMP_GZIP).
Add support for eeprom write-enable (CFG_EEPROM_WREN).
Patch by Stefan Roese, 22 Sep 2005
2005-09-22 09:04:17 +02:00
Stefan Roese
5810dc3a2e
Fix autonegotiation in tsec ethernet driver
...
Patch by Stefan Roese, 21 Sep 2005
2005-09-21 18:20:22 +02:00
Wolfgang Denk
1806c75959
Update configuration for INKA4x0 board
2005-09-21 10:07:56 +02:00
Wolfgang Denk
29fe1c0fa4
Update configuration for PM854 board
...
Based on patch by R. Loeffl, 20 Jul 2005
2005-09-21 09:59:55 +02:00
Stefan Roese
053b40fa0c
Add PCI support to TQM8540 and TQM8560 boards
...
Patch by Stefan Roese, 15 Sep 2005
2005-09-15 14:41:11 +02:00
Stefan Roese
34c0a5e98b
Update AMCC Yosemite to get a consistent setup for all AMCC eval
...
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 15 Sep 2005
2005-09-15 11:34:07 +02:00
Wolfgang Denk
ac7eb8a315
Update of new NAND code
...
Patch by Ladislav Michl, 13 Sep 2005
2005-09-14 23:53:32 +02:00
Wolfgang Denk
3edb0ccf61
Merge with /home/wd/git/u-boot/master
2005-09-14 17:06:43 +02:00
Wolfgang Denk
47278471f9
Merge with /home/sr/git/u-boot
2005-09-14 16:59:18 +02:00
Wolfgang Denk
670d9f132d
Change default console baud rate for stxxtc board
2005-09-13 00:12:33 +02:00
Stefan Roese
4a3cd9e655
Fix problem in 440GP ethernet driver (ebony). Add support for 2nd
...
ethernet port on ebony.
Patch by Stefan Roese, 7 Sep 2005
2005-09-07 16:21:12 +02:00
Wolfgang Denk
5d244ea128
Merge with /home/sr/git/u-boot:
...
Add I2C support for TQM85xx
2005-09-06 22:17:16 +02:00
Wolfgang Denk
80e238c7f0
Fix default command set (don't include CFG_CMD_DISPLAY command)
...
Patch by Pantelis Antoniou, 02 Sep 2005
2005-09-03 02:22:41 +02:00
Wolfgang Denk
ccd9d3d60c
Enable SM712 driver support for HMI1001 board.
2005-09-03 01:21:50 +02:00
Stefan Roese
9d2a873bdf
Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).
...
Removed CFG_CMD_DISPLAY from default commands.
Fixed compiler warning in net.c.
Patch by Stefan Roese, 31 Aug 2005
2005-08-31 12:55:50 +02:00
Wolfgang Denk
f7fbf269fe
Adjust CS3 timings on HMI1001 board for dot matrix display under Linux
2005-08-30 13:43:18 +02:00
Wolfgang Denk
9f96ae44c6
Add keyboard and dot matrix display support for HMI1001 board.
2005-08-30 13:04:12 +02:00
Wolfgang Denk
ec2e5a2cce
Merge with testing-4xx_enet (Create generic 4xx Ethernet code)
2005-08-23 23:03:20 +02:00
Wolfgang Denk
d534f5cc38
Add JFFS2 support for TQM5200 board
2005-08-23 22:27:41 +02:00
Stefan Roese
5e4b3361bc
Add esd cpci5200 and pf5200 boards
...
Patch by Reinhard Arlt, 22 Aug 2005
2005-08-22 17:51:53 +02:00
Wolfgang Denk
94085698d0
Fix sysclock for TQM8540 and TQM8560 boards
...
Patch by Martin Krause, 25 Jul 2005
2005-08-19 00:55:12 +02:00
Wolfgang Denk
6617aae9b9
Add new board specific commands for TQM5200/STK52XX
...
- Sound commands (beep, wav, sound)
- Test commands (led, can, backlight, rs232)
Patch by Martin Krause, 02 May 2005
2005-08-19 00:46:54 +02:00
Wolfgang Denk
df3c7c8f52
Change main clock on CMC-PU2 board from 207 MHz to 179 MHz
...
because of a bug in the AT91RM9200 CPU PLL
Patch by Martin Krause, 22 Apr 2005
2005-08-19 00:36:45 +02:00
Wolfgang Denk
dbc5819098
Remove CONFIG_AT91RM9200DK in CMC-PU2 configuration
...
Patch by Martin Krause, 19 Apr 2005
2005-08-18 12:21:16 +02:00
Wolfgang Denk
4f562f145a
Add RTC support for STK52XX.200
...
Patch by Martin Krause, 7 Apr. 2005
2005-08-18 11:51:12 +02:00
Wolfgang Denk
05b47540aa
Merge with testing-NAND (Rewrite of NAND code)
2005-08-17 12:57:49 +02:00
Wolfgang Denk
932394ac43
Rewrite of NAND code based on what is in 2.6.12 Linux kernel
...
Patch by Ladislav Michl, 29 Jun 2005
2005-08-17 12:55:25 +02:00
ef3f9669ae
Disable SNTP for O2DNT board.
2005-08-16 22:54:40 +02:00
30eb1770ca
CONFIG_PCI_SCAN_SHOW disabled for O2DNT.
2005-08-16 20:39:05 +02:00
Stefan Roese
d6c61aabc4
Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
...
now handling all 4xx cpu's.
Patch by Stefan Roese, 16 Aug 2005
2005-08-16 18:18:00 +02:00
22e05df45c
Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-16 17:34:22 +02:00
Wolfgang Denk
98128f389c
Enable PCI on hmi1001 board
2005-08-16 15:17:53 +02:00
Wolfgang Denk
3d078ce6d7
Coding style cleanup
2005-08-15 16:03:56 +02:00
Wolfgang Denk
6bdf430660
Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.
...
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
2005-08-15 15:55:00 +02:00
Stefan Roese
4dc37144f0
Changed to version 1.1.4
2005-08-15 12:33:29 +02:00
Stefan Roese
b79316f2a2
Add Sandburst Metrobox and Sandburst Karef board support packages.
...
Second serial port on 440GX now defined as a system device.
Add 'Short Etch' code for Cicada PHY within 440gx_enet.c
Patch by Travis B. Sawyer, 12 Jul 2005
Check return value of malloc in 440gx_enet.c
Patch by Travis B. Sawyer, 18 Jul 2005
2005-08-15 12:31:23 +02:00
Wolfgang Denk
2893ecbf3e
Fix build problems
2005-08-14 01:52:14 +02:00
Wolfgang Denk
2afbe4ed97
Fix compiler warnings
2005-08-13 02:04:37 +02:00
d4f5c72896
FRAM memory access optimization.
2005-08-12 21:16:13 +02:00
Stefan Roese
5315dfa9d1
esd PCI405 board updated
...
Patch by Matthias Fuchs, 28 Jul 2005
2005-08-12 16:56:56 +02:00
Stefan Roese
82f4c6ac84
esd WUH405 and DU405 board updated
...
Patch by Matthias Fuchs, 27 Jul 2005
2005-08-12 16:52:47 +02:00
6df6d38d2d
Merge with pollux.denx.org:/home/git/u-boot/.git
2005-08-12 15:33:33 +02:00
Wolfgang Denk
dafba16e6f
Merge with /home/wd/git/u-boot/master
2005-08-12 00:22:49 +02:00
Stefan Roese
84286386a8
Update AMCC Yosemite to get a consistent setup for all AMCC eval
...
boards (baudrate, environment...). Flash driver fixed.
Patch by Stefan Roese, 11 Aug 2005
2005-08-11 18:03:14 +02:00
Stefan Roese
9e00589bdd
Changed AMCC Bubinga (405EP) configuration to support 2nd eth port
...
Patch by Stefan Roese, 11 Aug 2005
2005-08-11 17:58:40 +02:00
Stefan Roese
c57c7980ff
Add NAND FLASH support for AMCC Bamboo 440EP eval board
...
Patch by Stefan Roese, 11 Aug 2005
2005-08-11 17:56:56 +02:00
5a27f84855
O2DNT FRAM write delay disabled.
2005-08-11 15:56:59 +02:00
adac376ef2
O2DNT: added hardware flash protect support, macros cleanup.
2005-08-11 10:10:30 +02:00
Wolfgang Denk
8f79e4c2da
Add configuration for IFM AEV FIFO board.
...
Minor coding style cleanup.
2005-08-10 15:14:32 +02:00
Wolfgang Denk
eece159cdd
Add configuration for IFM SPI eval board
2005-08-10 11:03:05 +02:00
Wolfgang Denk
9d3338d2b9
Fix CompactFlash problem on HMI1001 board
2005-08-10 10:06:25 +02:00
0841565cc7
O2DNT platform specific code.
2005-08-09 14:52:00 +02:00
Stefan Roese
846b0dd2dc
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
...
Patch by Stefan Roese, 08 Aug 2005
2005-08-08 12:42:22 +02:00
Wolfgang Denk
700a0c648d
Add common (with Linux) MTD partition scheme and "mtdparts" command
...
Old, obsolete and duplicated code was cleaned up and replace by the
new partitioning method. There are two possible approaches now:
* define a single, static partition
* use mtdparts command line option and dynamic partitioning
Default is static partitioning.
2005-08-08 01:03:24 +02:00
Wolfgang Denk
452e8e72ad
Fix build problems for PM856 Board
2005-08-08 00:47:14 +02:00
Wolfgang Denk
d06a5f7ebf
Add support for Altera NIOS DK1C20 board
...
Patch by Shlomo Kut, 13 Dec 2004
2005-08-06 01:56:59 +02:00
Wolfgang Denk
f901a83b70
Add support for ep8248 board
...
Patch by Yuli Barcohen, 12 Dec 2004
Minor code cleanup.
2005-08-06 01:42:58 +02:00
Wolfgang Denk
3836221d5b
Fix typo
2005-08-06 01:02:27 +02:00
Wolfgang Denk
d56019c0ee
Merge with /home/sr/git/u-boot
2005-08-05 23:55:19 +02:00
Wolfgang Denk
b4f15fdaf7
Merge with /home/wd/git/u-boot/jon_loeliger
2005-08-05 20:03:38 +02:00
Wolfgang Denk
b20d00328c
Add support for MicroSys PM856 board
...
Patch by Josef Wagner, 03 Aug 2005
2005-08-05 12:19:30 +02:00
Wolfgang Denk
992b402bbf
Minor fixes to PM854 board
...
Patch by Josef Wagner, 03 Aug 2005
2005-08-05 11:47:10 +02:00
Wolfgang Denk
cbf9c11728
Merge with /home/wd/git/u-boot/master
2005-08-05 11:22:28 +02:00
Jon Loeliger
a99a0a98b9
Default 8349ADS CONFIG_PCI off for now.
...
Real support for PCI comes in a follow-up patch.
2005-08-04 17:32:05 -05:00
Wolfgang Denk
452f67407b
Adjust configuration of XENIAX board
...
(chip select and GPIO required for USB operation)
2005-08-04 19:45:01 +02:00
Stefan Roese
17f50f22bc
Add support for AMCC Bamboo PPC440EP eval board
...
Patch by Stefan Roese, 04 Aug 2005
2005-08-04 17:09:16 +02:00
Wolfgang Denk
460c322f13
(re)enabled scsi commands do_scsi() and do_scsiboot()
...
Patch by Denis Peter, 06 Dec 2004
2005-08-04 01:14:12 +02:00
Wolfgang Denk
dc17fb6dc2
Cleanup build problems (on Fedora Core x86_64 build host)
2005-08-03 22:32:02 +02:00
Jon Loeliger
4b1d95d96a
Merge with rsync://git-user@source.denx.net/git/u-boot.git
2005-08-02 13:53:07 -05:00
Wolfgang Denk
095b8a3798
Coding style cleanup
2005-08-02 17:06:17 +02:00
Wolfgang Denk
797638f9ff
Merge with /home/sr/git/u-boot
2005-08-02 15:20:47 +02:00
Stefan Roese
4f8657dbfc
Remove unnecessary defines from usb_defs.h again.
...
Patch by Stefan Roese, 2 Aug 2005
2005-08-02 15:08:46 +02:00
Wolfgang Denk
7d939f8947
Merge with /home/sr/git/u-boot
2005-08-02 14:43:57 +02:00
Jon Loeliger
de1d0a6995
Fix style issues primarily in 85xx and 83xx boards.
...
- C++ comments
- Trailing white space
- Indentation not by TAB
- Excessive amount of empty lines
- Trailing empty lines
2005-08-01 13:20:47 -05:00
Stefan Roese
8a316c9b62
Major cleanup for AMCC PPC4xx eval boards.
...
Patch by Stefan Roese, 01 Aug 2005
2005-08-01 16:49:12 +02:00
Stefan Roese
c157d8e219
Add support for AMCC PPC440EP/GR eval boards Yosemite and Yellowstone.
...
Patch by Steven Blakeslee, 27 Jul 2005
2005-08-01 16:41:48 +02:00
Wolfgang Denk
0f18cb6eef
Minor fixes for PPChameleon Board:
...
* fix alignment of NAND size
* make code do what the comment says
2005-07-31 00:30:09 +02:00
Lunsheng Wang
b0e3294923
* Patch by Ron Alder, 11 July 2005
...
Add Xianghua Xiao and Lunsheng Wang's support for the
GDA MPC8540 EVAL board.
2005-07-29 10:20:29 -05:00
Eran Liberty
f046ccd15c
* Patch by Eran Liberty
...
Add support for the Freescale MPC8349ADS board.
2005-07-28 10:08:46 -05:00
Jon Loeliger
d9b94f28a4
* Patch by Jon Loeliger, 2005-05-05
...
Implemented support for MPC8548CDS board.
Added DDR II support based on SPD values for MPC85xx boards.
This roll-up patch also includes bugfies for the previously
published patches:
DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
2005-07-25 14:05:07 -05:00
Jon Loeliger
288693abe1
* Patch by Jon Loeliger, 2005-Feb-10
...
Add config option CONFIG_HAS_FEC calling out 8540 FEC features.
2005-07-25 12:14:54 -05:00
Jon Loeliger
7202d43dde
* Patch by Jon Loeliger, Kumar Gala, 2005-02-08
...
For MPC85xxCDS:
Adds Relaxed Timing TRLX bit to FLASH ORx regs to allow
for faster flash parts.
Add documentation for BR/OR for FLASH.
2005-07-25 11:13:26 -05:00
Jon Loeliger
9c4c5ae3e1
* Patch by Jon Loeliger, Kumar Gala 2005-02-08
...
- Convert the CPM2 based functionality to use new CONFIG_CPM2
option rather than a myriad of CONFIG_MPC8560-like variants.
Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560.
Eliminates the CONFIG_MPC8560 option entirely. Distributes the
new CONFIG_CPM2 option to each 8260 board.
2005-07-23 10:37:35 -05:00
Wolfgang Denk
08abe15850
Add CompactFlash support for HMI1001 board.
2005-07-21 15:23:29 +02:00
Wolfgang Denk
9c998aa831
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.
2005-07-21 11:57:57 +02:00
wdenk
88804d19e2
* 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
2005-07-04 00:03:16 +00:00
stroese
3c71f3e8aa
* Patch by Stefan Roese, 1 Jul 2005:
...
Fix PHY address for CATcenter board (now correct!)
2005-07-01 15:53:57 +00:00
stroese
bf41886f9d
* Patch by Stefan Roese, 30 Jun 2005:
...
Fix PHY addresses for PPChameleon and CATcenter boards
Change MAINTAINER for most esd boards
2005-06-30 13:06:07 +00:00
wdenk
342717f72a
* 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
2005-06-27 13:30:03 +00:00
wdenk
024447b186
Enable redundant environment, disable HW flash protection of HMI1001 board
2005-06-20 10:28:38 +00:00
wdenk
a87589da74
* Add support for HMI1001 board
...
* Disable "date" and "sntp" commands on TQM866M which has no RTC
2005-06-10 10:00:19 +00:00
wdenk
ba91e26a19
Patch by Juergen Selent, 17 May 2005:
...
Add support for Funkwerk VoVPN gateway module.
2005-05-30 23:55:42 +00:00
wdenk
2eab48f511
* 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.
2005-05-23 10:49:50 +00:00
wdenk
16b013e750
Patch by Greg Ungerer, 19 May 2005:
...
add support for the OpenGear CM4008 board
2005-05-19 22:46:33 +00:00
wdenk
3a574cbe72
* 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
2005-05-19 22:39:42 +00:00
wdenk
7680c140af
Add PCI support for Sorcery board.
...
Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
2005-05-16 15:23:22 +00:00
wdenk
343117bf12
Fix timer handling on MPC85xx systems
2005-05-13 22:49:36 +00:00
wdenk
9dd41a7b0c
* Fix debug code in omap5912osk flash driver
...
* Add support for MPC8247 based "IDS8247" board.
2005-05-12 22:48:09 +00:00
wdenk
d44e14b5fc
Add support for 2 x TSEC interfaces on the TQM8540 board.
2005-05-10 15:51:35 +00:00
wdenk
412babe304
It's better to handle LZO and LZARI compression mdoes for JFFS2 with
...
a single #define.
2005-05-05 09:51:44 +00:00
wdenk
60fc6cbbb7
Increase CFG_MONITOR_LEN for Rattler board to match actual code size.
2005-05-05 09:13:21 +00:00
wdenk
07cc099941
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.
2005-05-05 00:04:14 +00:00
stroese
81b83c9ecc
* 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
2005-05-03 06:12:20 +00:00
stroese
dcb2f95a60
* Patch by Stefan Roese, 03 May 2005:
...
Update for P3G4
Fix problems in cmd_universe.c
2005-05-03 06:06:41 +00:00
wdenk
9f709b6cee
Fix INKA4x0: use CS1 as gpio_wkup_6 output
2005-04-22 15:09:09 +00:00
wdenk
a63109281a
Fix bug in the SDRAM initialization code for canmb, IceCube and
...
PM520 boards.
Fix PHY address for canmb board.
2005-04-21 21:10:22 +00:00
wdenk
7cc1438d43
get rid of obsolete CFG_AT91C_BRGR_DIVISOR definition
2005-04-20 14:38:59 +00:00
wdenk
b2323ea6f9
Auto-size RAM on canmb board.
...
Cleanup.
2005-04-20 09:28:54 +00:00
stroese
fddae7b811
* Patch by Matthias Fuchs, 18 Apr 2005:
...
Make PCI target address spaces on PMC405 and CPCI405 boards
configurable via environment variables
2005-04-20 06:52:40 +00:00
wdenk
5e5f9ed254
Add support for canmb board
2005-04-13 23:15:10 +00:00
stroese
04e93ec979
Update for esd apc405
2005-04-13 10:06:07 +00:00
wdenk
b77fad3b25
* 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.
2005-04-07 22:36:40 +00:00
stroese
7ec2550238
* 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
2005-04-07 05:35:12 +00:00
stroese
0a7c5391a0
Add PPC440GX Revision C
2005-04-07 05:33:41 +00:00
wdenk
a85f9f21aa
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
2005-04-06 13:52:31 +00:00
wdenk
20787e23b8
* 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
2005-04-06 00:04:16 +00:00
wdenk
3c2b3d454d
* Patch by Ladislav Michl, 05 Apr 2005:
...
Add support for VoiceBlue board.
* Patch by Ladislav Michl, 05 Apr 2005:
Fix netboot_common() prototypes.
* Cleanup.
2005-04-05 23:32:21 +00:00