summaryrefslogtreecommitdiffstats
path: root/include/configs/delta.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZLadislav Michl2009-03-291-2/+0
| | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
* pxa: move mmc drivers to drivers/mmcJean-Christophe PLAGNIOL-VILLARD2009-02-201-2/+5
| | | | | | introduce new macro CONFIG_PXA_MMC to activate it Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* pxa: fixing get_timer to return time in miliseconds.Micha Kalfon2009-02-201-1/+1
| | | | | | | | Fixing the get_timer function to return time in miliseconds instead of ticks. Also fixed PXA boards to use the conventional value of 1000 for CONFIG_SYS_HZ. Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
* rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger2009-02-181-1/+1
| | | | | | | | The CONFIG_CMD_ENV option controls enablement of the `saveenv` command rather than a generic "env" command, or anything else related to the environment. So, let's make sure the define is named accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger2009-01-281-2/+0
| | | | | | | | | Rather than forcing people to define a custom "LITTLEENDIAN", just use the __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is already setting up. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Remy Bohmer <linux@bohmer.net>
* NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger2009-01-231-1/+0
| | | | | | | | | | | | | | | | This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and changes the default from 8 to 1 for the legacy and the new MTD NAND layer. This allows to remove all NAND_MAX_CHIPS definitions in the board config files because none of the boards use multi chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440 define #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE but that's bogus and did not work anyhow. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-45/+45
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-4/+4
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-1/+1
| | | | | | rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declarationJean-Christophe PLAGNIOL-VILLARD2007-10-241-0/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-071-15/+28
|\
| * include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-101-0/+9
| | | | | | | | | | | | | | | | | | 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>
| * include/configs: Use new CONFIG_CMD_* in various d* named board config files.Jon Loeliger2007-07-051-13/+19
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-05-071-1/+0
|\ \ | |/
| * Remove BOARDLIBS usage completelyStefan Roese2007-04-231-1/+0
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher2006-11-271-1/+1
| | | | | | | | to choose between the old and the generic OHCI drivers.
* | Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driverMarkus Klotzbuecher2006-11-271-0/+1
| | | | | | | | | | | | and adapted board configs TQM5200 and yosemite accordingly. This commit also makes the maximum number of root hub ports configurable (CFG_USB_OHCI_MAX_ROOT_PORTS).
* | Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. SomeMarkus Klotzbuecher2006-05-231-3/+3
| | | | | | | | fixes to the latter.
* | More cleanup for the delta board and the generic usb_ohci driver. AddedMarkus Klotzbuecher2006-05-231-2/+6
| | | | | | | | | | CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific initialization and cleanup hooks respectively.
* | This patch adds USB storage support for the delta board. This is the firstMarkus Klotzbuecher2006-05-221-1/+10
|/ | | | | board to make use of a generic OHCI driver, that calls hooks for board dependant initialization.
* delta board: support for magic key detection and handling.Markus Klotzbuecher2006-04-251-0/+11
|
* Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-1/+2
|\
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-1/+2
| | | | | | | | Some more NAND cleanup and small fixes.
* | delta board: one more DA9030 fix.Markus Klotzbuecher2006-03-301-0/+1
| |
* | Change delta board memory map to start at 0x80000000.Markus Klotzbuecher2006-03-291-7/+7
| |
* | delta board: minor update to DA9030 code.Markus Klotzbuecher2006-03-291-1/+1
| |
* | delta board: fix DA9030 reset procedure.Markus Klotzbuecher2006-03-271-3/+2
| |
* | Added config options CFG_MONAHANS_RUN_MODE_OSC_RATIO andMarkus Klotzbuecher2006-03-241-1/+7
| | | | | | | | | | CFG_MONAHANS_TURBO_RUN_MODE_RATIO for configuring the Monahans core frequency.
* | delta board: DA9030 initialization and i2c support. Some minor changes toMarkus Klotzbuecher2006-03-241-4/+14
| | | | | | | | make the pxa i2c driver work with the monahans cpu.
* | Cleanup of the monahans cpu and delta board port.Markus Klotzbuecher2006-03-201-87/+13
| |
* | Support for redundant environment in NAND Flash.Markus Klotzbuecher2006-03-201-0/+1
|/
* Enable simple (non-redundant) NAND environment on delta board.Markus Klotzbücher2006-03-081-5/+4
|
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-03-061-1/+1
| | | | Code cleanup.
* Turned on SDRAM scrubbing.Markus Klotzbücher2006-03-061-1/+1
|
* Cleanup of NAND support of delta board using the Monahans Data FlashMarkus Klotzbücher2006-03-061-2/+20
| | | | Controller.
* NAND finally working. Two bugs fixed:Markus Klotzbücher2006-03-061-3/+7
| | | | | | | | | * For READ_STATUS and READID commands always 8 bytes need to be read from NDDB. Otherwise they stay there and get send to flash as the first data word when writing. * In nand_base.c the oob variable is not reset so this->oob_buf is overwritten what eventually screws up the bad block descriptor table.
* Lots of new stuff:Markus Klotzbücher2006-03-041-0/+5
| | | | | | | | | | | * Debug message can be turned on and off. * Waiting for events now times out. * Implemented RESET command. * Added appropriate nand_bbt_descriptor and nand_oobinfo. Remaining Problems: * Read Status still behaves weird an returns invalid stuff sometimes. * ECC Placement does not respect our scheme in nand_oobinfo.
* Added GPIO initialization of DF signal. Still not working.Markus Klotzbücher2006-02-281-1/+1
|
* First steps implementing NAND support. Not working, fails to read ID.Markus Klotzbücher2006-02-281-30/+40
|
* SDRAM now working.Markus Klotzbücher2006-02-221-10/+10
|
* SDRAM now working for delta board, but there are still aliasing problems,Markus Klotzbücher2006-02-221-10/+12
| | | | we only see 64MB.
* New board directory and config for the benq delta board (copied fromMarkus Klotzbücher2006-02-201-0/+249
zylonite). Minor pxa-regs.h update.
OpenPOWER on IntegriCloud