summaryrefslogtreecommitdiff
path: root/include/configs/mp2usb.h
Commit message (Collapse)AuthorAgeLines
* Fix printf() format problems with configurable promptsWolfgang Denk2008-07-31-1/+2
| | | | | | | | | | | | | | | U-Boot allows for configurable prompt strings using the CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far, the assumption was that any such user defined problts would contain exactly one "%d" format specifier. But some boards did not. To allow for flexible boot prompts without adding too complex code we now allow to specify the whole list of printf() arguments in the user definition. This is powerful, but requires a responsible user who really understands what he is doing, as he needs to know for exanple which variables are available in the respective context. Signed-off-by: Wolfgang Denk <wd@denx.de>
* use correct at91rm9200 register nameDavid Brownell2008-03-30-1/+1
| | | | | | | | This fixes a naming bug for at91rm9200 lowlevel init code: NOR boot flash is on chipselect 0, not chipselect 2. This makes code use the register name from chip datasheets. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
* ARM: AT91RM9200 based boards config cleanupLadislav Michl2008-02-04-20/+1
| | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix indentation.
* Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-07-27/+43
|\
| * include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-10-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 m* named board config files.Jon Loeliger2007-07-05-27/+35
| | | | | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher2006-11-27-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-27-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-23-3/+8
|/ | | | fixes to the latter.
* Add support for AT91RM9200 OHCI Controller.Wolfgang Denk2005-09-26-1/+11
| | | | Patch by Eric Benard, 07 Apr 2005
* Add support for MP2USB board.Wolfgang Denk2005-09-26-0/+226
Patch by Eric Benard, 07 Apr 2005