u-boot/include/configs
Haavard Skinnemoen d255bb0e78 SPI API improvements
This patch gets rid of the spi_chipsel table and adds a handful of new
functions that makes the SPI layer cleaner and more flexible.

Instead of the spi_chipsel table, each board that wants to use SPI
gets to implement three hooks:
  * spi_cs_activate(): Activates the chipselect for a given slave
  * spi_cs_deactivate(): Deactivates the chipselect for a given slave
  * spi_cs_is_valid(): Determines if the given bus/chipselect
    combination can be activated.

Not all drivers may need those extra functions however. If that's the
case, the board code may just leave them out (assuming they know what
the driver needs) or rely on the linker to strip them out (assuming
--gc-sections is being used.)

To set up communication parameters for a given slave, the driver needs
to call spi_setup_slave(). This returns a pointer to an opaque
spi_slave struct which must be passed as a parameter to subsequent SPI
calls. This struct can be freed by calling spi_free_slave(), but most
driver probably don't want to do this.

Before starting one or more SPI transfers, the driver must call
spi_claim_bus() to gain exclusive access to the SPI bus and initialize
the hardware. When all transfers are done, the driver must call
spi_release_bus() to make the bus available to others, and possibly
shut down the SPI controller hardware.

spi_xfer() behaves mostly the same as before, but it now takes a
spi_slave parameter instead of a spi_chipsel function pointer. It also
got a new parameter, flags, which is used to specify chip select
behaviour. This may be extended with other flags in the future.

This patch has been build-tested on all powerpc and arm boards
involved. I have not tested NIOS since I don't have a toolchain for it
installed, so I expect some breakage there even though I've tried
fixing up everything I could find by visual inspection.

I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
DataFlash drivers posted as a follow-up. I'd like some help testing
other boards that use the existing SPI API.

But most of all, I'd like some comments on the new API. Is this stuff
usable for everyone? If not, why?

Changed in v4:
  - Build fixes for various boards, drivers and commands
  - Provide common struct spi_slave definition that can be extended by
    drivers
  - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
  - Make default bus and mode build-time configurable
  - Override default SPI bus ID and mode on mx32ads and imx31_litekit.

Changed in v3:
  - Add opaque struct spi_slave for controller-specific data associated
    with a slave.
  - Add spi_claim_bus() and spi_release_bus()
  - Add spi_free_slave()
  - spi_setup() is now called spi_setup_slave() and returns a
    struct spi_slave
  - soft_spi now supports four SPI modes (CPOL|CPHA)
  - Add bus parameter to spi_setup_slave()
  - Convert the new i.MX32 SPI driver
  - Convert the new MC13783 RTC driver

Changed in v2:
  - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
    new API.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Tested-by: Guennadi Liakhovetski <lg@denx.de>
2008-06-03 20:28:50 +02:00
..
A3000.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
acadia.h ppc4xx: acadia: Add fdt support and fix section overlap problem 2008-05-08 10:48:58 +02:00
actux1.h add AcTux-1 board support 2008-01-18 01:00:02 +01:00
actux2.h add AcTux-2 board support 2008-01-18 01:00:02 +01:00
actux3.h add AcTux-3 board support 2008-01-18 01:00:02 +01:00
actux4.h add AcTux-4 board support 2008-01-18 01:00:03 +01:00
ADCIOP.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
Adder.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
AdderUSB.h Code cleanup 2006-06-14 18:14:56 +02:00
ADNPESC1.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ADNPESC1_base_32.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ADS860.h include/configs: Use new CONFIG_CMD_* in various A* named board config files. 2007-07-07 20:28:28 -05:00
ads5121.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
adsvix.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
aev.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
Alaska8220.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
alpr.h ppc4xx: Add fdt support to Prodrive alpr 2008-03-27 10:20:02 +01:00
AmigaOneG3SE.h Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. 2008-02-22 17:26:13 +01:00
AMX860.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
AP1000.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
APC405.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
apollon.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
AR405.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
armadillo.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ASH405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
assabet.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
at91cap9adk.h AT91: Cleanup unused config header file definitions. 2008-05-10 11:49:11 +02:00
at91rm9200dk.h use correct at91rm9200 register name 2008-03-30 15:38:05 +02:00
at91sam9rlek.h AT91: Cleanup unused config header file definitions. 2008-05-10 11:49:11 +02:00
at91sam9260ek.h AT91: Cleanup unused config header file definitions. 2008-05-10 11:49:11 +02:00
at91sam9261ek.h AT91: Cleanup unused config header file definitions. 2008-05-10 11:49:11 +02:00
at91sam9263ek.h AT91: Cleanup unused config header file definitions. 2008-05-10 11:49:11 +02:00
atc.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
atngw100.h avr32: Rework SDRAM initialization code 2008-05-27 15:27:31 +02:00
atstk1002.h avr32: Rework SDRAM initialization code 2008-05-27 15:27:31 +02:00
atstk1003.h avr32: Rework SDRAM initialization code 2008-05-27 15:27:31 +02:00
atstk1004.h avr32: Rework SDRAM initialization code 2008-05-27 15:27:31 +02:00
atstk1006.h avr32: Rework SDRAM initialization code 2008-05-27 15:27:31 +02:00
ATUM8548.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
B2.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
BAB7xx.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
bamboo.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
barco.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
BC3450.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
bf533-ezkit.h Blackfin: unify cpu and boot modes 2008-03-30 15:50:19 -04:00
bf533-stamp.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bf537-stamp.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
bf561-ezkit.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
BMW.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
bubinga.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
c2mon.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
CANBT.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
canmb.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
canyonlands.h ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage 2008-04-22 14:14:20 +02:00
CATcenter.h fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
CCM.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
cerf250.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
cm41xx.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cm4008.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cm5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
cmc_pu2.h use correct at91rm9200 register name 2008-03-30 15:38:05 +02:00
cmi_mpc5xx.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
CMS700.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
cobra5272.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
cogent_common.h * Patch by Shlomo Kut, 29 Mar 2004: 2004-09-29 11:02:56 +00:00
cogent_mpc8xx.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
cogent_mpc8260.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CPC45.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
CPCI2DP.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
CPCI405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
CPCI405AB.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
CPCI405DT.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
CPCI750.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
CPCI4052.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
cpci5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
CPCIISER4.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
CPU86.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
CPU87.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
cradle.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
CRAYL1.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
csb226.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
csb272.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
csb472.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
csb637.h use correct at91rm9200 register name 2008-03-30 15:38:05 +02:00
CU824.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
DASA_SIM.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
davinci_dvevm.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
davinci_schmoogie.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
davinci_sonata.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
DB64360.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
DB64460.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
dbau1x00.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
debris.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
delta.h delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration 2007-10-24 00:29:14 +02:00
DK1C20.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
DK1C20_safe_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1C20_standard_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1S10.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
DK1S10_mtx_ldk_20.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
DK1S10_safe_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
DK1S10_standard_32.h Patches by Stephan Linz, 30 Jan 2004: 2004-02-09 23:12:24 +00:00
dnp1110.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
DP405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
DU405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
DU440.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
EB+MCF-EV123.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ebony.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
ELPPC.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
ELPT860.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
EP1C20.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
EP1S10.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
EP1S40.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
ep82xxm.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
EP88x.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ep7312.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ep8248.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ep8260.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ERIC.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ESTEEM192E.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
ETX094.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
evb4510.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
EVB64260.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
eXalion.h include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:29:01 -05:00
EXBITGEN.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
FADS823.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
FADS850SAR.h ppc: Get rid of unused machine type definitions 2008-04-13 10:03:54 -07:00
FADS860T.h Patch by Yuli Barcohen, 19 Apr 2004: 2004-06-06 21:35:06 +00:00
FLAGADM.h include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:20:06 -05:00
FPS850L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
FPS860L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
G2000.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
gcplus.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
GEN860T.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
GENIETV.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
gr_cpci_ax2000.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
gr_ep2s60.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
gr_xc3s_1500.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
grsim.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
grsim_leon2.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
GTH.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
gth2.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
gw8260.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
h2_p2_dbg_board.h * Code cleanup (ARM mostly) 2004-07-01 16:30:44 +00:00
hcu4.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
hcu5.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
hermes.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
HH405.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
HIDDEN_DRAGON.h include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:03:20 -05:00
HMI10.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
hmi1001.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
HUB405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
hymod.h Use config_cmd_default.h instead of config_cmd_all.h 2007-11-03 22:12:01 +01:00
IAD210.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IceCube.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
ICU862.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
idmr.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IDS8247.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
impa7.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
imx31_litekit.h SPI API improvements 2008-06-03 20:28:50 +02:00
imx31_phycore.h Merge branch 'master' of git://www.denx.de/git/u-boot-net 2008-04-18 00:40:06 -07:00
incaip.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
inka4x0.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
innokom.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
integratorap.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
integratorcp.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IP860.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
IPHASE4539.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ISPAN.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IVML24.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
IVMS8.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ixdp425.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ixdpg425.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
JSE.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
jupiter.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
KAREF.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
katmai.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
kb9202.h kb9202 board: fix build problem. 2008-05-04 21:34:23 +02:00
kilauea.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
korat.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
KUP4K.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
KUP4X.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
kvme080.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
LANTEC.h Use config_cmd_default.h instead of config_cmd_all.h 2007-11-03 22:12:01 +01:00
lart.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
linkstation.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
logodl.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
lpc2292sodimm.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
lpd7a400-10.h * Patch by Paul Ruhland, 10 Jun 2004: 2004-06-10 21:55:33 +00:00
lpd7a400.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
lpd7a404-10.h * Patch by Paul Ruhland, 10 Jun 2004: 2004-06-10 21:55:33 +00:00
lpd7a404.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
luan.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
lubbock.h lubbock: Fix no partition type specified, use DOS as default 2007-10-24 00:28:40 +02:00
lwmon.h include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:48:26 -05:00
lwmon5.h lwmon5: enable OCM post test on lwmon5 board 2008-05-20 23:24:37 +02:00
m501sk.h Support for Artila M-501 starter kit 2008-02-14 09:38:08 +00:00
M5235EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5249EVB.h Coding style cleanup 2007-08-18 14:33:02 +02:00
M5253EVBE.h ColdFire 5253: Assign correct SDRAM size 2007-10-25 17:10:23 -05:00
M5271EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5272C3.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5275EVB.h Add CONFIG_MII_INIT support to related boards 2008-04-13 23:03:02 -07:00
M5282EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5329EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5373EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5475EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M5485EVB.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
M52277EVB.h ColdFire: Define bootdelay in configuration file for M52277EVB 2008-03-31 15:17:10 -05:00
M54455EVB.h Add CONFIG_MII_INIT support to related boards 2008-04-13 23:03:02 -07:00
makalu.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MBX.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
MBX860T.h ppc: Get rid of unused machine type definitions 2008-04-13 10:03:54 -07:00
mcc200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
mcu25.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mecp5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
METROBOX.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
mgcoge.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mgsuvd.h mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING 2008-04-17 14:29:28 -07:00
MHPC.h include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:24:19 -05:00
MigoR.h sh: Add support Renesas Solutions Migo-R board 2008-03-28 14:16:11 +09:00
MIP405.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ML2.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
ml300.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
ml401.h microblaze: Repare intc handling 2008-05-09 21:11:02 +02:00
modnet50.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
motionpro.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MOUSSE.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mp2usb.h use correct at91rm9200 register name 2008-03-30 15:38:05 +02:00
MPC86xADS.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC832XEMDS.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC837XEMDS.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC837XERDB.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC885ADS.h Switch MPC86xADS and MPC885ADS boards to use cpuclk environment 2006-03-12 01:55:43 +01:00
mpc7448hpc2.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8260ADS.h Use config_cmd_default.h instead of config_cmd_all.h 2007-11-03 22:12:01 +01:00
MPC8266ADS.h Make MPC8266ADS command selection more robust 2007-10-23 16:37:37 +02:00
MPC8313ERDB.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8315ERDB.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8323ERDB.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8349EMDS.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8349ITX.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8360EMDS.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8360ERDK.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8540ADS.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC8540EVAL.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC8541CDS.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC8544DS.h MPC8544DS: Removes the unknown flash message information 2008-04-26 00:22:59 +02:00
MPC8548CDS.h FSL: Clean up board/freescale/common/Makefile 2008-03-26 11:43:04 -05:00
MPC8555CDS.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC8560ADS.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC8568MDS.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MPC8610HPCD.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MPC8641HPCN.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
mpr2.h sh: Added support for SH7720 based board MPR2. 2008-03-28 14:16:12 +09:00
ms7720se.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ms7722se.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ms7750se.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
munices.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
MUSENKI.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MVBLUE.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
MVS1.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
mx1ads.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
mx1fs2.h include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:38:02 -05:00
mx31ads.h SPI API improvements 2008-06-03 20:28:50 +02:00
NC650.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
NETPHONE.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
netstar.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
NETTA.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
NETTA2.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
NETVIA.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ns9750dev.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
NSCU.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
NX823.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
o2dnt.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
ocotea.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
OCRTC.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
omap730.h * Patch by Rishi Bhattacharya, 08 May 2004: 2004-06-08 00:22:43 +00:00
omap730p2.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap1510.h Add support for Siemens SX1 mobile phone; 2004-03-12 00:14:09 +00:00
omap1510inn.h fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
omap1610h2.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap1610inn.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
omap2420h4.h fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
omap5912osk.h fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
ORSG.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
OXC.h include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:10:49 -05:00
P3G4.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
p3mx.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
p3p440.h Replace "run load; run update" with conditionalized "run load update". 2008-03-06 17:35:40 +01:00
PATI.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
pb1x00.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
PCI405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
PCI5441.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
PCIPPC2.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
PCIPPC6.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
pcs440ep.h [new uImage] Enable new uImage support for the pcs440ep board. 2008-03-20 23:23:13 +01:00
pcu_e.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
pdnb3.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
pf5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
PIP405.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
PK1C20.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
pleb2.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
PLU405.h ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates 2007-12-28 17:21:45 +01:00
PM520.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
PM826.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
PM828.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
PM854.h 85xx: Add the concept of CFG_CCSRBAR_PHYS 2008-03-26 11:43:03 -05:00
PM856.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
PMC405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
PMC440.h ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files 2008-01-17 07:50:17 +01:00
PN62.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
PPChameleonEVB.h fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
ppmc7xx.h Get rid of "#undef DEBUG" from board config files. 2008-02-12 00:45:06 +01:00
ppmc8260.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
purple.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
pxa255_idp.h fix pxa255_idp board 2007-10-23 16:40:40 +02:00
qemu-mips.h qemu-mips.h: Add CFI support 2008-04-25 00:05:09 +02:00
QS823.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
QS850.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
QS860T.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
quad100hd.h ppc4xx: QUAD100HD: Allow the environment to be put into flash. 2008-05-14 14:02:42 +02:00
quantum.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
r2dplus.h sh: Add support Renesas Solutions R2D plus board 2008-03-28 14:16:13 +09:00
R360MPI.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
r7780mp.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
Rattler.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
RBC823.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
rmu.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
RPXClassic.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
RPXlite.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
RPXlite_DW.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
RPXsuper.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
RRvision.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
rsdproto.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sacsng.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
Sandpoint8240.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
Sandpoint8245.h include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 09:22:23 -05:00
sbc405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
sbc2410x.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sbc8240.h include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:57:31 -05:00
sbc8260.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sbc8349.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
SBC8540.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sbc8548.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sbc8560.h 85xx: Add the concept of CFG_CCSRBAR_PHYS 2008-03-26 11:43:03 -05:00
sbc8641d.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sc3.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
sc520_cdp.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sc520_spunk.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sc520_spunk_rel.h * Code cleanup: 2003-06-27 21:31:46 +00:00
scb9328.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
SCM.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
sequoia.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
shannon.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
SL8245.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
SM850.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
smdk2400.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
smdk2410.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
smmaco4.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
SMN42.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
socrates.h Merge branch 'master' of /home/wd/git/u-boot/custodians 2008-05-27 12:56:01 +02:00
sorcery.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
spc1920.h Add CONFIG_MII_INIT support to related boards 2008-04-13 23:03:02 -07:00
SPD823TS.h include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:31:24 -05:00
spieval.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
stxgp3.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
stxssa.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
stxxtc.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
suzaku.h [FIX] change sets of commands 2007-09-24 00:36:06 +02:00
svm_sc8xx.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
SX1.h fix comments with new drivers organization 2008-01-09 21:48:49 +01:00
SXNI855T.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
taihu.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
taishan.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
TASREG.h ColdFire: update TASREG platform for MCF52x2 2007-08-16 17:43:20 -06:00
tb0229.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TB5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
TK885D.h Add CONFIG_MII_INIT support to related boards 2008-04-13 23:03:02 -07:00
TOP860.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
TOP5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
Total5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
TQM85xx.h 85xx: Add the concept of CFG_CCSRBAR_PHYS 2008-03-26 11:43:03 -05:00
TQM823L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM823M.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM834x.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
TQM850L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM850M.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM855L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM855M.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM860L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM860M.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM862L.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM862M.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM866M.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM885D.h Add CONFIG_MII_INIT support to related boards 2008-04-13 23:03:02 -07:00
TQM5200.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
TQM8260.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
TQM8272.h Replace "run load; run update" with conditionalized "run load update". 2008-03-06 17:35:40 +01:00
trab.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
trizepsiv.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
uc100.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
uc101.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
utx8245.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
v37.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
v38b.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
VCMA9.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
versatile.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
virtlab2.h Fix quoting problem (preboot setting) in many board config files. 2008-03-03 12:37:53 +01:00
VOH405.h ppc4xx: Maintenance patch for VOH405 boards 2007-12-28 17:20:12 +01:00
voiceblue.h ARM: Board voiceblue update 2008-02-04 00:17:20 +01:00
VOM405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
VoVPN-GW.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
W7OLMC.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
W7OLMG.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
walnut.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
wepep250.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
WUH405.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
xaeniax.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
xm250.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00
XPEDITE1K.h ppc4xx: Remove cache definition from 4xx board config files 2007-10-31 21:21:47 +01:00
xsengine.h xsengine: fix typo and few coding style 2008-02-15 00:52:04 +01:00
xupv2p.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
yosemite.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
yucca.h ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 2008-05-08 11:05:15 +02:00
Yukon8220.h PPC: Create and use CONFIG_HIGH_BATS 2008-06-03 17:48:41 +02:00
zeus.h Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. 2008-02-22 17:26:13 +01:00
ZPC1900.h Big white-space cleanup. 2008-05-21 00:14:08 +02:00
ZUMA.h include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 2007-07-09 21:38:02 -05:00
zylonite.h include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 2007-07-10 10:12:10 -05:00