* [U-Boot] [PATCH 0/2] mpc52xx, mucmc52, uc101: config cleanup
@ 2009-09-09 7:14 Heiko Schocher
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Schocher @ 2009-09-09 7:14 UTC (permalink / raw)
To: u-boot
Changes:
- As this boards are similiar, collect common config option
in manroland-common.h
- Also add OF support to boot 2.6.x kernels
- update default environment for booting 2.6.x kernels
- If no CF card is detected delete the ata node in the DTS
before booting Linux
Heiko Schocher (2):
mpc52xx, mucmc52, uc101: config cleanup
mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected
board/mucmc52/mucmc52.c | 22 +++
board/uc101/uc101.c | 22 +++
include/configs/manroland-common.h | 336 ++++++++++++++++++++++++++++++++++++
include/configs/mucmc52.h | 256 +--------------------------
include/configs/uc101.h | 266 +---------------------------
5 files changed, 398 insertions(+), 504 deletions(-)
create mode 100644 include/configs/manroland-common.h
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH 0/2] mpc52xx, mucmc52, uc101: config cleanup
@ 2009-09-23 5:56 Heiko Schocher
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Schocher @ 2009-09-23 5:56 UTC (permalink / raw)
To: u-boot
Changes:
- As this boards are similiar, collect common config option
in manroland/common.h and manroland/mpc5200-common.h
- Also add OF support to boot 2.6.x kernels
- update default environment for booting 2.6.x kernels
- If no CF card is detected delete the ata node in the DTS
before booting Linux
Heiko Schocher (2):
mpc5200, mucmc52, uc101: config cleanup
mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected
README | 9 +
board/mucmc52/mucmc52.c | 7 +
board/uc101/uc101.c | 7 +
common/cmd_ide.c | 8 +
cpu/mpc5xxx/cpu.c | 20 ++
include/configs/manroland/common.h | 141 +++++++++++++++
include/configs/manroland/mpc5200-common.h | 230 ++++++++++++++++++++++++
include/configs/mucmc52.h | 257 +--------------------------
include/configs/uc101.h | 267 ++--------------------------
include/ide.h | 3 +
10 files changed, 445 insertions(+), 504 deletions(-)
create mode 100644 include/configs/manroland/common.h
create mode 100644 include/configs/manroland/mpc5200-common.h
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-23 5:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 5:56 [U-Boot] [PATCH 0/2] mpc52xx, mucmc52, uc101: config cleanup Heiko Schocher
-- strict thread matches above, loose matches on Subject: below --
2009-09-09 7:14 Heiko Schocher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox