]>
git.karo-electronics.de Git - karo-tx-uboot.git/log
Stefan Roese [Tue, 29 Nov 2005 18:13:38 +0000 (19:13 +0100)]
Compile warning fixed
Patch by Stefan Roese, 29 Nov 2005
Stefan Roese [Tue, 29 Nov 2005 17:18:21 +0000 (18:18 +0100)]
Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.
Patch by John Otken, 23 Nov 2005
Stefan Roese [Tue, 29 Nov 2005 17:17:41 +0000 (18:17 +0100)]
Minor AMCC 4xx board cleanups
Patch by Stefan Roese, 27 Nov 2005
Stefan Roese [Sun, 27 Nov 2005 18:36:26 +0000 (19:36 +0100)]
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
Wolfgang Denk [Fri, 25 Nov 2005 15:38:03 +0000 (16:38 +0100)]
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
Wolfgang Denk [Fri, 25 Nov 2005 09:38:43 +0000 (10:38 +0100)]
Allow use of include/image.h and include/asm-*/u-boot.h in proprietary code.
The COPYING file was extended to make clear that these files can be
used in non-GPL code, too.
Stefan Roese [Tue, 22 Nov 2005 12:20:42 +0000 (13:20 +0100)]
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
Wolfgang Denk [Sun, 20 Nov 2005 20:40:11 +0000 (21:40 +0100)]
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.
Rafal Jaworowski [Wed, 16 Nov 2005 23:26:18 +0000 (00:26 +0100)]
Minor changes to init flags in TQM834x PCI.
Stefan Roese [Tue, 15 Nov 2005 15:26:34 +0000 (16:26 +0100)]
Add CHANGELOG entry
Patch by Stefan Roese, 15 Nov 2005
Stefan Roese [Tue, 15 Nov 2005 15:23:41 +0000 (16:23 +0100)]
Merge with /server/home/stefan/git/u-boot/bamboo-sdram
Stefan Roese [Tue, 15 Nov 2005 15:04:58 +0000 (16:04 +0100)]
Fix Bamboo DDR SDRAM initialization (problem with onboard SDRAM)
Patch by Stefan Roese, 15 Nov 2005
Stefan Roese [Tue, 15 Nov 2005 09:35:59 +0000 (10:35 +0100)]
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
Wolfgang Denk [Thu, 10 Nov 2005 19:59:46 +0000 (20:59 +0100)]
Add explanation for CDP checksum algorithm
Stefan Roese [Tue, 8 Nov 2005 08:00:09 +0000 (09:00 +0100)]
Updated PCI mapping for esd CPCI2DP board.
Add support for error LED.
Patch by Matthias Fuchs, 07 Nov 2005
Stefan Roese [Mon, 7 Nov 2005 12:43:06 +0000 (13:43 +0100)]
Fix MPC85xx PCI support (pci_register_hose() before pci config access)
Patch by Stefan Roese, 07 Nov 2005
Stefan Roese [Mon, 7 Nov 2005 08:57:57 +0000 (09:57 +0100)]
Correct PPC Timebase register definitions (SPRN_TBRL...)
Patch by Stefan Roese, 07 Nov 2005
Stefan Roese [Sat, 5 Nov 2005 14:50:16 +0000 (15:50 +0100)]
Adjust bd->bi_flashstart on Yellowstone & Yosemite to correct size
Patch by Stefan Roese, 05 Nov 2005
Wolfgang Denk [Thu, 3 Nov 2005 10:31:36 +0000 (11:31 +0100)]
Adjust TQM85x PHY addresses for latest hardware revision.
Stefan Roese [Thu, 3 Nov 2005 07:31:33 +0000 (08:31 +0100)]
Additional fix for external IRQ config on Yellowstone & Yosemite
Patch by Stefan Roese, 03 Nov 2005
Stefan Roese [Tue, 1 Nov 2005 09:08:03 +0000 (10:08 +0100)]
Add support for Ocotea pass 3 with 440GX Rev. F
Patch by Stefan Roese, 01 Nov 2005
Stefan Roese [Tue, 1 Nov 2005 09:02:21 +0000 (10:02 +0100)]
Merge with /git/u-boot.git
Wolfgang Denk [Sat, 29 Oct 2005 21:50:20 +0000 (23:50 +0200)]
More verbose CHANGELOG entry.
Wolfgang Denk [Sat, 29 Oct 2005 21:45:04 +0000 (23:45 +0200)]
Merge with /home/m8/git/u-boot
Marian Balakowicz [Sat, 29 Oct 2005 12:48:59 +0000 (14:48 +0200)]
Add missing CHANGELOG entries.
Marian Balakowicz [Fri, 28 Oct 2005 20:30:33 +0000 (22:30 +0200)]
Add support for multiple PHYs.
Marian Balakowicz [Fri, 28 Oct 2005 16:08:03 +0000 (18:08 +0200)]
Correct includes for flat tree builder.
Marian Balakowicz [Fri, 28 Oct 2005 13:29:43 +0000 (15:29 +0200)]
Fix conflicting types (flash_write()) in trab auto_update.c
Stefan Roese [Fri, 28 Oct 2005 10:21:06 +0000 (12:21 +0200)]
Fix external IRQ configuration on Yellowstone & Yosemite
The multiplexed signals Ext IRQ0...3 have to be configured as IRQ,
because they default to GPIOx (440EP/GR).
Patch by Stefan Roese, 28 Oct 2005
Wolfgang Denk [Fri, 21 Oct 2005 20:41:25 +0000 (22:41 +0200)]
Merge with /home/wd/git/u-boot/master
Stefan Roese [Thu, 20 Oct 2005 14:40:17 +0000 (16:40 +0200)]
Add missing 4xx board to MAKEALL
Patch by Stefan Roese, 20 Oct 2005
Stefan Roese [Thu, 20 Oct 2005 14:39:16 +0000 (16:39 +0200)]
Fix conflicting types (flash_write()) in esd auto_update.c
Patch by Stefan Roese, 20 Oct 2005
Stefan Roese [Thu, 20 Oct 2005 14:36:44 +0000 (16:36 +0200)]
Fix problem with sleep in NetConsole (use get_timer())
Patch by Stefan Roese, 20 Oct 2005
Stefan Roese [Thu, 20 Oct 2005 14:34:28 +0000 (16:34 +0200)]
Add NetConsole Support for AMCC eval boards
Patch by Stefan Roese, 20 Oct 2005
Stefan Roese [Tue, 18 Oct 2005 17:17:12 +0000 (19:17 +0200)]
Fix NetConsole support on 4xx (only print eth link on 1st transfer)
Patch by Stefan Roese, 18 Oct 2005
Rafal Jaworowski [Mon, 17 Oct 2005 00:39:53 +0000 (02:39 +0200)]
Add PCI support for the TQM834x board.
Wolfgang Denk [Sun, 16 Oct 2005 22:24:00 +0000 (00:24 +0200)]
Fix typo.
Wolfgang Denk [Sun, 16 Oct 2005 22:19:16 +0000 (00:19 +0200)]
Merge with /home/sr/git/u-boot
Wolfgang Denk [Sat, 15 Oct 2005 16:43:50 +0000 (18:43 +0200)]
Add missing CHANGELOG entry.
Wolfgang Denk [Sat, 15 Oct 2005 16:23:43 +0000 (18:23 +0200)]
Merge with /home/m8/git/u-boot
Stefan Roese [Fri, 14 Oct 2005 13:37:34 +0000 (15:37 +0200)]
Add fat & ext2 support to AMCC 440EP boards Yosemite & Bamboo
Patch by Stefan Roese, 14 Oct 2005
Stefan Roese [Fri, 14 Oct 2005 13:34:07 +0000 (15:34 +0200)]
Fix identification on ext2ls help entry
Patch by Stefan Roese, 14 Oct 2005
Wolfgang Denk [Thu, 13 Oct 2005 14:45:02 +0000 (16:45 +0200)]
Cleanup for GCC-4.x
Wolfgang Denk [Thu, 13 Oct 2005 08:41:25 +0000 (10:41 +0200)]
Add documentation for Open Firmware Flat Tree and usage.
Patch by Pantelis Antoniou, 13 Oct 2005
Wolfgang Denk [Thu, 13 Oct 2005 00:04:18 +0000 (02:04 +0200)]
Cleanup
Wolfgang Denk [Wed, 12 Oct 2005 23:59:29 +0000 (01:59 +0200)]
Add missing files for Pantelis Antoniou's patch
Patch by Pantelis Antoniou, 04 Sep 2005
Wolfgang Denk [Wed, 12 Oct 2005 23:55:58 +0000 (01:55 +0200)]
Merge with /home/sr/git/u-boot
Wolfgang Denk [Wed, 12 Oct 2005 23:50:05 +0000 (01:50 +0200)]
Cleanup
Wolfgang Denk [Wed, 12 Oct 2005 23:49:09 +0000 (01:49 +0200)]
Add support for OF flat tree for the STXtc board.
Patch by Pantelis Antoniou, 04 Sep 2005
Wolfgang Denk [Wed, 12 Oct 2005 23:45:54 +0000 (01:45 +0200)]
Support passing of OF flat trees to the kernel.
Patch by Pantelis Antoniou, 04 Sep 2005
Marian Balakowicz [Wed, 12 Oct 2005 10:45:04 +0000 (12:45 +0200)]
Fix TQM834x config file, set correct value for CFG_IMMRBAR.
Marian Balakowicz [Tue, 11 Oct 2005 17:09:42 +0000 (19:09 +0200)]
Added support for TQM834x boards.
Stefan Roese [Mon, 10 Oct 2005 15:43:58 +0000 (17:43 +0200)]
Fix problem in ppc4xx eth-driver without ethaddr (only without
CONFIG_NET_MULTI set)
Patch by Stefan Roese, 10 Oct 2005
Wolfgang Denk [Sat, 8 Oct 2005 23:41:48 +0000 (01:41 +0200)]
Add support for NetSilicon NS7520 processor.
Patch by Art Shipkowski, 12 May 2005
Cleanup.
Wolfgang Denk [Sat, 8 Oct 2005 23:04:33 +0000 (01:04 +0200)]
Add support for AP1000 board.
Patch by James MacAulay, 07 Oct 2005
Wolfgang Denk [Sat, 8 Oct 2005 22:33:37 +0000 (00:33 +0200)]
Eliminate hard-coded address of Ethernet transfer buffer on at91rm9200
Patch by Anders Larsen, 07 Oct 2005
The Atmel errata #11 states that the transfer buffer descriptor
table must be aligned on a 16-word boundary. As it turned out, this
is insufficient - it seems the table must be aligned on a boundary
at least as large as the table itself (in Linux this is not an
issue - the table is aligned on a PAGE_SIZE (4096) boundary).
Wolfgang Denk [Sat, 8 Oct 2005 22:25:58 +0000 (00:25 +0200)]
Fixed compilation for ARM when using a (standard) hard-FP toolchain
Patch by Anders Larsen, 07 Oct 2005
Wolfgang Denk [Sat, 8 Oct 2005 22:22:48 +0000 (00:22 +0200)]
Cleanup warnings for cpu/arm720t & cpu/arm1136 files.
sed the linker scripts, rather than pre-process them.
Patch by Peter Pearse, 07 Oct 2005
Stefan Roese [Sat, 8 Oct 2005 08:19:07 +0000 (10:19 +0200)]
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
Wolfgang Denk [Thu, 6 Oct 2005 21:44:55 +0000 (23:44 +0200)]
Cleanup
Wolfgang Denk [Thu, 6 Oct 2005 15:09:56 +0000 (17:09 +0200)]
Make "split_by_variant.sh" executable.
Wolfgang Denk [Thu, 6 Oct 2005 15:08:18 +0000 (17:08 +0200)]
Update make target for ARM supported boards.
Use lowlevel_init() instead of platformsetup() [rename].
Patch by Peter Pearse, 06 Oct 2005
Wolfgang Denk [Wed, 5 Oct 2005 23:50:50 +0000 (01:50 +0200)]
Fix booting from serial dataflash on AT91RM9200
Patch by Peter Menzebach, 29 Aug 2005
Wolfgang Denk [Wed, 5 Oct 2005 23:46:57 +0000 (01:46 +0200)]
Add JFFS2 support for TRAB board
Patch by Martin Krause, 25 Aug 2005
Wolfgang Denk [Wed, 5 Oct 2005 23:43:39 +0000 (01:43 +0200)]
Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI
Patch by Marcus Hall, 24 Aug 2005
Wolfgang Denk [Wed, 5 Oct 2005 23:26:16 +0000 (01:26 +0200)]
Fix the machine-id of the Cogent csb637 board
Patch by Anders Larsen, 05 Oct 2005
Wolfgang Denk [Wed, 5 Oct 2005 23:22:22 +0000 (01:22 +0200)]
Complete support for the KwikByte KB920x boards
Patch by Anders Larsen, 05 Oct 2005
Wolfgang Denk [Wed, 5 Oct 2005 00:06:08 +0000 (02:06 +0200)]
Set the AT91RM9200 clock to asynchronous mode
Patch by Anders Larsen, 03 May 2005
Wolfgang Denk [Wed, 5 Oct 2005 00:02:25 +0000 (02:02 +0200)]
Set the AT91RM9200 clock to synchronous mode
Patch by Anders Larsen, 29 Apr 2005
Wolfgang Denk [Wed, 5 Oct 2005 00:00:09 +0000 (02:00 +0200)]
Add support for Cogent csb637
Patch by Anders Larsen, 29 Apr 2005
Wolfgang Denk [Tue, 4 Oct 2005 23:54:04 +0000 (01:54 +0200)]
Fix dm9161.c initialization
Patch by Anders Larsen, 29 Apr 2005
Wolfgang Denk [Tue, 4 Oct 2005 23:51:29 +0000 (01:51 +0200)]
* 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
(
8e2be51de8dd03c1ce4d06cbb18ad06133d47cd5 )
Wolfgang Denk [Tue, 4 Oct 2005 22:25:17 +0000 (00:25 +0200)]
Fix device partition intialization for SystemACE disks.
Patch by Stephen Williams, 28 Apr 2005
Wolfgang Denk [Tue, 4 Oct 2005 22:19:34 +0000 (00:19 +0200)]
Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005
Wolfgang Denk [Tue, 4 Oct 2005 22:03:55 +0000 (00:03 +0200)]
Add support for S29GL064M-R3 flash chip on xsengine board
Patch by Kurt Stremerch, 18 Apr 2005
Wolfgang Denk [Tue, 4 Oct 2005 22:00:54 +0000 (00:00 +0200)]
E500 update: repoint IVPR to RAM when code is relocated
Patch by Kylo Ginsberg, 13 Apr 2005
Wolfgang Denk [Tue, 4 Oct 2005 21:38:07 +0000 (23:38 +0200)]
Fix loop end test in lib_generic/string.c:strswab()
Patch by Andrew Dyer, October 10, 2005
Signed-off-by: Andrew Dyer <amdyer@gmail.com>
Wolfgang Denk [Tue, 4 Oct 2005 21:10:28 +0000 (23:10 +0200)]
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
Wolfgang Denk [Tue, 4 Oct 2005 20:38:24 +0000 (22:38 +0200)]
Make sure only supported compiler options are used
Import "cc-option" shell function from kernel and
use it to get the correct ARM GCC options for individual CPUs
Patch by Peter Pearse, 30 Jun 2005
Stefan Roese [Tue, 4 Oct 2005 13:00:30 +0000 (15:00 +0200)]
Fix 440GR to print correct cpu revision
Patch by Stefan Roese, 4 Oct 2005
Wolfgang Denk [Mon, 3 Oct 2005 13:42:25 +0000 (15:42 +0200)]
Merge with /home/wd/git/u-boot/master
Stefan Roese [Mon, 3 Oct 2005 13:27:50 +0000 (15:27 +0200)]
Change board message on AMCC Yosemite & Yellowstone to common style
Patch by Stefan Roese, 3 Oct 2005
Wolfgang Denk [Mon, 3 Oct 2005 07:33:12 +0000 (09:33 +0200)]
Merge with /home/wd/git/u-boot/master
Stefan Roese [Fri, 30 Sep 2005 14:41:12 +0000 (16:41 +0200)]
Fix problem with SM501 init on HH405 board.
Patch by Stefan Roese, 30 Sep 2005
Wolfgang Denk [Fri, 30 Sep 2005 13:18:23 +0000 (15:18 +0200)]
Fix compiler warning
Wolfgang Denk [Thu, 29 Sep 2005 10:16:38 +0000 (12:16 +0200)]
Fix FEC PHY addresses for TQM85xx boards
Wolfgang Denk [Tue, 27 Sep 2005 23:49:47 +0000 (01:49 +0200)]
Fix uninitialized variable problem in hush shell
Patch by Lars Rostock, 26 Sep 2005
Wolfgang Denk [Mon, 26 Sep 2005 21:40:37 +0000 (23:40 +0200)]
Undo change of
f6e20fc6ca ... to include/configs/trab.h
(Must have been an accident?)
Wolfgang Denk [Sun, 25 Sep 2005 23:26:56 +0000 (01:26 +0200)]
Add support for AT91RM9200 OHCI Controller.
Patch by Eric Benard, 07 Apr 2005
Wolfgang Denk [Sun, 25 Sep 2005 23:18:22 +0000 (01:18 +0200)]
Update ARM mach-types.h
Patch by Eric Benard, 07 Apr 2005
Wolfgang Denk [Sun, 25 Sep 2005 23:14:38 +0000 (01:14 +0200)]
Add support for MP2USB board.
Patch by Eric Benard, 07 Apr 2005
Wolfgang Denk [Sun, 25 Sep 2005 23:06:33 +0000 (01:06 +0200)]
Add board support for armadillo HT1070
Patch by Rowel Atienza, 06 Apr 2005
Wolfgang Denk [Sun, 25 Sep 2005 22:53:02 +0000 (00:53 +0200)]
Second Ethernet address enabled for MPC885ADS and MPC8272ADS.
Patch by Vitaly Bordug, 30 Mar 2005
Wolfgang Denk [Sun, 25 Sep 2005 22:44:15 +0000 (00:44 +0200)]
Add iopset command on mpc8xx
Patch by Daniel Eisenhut, 25 Mar 2005
Wolfgang Denk [Sun, 25 Sep 2005 22:39:59 +0000 (00:39 +0200)]
Add support for MII in eepro100 driver.
Patch by Gleb Natapov, 21 Mar 2005
Wolfgang Denk [Sun, 25 Sep 2005 22:29:53 +0000 (00:29 +0200)]
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
Wolfgang Denk [Sun, 25 Sep 2005 16:59:36 +0000 (18:59 +0200)]
Add Barco Streaming Video Card (SVC) and Sample Compress Network (SCN) board
Patch by Marc Leeman, 04 Mar 2005
Wolfgang Denk [Sun, 25 Sep 2005 16:49:35 +0000 (18:49 +0200)]
Cleanup
Wolfgang Denk [Sun, 25 Sep 2005 16:41:04 +0000 (18:41 +0200)]
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
Wolfgang Denk [Sun, 25 Sep 2005 15:14:20 +0000 (17:14 +0200)]
Fix formating in include/asm-arm/arch-at91rm9200/AT91RM9200.h
Patch by Steven Scholz, 02 Mar 2005