summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-061-1844/+1842
* Fix some compile issues for MAI board.Jason Jin2007-08-061-0/+2
* Configurations for ATI video card BIOS emulatorJason Jin2007-08-061-3/+25
* This is a framebuffer driver for ATI video card, can work for PCI9200,Jason Jin2007-08-061-0/+1986
* Coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-068-28/+24
* Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-0610-85/+307
|\
| * Merge branch 'testing' into workingAndy Fleming2007-08-03352-5997/+9039
| |\
| * | From: eran liberty <eran.liberty@gmail.com>Andy Fleming2007-07-111-1/+3
| * | Polished the 85xx ADS config filesAndy Fleming2007-07-112-5/+6
| * | Add support for CPM device tree configuration to 8560 ADSAndy Fleming2007-07-111-11/+20
| * | Coding style cleanup; update CHANGELOG.Wolfgang Denk2007-07-102-27/+27
| * | Merge with /home/hs/Atronic/u-bootWolfgang Denk2007-07-093-3/+201
| |\ \
| | * | [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANGHeiko Schocher2007-06-251-1/+0
| | * | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-223-3/+202
| * | | Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2007-07-063-6/+22
| |\ \ \
| | * | | Merged POST framework with the current TOT.Sergei Poselenov2007-07-052-2/+4
| | * | | resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPXNiklaus Giger2007-07-041-2/+4
| | * | | ppc4xx: Update lwmon5 boardStefan Roese2007-07-041-2/+14
| * | | | Code cleanup and default config update for STC GP3 SSA board.Wolfgang Denk2007-07-061-63/+63
| |/ / /
* | | | Add functions to list of exported functionsMartin Krause2007-08-062-1/+5
* | | | Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout2007-08-063-18/+182
* | | | Fix build errors and warnings / code cleanup.Wolfgang Denk2007-08-0212-126/+133
| |_|/ |/| |
* | | cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-103-3/+3
* | | include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-1058-20/+532
* | | include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-1026-9/+242
* | | include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-1029-7/+259
* | | include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-1038-13/+336
* | | include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-1026-1/+235
* | | include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.Jon Loeliger2007-07-1039-19/+354
* | | Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger2007-07-093-75/+1
* | | include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger2007-07-0924-49/+212
* | | include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger2007-07-0920-40/+147
* | | include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger2007-07-0917-24/+148
* | | include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger2007-07-0918-21/+155
* | | include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger2007-07-0922-29/+203
* | | include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFI...Jon Loeliger2007-07-0928-61/+288
* | | Retire CONFIG_COMMANDS finally.Jon Loeliger2007-07-091-130/+0
* | | include/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-0934-71/+43
* | | Clear up confusion over the CMD_POST and POST_DIAG mess.Jon Loeliger2007-07-0812-78/+60
* | | Remove references to the old cmd_confdefs.h include file.Jon Loeliger2007-07-081-6/+0
* | | include/configs: Catch some CONFIG_CMD_* conversion stragglers.Jon Loeliger2007-07-082-29/+30
* | | include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board confi...Jon Loeliger2007-07-0813-212/+245
* | | include/configs: Use new CONFIG_CMD_* in various S* named board config files.Jon Loeliger2007-07-089-76/+102
* | | include/configs: Use new CONFIG_CMD_* in various R* named board config files.Jon Loeliger2007-07-088-116/+131
* | | include/configs: Use new CONFIG_CMD_* in various Q* named board config files.Jon Loeliger2007-07-083-43/+50
* | | include/configs: Use new CONFIG_CMD_* in various P* named board config files.Jon Loeliger2007-07-0815-288/+303
* | | include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.Jon Loeliger2007-07-0810-112/+140
* | | include/configs: Use new CONFIG_CMD_* in various M* named board config files.Jon Loeliger2007-07-0814-145/+181
* | | include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config f...Jon Loeliger2007-07-0814-215/+233
* | | include/configs: Use new CONFIG_CMD_* in various H* named board config files.Jon Loeliger2007-07-084-68/+69
OpenPOWER on IntegriCloud