summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2007-07-10New uart structure and definesTsiChungLiew
Seperated from mcfuart.h Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10New timer structure and definesTsiChungLiew
Seperated from mcftimer.h Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10Rename mcfrtc to rtcTsiChungLiew
Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10Seperate old structure defines and new structure definesTsiChungLiew
Removed new uart structure and defines to uart.h Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10Seperate old structure defines and new structure definesTsiChungLiew
New timer structure and defines will move to new timer.h Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10Clean upTsiChungLiew
Removed whitespace Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10Clean upTsiChungLiew
Replaced whitespace with tabs Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10Create new header file and move peripherals base address from configs file ↵TsiChungLiew
to new header file. Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h. Signed-off-by: TsiChungLiew <[email protected]>
2007-07-10cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-10include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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 <[email protected]>
2007-07-10include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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 <[email protected]>
2007-07-10include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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 <[email protected]>
2007-07-10include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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 <[email protected]>
2007-07-10include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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 <[email protected]>
2007-07-10include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger
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 <[email protected]>
2007-07-09Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger
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 <[email protected]>
2007-07-09include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than ↵Jon Loeliger
CONFIG_BOOTP_MASK. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09Retire CONFIG_COMMANDS finally.Jon Loeliger
Strip old CFG_CMD_* symbols out. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-09include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
Mostly removed from comments here. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-10Coding style cleanup; update CHANGELOG.Wolfgang Denk
Signed-off-by: Wolfgang Denk <[email protected]>
2007-07-09Merge with /home/hs/Atronic/u-bootWolfgang Denk
2007-07-09Migrate esd 405EP boards to new NAND subsystemMatthias Fuchs
Remove unused CFG_NAND_LEGACY define These boards to not have NAND. Signed-off-by: Matthias Fuchs <[email protected]>
2007-07-09Migrate esd 405EP boards to new NAND subsystemMatthias Fuchs
Migrate esd 405EP boards to new NAND subsystem -cleanup -use correct io accessors (in/out_be32()) Signed-off-by: Matthias Fuchs <[email protected]>
2007-07-08Clear up confusion over the CMD_POST and POST_DIAG mess.Jon Loeliger
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 <[email protected]>
2007-07-08Remove references to the old cmd_confdefs.h include file.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Catch some CONFIG_CMD_* conversion stragglers.Jon Loeliger
Use new CONFIG_CMD_* in lwmon5.h board config file. Fix CONFIG_CMD_* typo braindamage in omap1510inn.h Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board ↵Jon Loeliger
config files. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various S* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various R* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various Q* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various P* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various M* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config ↵Jon Loeliger
files. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various H* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various F* and G* named board ↵Jon Loeliger
config files. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-08include/configs: Use new CONFIG_CMD_* in various E* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-07include/configs: Use new CONFIG_CMD_* in various D* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-07include/configs: Use new CONFIG_CMD_* in various C* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-07include/configs: Use new CONFIG_CMD_* in various B* named board config files.Jon Loeliger
Signed-off-by: Jon Loeliger <[email protected]>
2007-07-07include/configs: Use new CONFIG_CMD_* in various A* named board config files.Jon Loeliger
Since ADS860.h includes "board/fads/fads.h" with ramifications on the CONFIG_COMMAND treatment, it too has to be adjusted to exclude already configured commands in this same commit. Signed-off-by: Jon Loeliger <[email protected]>
2007-07-06Merge git://www.denx.de/git/u-bootKim Phillips
2007-07-06Merge with git://www.denx.de/git/u-boot.gitStefan Roese
2007-07-06ppc4xx: Update lwmon5 default environmentStefan Roese
Signed-off-by: Stefan Roese <[email protected]>
2007-07-06ppc4xx: Update lwmon5 boardStefan Roese
Add unlock=yes environment variable to default variables to unlock the CFI flash by default. Signed-off-by: Stefan Roese <[email protected]>