platform/kernel/u-boot.git
16 years agoppc4xx: Add support for AMCC 405EP Taihu board
John Otken [Thu, 26 Jul 2007 15:49:11 +0000 (17:49 +0200)]
ppc4xx: Add support for AMCC 405EP Taihu board

Signed-off-by: John Otken <john@softadvances.com>
16 years agoppc4xx: lwmon5: Update Lime initialization
Anatolij Gustschin [Thu, 26 Jul 2007 13:08:01 +0000 (15:08 +0200)]
ppc4xx: lwmon5: Update Lime initialization

Change Lime SDRAM initialization to now support 100MHz and
133MHz (if enabled). Also the framebuffer is initialized to
display a blue rectangle with a white border.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
Stefan Roese [Tue, 24 Jul 2007 07:52:52 +0000 (09:52 +0200)]
ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added

The used Intel NOR FLASH chips have internally two dies, and are now
treated as two seperate chips.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
Stefan Roese [Tue, 24 Jul 2007 05:20:09 +0000 (07:20 +0200)]
ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)

As suggested by Hakan Eryigit, here an updated setup for the lwmon5
interrupt controller.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoppc4xx: Fix bug with default GPIO output value
Stefan Roese [Fri, 20 Jul 2007 13:03:44 +0000 (15:03 +0200)]
ppc4xx: Fix bug with default GPIO output value

As spotted by Matthias Fuchs, the default output values for all GPIO1
outputs were not setup correctly. This patch fixes this issue.

Signed-off-by: Stefan Roese <sr@denx.de>
16 years agoPOST: Add ECC POST for the lwmon5 board
Pavel Kolesnikov [Fri, 20 Jul 2007 13:03:03 +0000 (15:03 +0200)]
POST: Add ECC POST for the lwmon5 board

This patch adds ECC Post test for the Lwmon5 board based
on PPC440EPx to U-Boot.

Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
Acked-by: Yuri Tikhonov <yur@emcraft.com>
Acked-by: Stefan Roese <sr@denx.de>
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>
17 years agoMerge with git://www.denx.de/git/u-boot.git
Stefan Roese [Mon, 16 Jul 2007 11:28:47 +0000 (13:28 +0200)]
Merge with git://www.denx.de/git/u-boot.git

17 years agoppc4xx: Code cleanup
Stefan Roese [Mon, 16 Jul 2007 08:02:12 +0000 (10:02 +0200)]
ppc4xx: Code cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
Stefan Roese [Mon, 16 Jul 2007 08:01:38 +0000 (10:01 +0200)]
ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
Stefan Roese [Mon, 16 Jul 2007 08:00:43 +0000 (10:00 +0200)]
ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c

The new boardspecific DDR2 controller configuration is used for the Yucca
board. Now the Yucca board with 440SPe Rev. A chips is also supported.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Add new weak functions to support boardspecific DDR2 configuration
Stefan Roese [Mon, 16 Jul 2007 07:57:00 +0000 (09:57 +0200)]
ppc4xx: Add new weak functions to support boardspecific DDR2 configuration

The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
support non default, boardspecific DDR(2) controller configuration.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
Stefan Roese [Mon, 16 Jul 2007 06:53:51 +0000 (08:53 +0200)]
ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup

The new function remove_tlb() can be used to remove the TLB's used to
map a specific memory region. This is especially useful for the DDR(2)
setup routines which configure the SDRAM area temporarily as a cached
area (for speedup on auto-calibration and ECC generation) and later
need this area uncached for normal usage.

Signed-off-by: Stefan Roese <sr@denx.de>
17 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>
17 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

17 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

17 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>
17 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>
17 years agoppc4xx: Change receive buffer handling in the 4xx emac driver
Stefan Roese [Thu, 12 Jul 2007 14:32:08 +0000 (16:32 +0200)]
ppc4xx: Change receive buffer handling in the 4xx emac driver

This change fixes a bug in the receive buffer handling, that
could lead to problems upon high network traffic (broadcasts...).

Signed-off-by: Stefan Roese <sr@denx.de>
17 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>
17 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

17 years agoRemove erroneous errata code from Marvel 88E1111S driver
Andy Fleming [Fri, 8 Jun 2007 21:41:18 +0000 (16:41 -0500)]
Remove erroneous errata code from Marvel 88E1111S driver

The Marvel 88E1111S driver for the TSEC was copied from the
88E1101 driver, and included a fix for an erratum which does not
exist on that part.  Now it is removed

Signed-off-by: Andy Fleming <afleming@freescale.com>
17 years agoFrom: eran liberty <eran.liberty@gmail.com>
Andy Fleming [Tue, 5 Jun 2007 21:38:44 +0000 (16:38 -0500)]
From: eran liberty <eran.liberty@gmail.com>

adds the reset register to 85xx immap

Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
17 years agoPolished the 85xx ADS config files
Andy Fleming [Thu, 10 May 2007 22:50:01 +0000 (17:50 -0500)]
Polished the 85xx ADS config files

Made the boot commands use device trees by default.
Also moved the ramdisk to 1000000 (I think the previous address
was getting overridden during boot).

Signed-off-by: Andy Fleming <afleming@freescale.com>
17 years ago8544ds: Fix Makefile after moving pixis to board/freescale.
Ed Swarthout [Wed, 9 May 2007 16:03:32 +0000 (11:03 -0500)]
8544ds: Fix Makefile after moving pixis to board/freescale.

The OBJTREE != SRCTREE build scenario was broken.
This fixes it.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agotsec: Fix PHY code to match first driver
Andy Fleming [Wed, 9 May 2007 05:54:20 +0000 (00:54 -0500)]
tsec: Fix PHY code to match first driver

Jarrold Wen noticed that the generic PHY code always matches
under the current implementation.  Change it so the first match
wins, and *only* unknown PHYs trigger the generic driver

Signed-off-by: Andy Fleming <afleming@freescale.com>
17 years agoAdd support for CPM device tree configuration to 8560 ADS
Andy Fleming [Tue, 8 May 2007 22:27:43 +0000 (17:27 -0500)]
Add support for CPM device tree configuration to 8560 ADS

* Adds code to modify CPM frequencies
* Cleans up the config file to #define TSEC and (for now) #undef FCC
* Adds the MII command for all 8560 ADS configurations
* Updates config file to provide convenience commands for booting
  with a device tree

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
17 years agoFix Marvell 88e1145 PHY init code
Andy Fleming [Tue, 8 May 2007 22:23:02 +0000 (17:23 -0500)]
Fix Marvell 88e1145 PHY init code

Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
where the reset was being done after the errata code instead of
before.

Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
17 years agoMerge git://www.denx.de/git/u-boot
Kim Phillips [Wed, 11 Jul 2007 22:48:09 +0000 (17:48 -0500)]
Merge git://www.denx.de/git/u-boot

17 years agoAdd simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_PO...
Ed Swarthout [Wed, 11 Jul 2007 19:52:16 +0000 (14:52 -0500)]
Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17 years agopciauto setup bridge
Ed Swarthout [Wed, 11 Jul 2007 19:52:08 +0000 (14:52 -0500)]
pciauto setup bridge

The P2P bridge bus numbers programmed into the device are relative to
hose->first_busno.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17 years agoSupport PCIe extended config registers
Ed Swarthout [Wed, 11 Jul 2007 19:52:01 +0000 (14:52 -0500)]
Support PCIe extended config registers

FSL PCIe block has extended cfg registers in the 100 and 400 range.
For example, to read the LTSSM register: pci display <busn>.0 404 1

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17 years agoMinor improvements to drivers/pci_auto.c
Ed Swarthout [Wed, 11 Jul 2007 19:51:48 +0000 (14:51 -0500)]
Minor improvements to drivers/pci_auto.c

- Make pciauto_{pre,post}scan_setup_bridge non-static
- Added physical address display in debug messages.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17 years agoStart pci hose scan from hose->current_busno.
Ed Swarthout [Wed, 11 Jul 2007 19:51:35 +0000 (14:51 -0500)]
Start pci hose scan from hose->current_busno.

Ensure hose->current_busno is not less than first_busno.  This fixes
broken board code which leaves current_busno=0 when first_busno is
greater than 0 for the cases with multiple controllers.

Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
17 years agoFix some compile problems introduced by the latest CFG_CMD_xxx cleanup
Stefan Roese [Wed, 11 Jul 2007 10:13:53 +0000 (12:13 +0200)]
Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
17 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>
17 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>
17 years agoMerge with git://www.denx.de/git/u-boot.git
Stefan Roese [Wed, 11 Jul 2007 10:16:04 +0000 (12:16 +0200)]
Merge with git://www.denx.de/git/u-boot.git

17 years agoFix malloc problem introduced with the relocation fixup for the PPC platform
Stefan Roese [Sun, 8 Jul 2007 11:44:27 +0000 (13:44 +0200)]
Fix malloc problem introduced with the relocation fixup for the PPC platform

The relocation fixup didn't handle the malloc pointer initialization
correctly. This patch fixes this problem. Tested successfully on 4xx.
The relocation fixup patches for 4xx will follow soon.

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agodisk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 16:19:50 +0000 (11:19 -0500)]
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agodrivers/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 16:13:21 +0000 (11:13 -0500)]
drivers/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agofs/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 16:07:56 +0000 (11:07 -0500)]
fs/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agonet/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 16:05:02 +0000 (11:05 -0500)]
net/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocommon/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 16:02:44 +0000 (11:02 -0500)]
common/: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 15:48:22 +0000 (10:48 -0500)]
board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 15:39:10 +0000 (10:39 -0500)]
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.

Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
Jon Loeliger [Tue, 10 Jul 2007 15:27:39 +0000 (10:27 -0500)]
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
Jon Loeliger [Tue, 10 Jul 2007 15:12:10 +0000 (10:12 -0500)]
include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
Jon Loeliger [Tue, 10 Jul 2007 14:38:02 +0000 (09:38 -0500)]
include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
Jon Loeliger [Tue, 10 Jul 2007 14:29:01 +0000 (09:29 -0500)]
include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
Jon Loeliger [Tue, 10 Jul 2007 14:22:23 +0000 (09:22 -0500)]
include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
Jon Loeliger [Tue, 10 Jul 2007 14:10:49 +0000 (09:10 -0500)]
include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
Jon Loeliger [Tue, 10 Jul 2007 14:02:57 +0000 (09:02 -0500)]
include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.

Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
used to be included but CONFIG_BOOTP_MASK was not defined.

Remove lingering references to CFG_CMD_* symbols.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoFinally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
Jon Loeliger [Tue, 10 Jul 2007 03:08:34 +0000 (22:08 -0500)]
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!

All of the choices for CONFIG_BOOTP_ are now documented in
the README file.  You must now individually select exactly
the set that you want using a series of
    #define CONFIG_BOOTP_<x>
statements in the board port config files now.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_...
Jon Loeliger [Tue, 10 Jul 2007 02:57:31 +0000 (21:57 -0500)]
include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_...
Jon Loeliger [Tue, 10 Jul 2007 02:48:26 +0000 (21:48 -0500)]
include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_...
Jon Loeliger [Tue, 10 Jul 2007 02:38:02 +0000 (21:38 -0500)]
include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_...
Jon Loeliger [Tue, 10 Jul 2007 02:31:24 +0000 (21:31 -0500)]
include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_...
Jon Loeliger [Tue, 10 Jul 2007 02:24:19 +0000 (21:24 -0500)]
include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_...
Jon Loeliger [Tue, 10 Jul 2007 02:16:53 +0000 (21:16 -0500)]
include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoRetire CONFIG_COMMANDS finally.
Jon Loeliger [Tue, 10 Jul 2007 00:12:30 +0000 (19:12 -0500)]
Retire CONFIG_COMMANDS finally.
Strip old CFG_CMD_* symbols out.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoUpdate README.* to reference new CONFIG_CMD_* names now.
Jon Loeliger [Tue, 10 Jul 2007 00:10:03 +0000 (19:10 -0500)]
Update README.* to reference new CONFIG_CMD_* names now.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocpu/m*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Tue, 10 Jul 2007 00:06:00 +0000 (19:06 -0500)]
cpu/m*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:57:22 +0000 (18:57 -0500)]
cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:45:16 +0000 (18:45 -0500)]
board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:38:39 +0000 (18:38 -0500)]
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:31:28 +0000 (18:31 -0500)]
board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:24:55 +0000 (18:24 -0500)]
board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoboard/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:19:09 +0000 (18:19 -0500)]
board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agortc/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:10:50 +0000 (18:10 -0500)]
rtc/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agolib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:05:38 +0000 (18:05 -0500)]
lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agolib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 23:02:11 +0000 (18:02 -0500)]
lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agofs/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:56:50 +0000 (17:56 -0500)]
fs/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agotools/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:46:09 +0000 (17:46 -0500)]
tools/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agonet/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:45:14 +0000 (17:45 -0500)]
net/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agodrivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:39:42 +0000 (17:39 -0500)]
drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agodrivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:30:01 +0000 (17:30 -0500)]
drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agodisk/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:22:37 +0000 (17:22 -0500)]
disk/: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Mon, 9 Jul 2007 22:15:49 +0000 (17:15 -0500)]
include/: Remove obsolete references to CONFIG_COMMANDS
Mostly removed from comments here.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 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>
17 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

17 years agoSmall coding style cleanup
Stefan Roese [Mon, 9 Jul 2007 09:00:24 +0000 (11:00 +0200)]
Small coding style cleanup

Signed-off-by: Stefan Roese <sr@denx.de>
17 years agoMigrate esd 405EP boards to new NAND subsystem
Matthias Fuchs [Mon, 9 Jul 2007 08:10:08 +0000 (10:10 +0200)]
Migrate esd 405EP boards to new NAND subsystem

Remove unused CFG_NAND_LEGACY define

These boards to not have NAND.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17 years agoMigrate esd 405EP boards to new NAND subsystem
Matthias Fuchs [Mon, 9 Jul 2007 08:10:06 +0000 (10:10 +0200)]
Migrate esd 405EP boards to new NAND subsystem

Migrate esd 405EP boards to new NAND subsystem

-cleanup
-use correct io accessors (in/out_be32())

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17 years agoMigrate esd 405EP boards to new NAND subsystem
Matthias Fuchs [Mon, 9 Jul 2007 08:10:04 +0000 (10:10 +0200)]
Migrate esd 405EP boards to new NAND subsystem

This patch prepares the migration from the legacy NAND driver
to U-Boot's new NAND subsystem for esd boards.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17 years agocommon/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
Jon Loeliger [Sun, 8 Jul 2007 23:10:08 +0000 (18:10 -0500)]
common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocommon/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
Jon Loeliger [Sun, 8 Jul 2007 23:05:39 +0000 (18:05 -0500)]
common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocommon/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
Jon Loeliger [Sun, 8 Jul 2007 23:02:23 +0000 (18:02 -0500)]
common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agocommon/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
Jon Loeliger [Sun, 8 Jul 2007 22:51:39 +0000 (17:51 -0500)]
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoClear up confusion over the CMD_POST and POST_DIAG mess.
Jon Loeliger [Sun, 8 Jul 2007 22:02:01 +0000 (17:02 -0500)]
Clear up confusion over the CMD_POST and POST_DIAG mess.

For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
Clear this mess up some.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoRemove references to the old cmd_confdefs.h include file.
Jon Loeliger [Sun, 8 Jul 2007 20:45:08 +0000 (15:45 -0500)]
Remove references to the old cmd_confdefs.h include file.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Catch some CONFIG_CMD_* conversion stragglers.
Jon Loeliger [Sun, 8 Jul 2007 20:42:59 +0000 (15:42 -0500)]
include/configs: Catch some CONFIG_CMD_* conversion stragglers.

Use new CONFIG_CMD_* in lwmon5.h board config file.
Fix CONFIG_CMD_* typo braindamage in omap1510inn.h

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 20:31:57 +0000 (15:31 -0500)]
include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various S* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 20:02:44 +0000 (15:02 -0500)]
include/configs: Use new CONFIG_CMD_* in various S* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various R* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 20:12:40 +0000 (15:12 -0500)]
include/configs: Use new CONFIG_CMD_* in various R* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various Q* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 19:55:07 +0000 (14:55 -0500)]
include/configs: Use new CONFIG_CMD_* in various Q* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various P* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 19:49:44 +0000 (14:49 -0500)]
include/configs: Use new CONFIG_CMD_* in various P* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 19:21:43 +0000 (14:21 -0500)]
include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various M* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 19:14:17 +0000 (14:14 -0500)]
include/configs: Use new CONFIG_CMD_* in various M* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
17 years agoinclude/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
Jon Loeliger [Sun, 8 Jul 2007 18:46:18 +0000 (13:46 -0500)]
include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.

Signed-off-by: Jon Loeliger <jdl@freescale.com>