* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
@ 2007-04-25 3:49 Zhang Wei
2007-05-10 19:01 ` Jon Loeliger
0 siblings, 1 reply; 8+ messages in thread
From: Zhang Wei @ 2007-04-25 3:49 UTC (permalink / raw)
To: u-boot
The USB PCI-OHCI, USB keyboard and event poll support are added to
MPC8641HPCN board config file.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
---
include/configs/MPC8641HPCN.h | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index 0bc8324..138a88e 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -331,6 +331,17 @@
#undef CONFIG_EEPRO100
#undef CONFIG_TULIP
+/************************************************************
+ * USB support
+ ************************************************************/
+#define CONFIG_PCI_OHCI 1
+#define CONFIG_USB_OHCI_NEW 1
+#define CONFIG_USB_KEYBOARD 1
+#define CFG_DEVICE_DEREGISTER
+#define CFG_USB_EVENT_POLL 1
+#define CFG_USB_OHCI_SLOT_NAME "ohci_pci"
+#define CFG_USB_OHCI_MAX_ROOT_PORTS 15
+
#if !defined(CONFIG_PCI_PNP)
#define PCI_ENET0_IOADDR 0xe0000000
#define PCI_ENET0_MEMADDR 0xe0000000
@@ -485,6 +496,7 @@
| CFG_CMD_PCI \
| CFG_CMD_I2C \
| CFG_CMD_SCSI \
+ | CFG_CMD_USB \
| CFG_CMD_EXT2) \
& \
~(CFG_CMD_ENV))
@@ -502,6 +514,7 @@
| CFG_CMD_PING \
| CFG_CMD_I2C \
| CFG_CMD_SCSI \
+ | CFG_CMD_USB \
| CFG_CMD_EXT2)
#else
#define CONFIG_COMMANDS (CONFIG_CMD_DFL \
--
1.5.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-04-25 3:49 [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board Zhang Wei
@ 2007-05-10 19:01 ` Jon Loeliger
2007-05-11 10:18 ` Markus Klotzbücher
0 siblings, 1 reply; 8+ messages in thread
From: Jon Loeliger @ 2007-05-10 19:01 UTC (permalink / raw)
To: u-boot
On Tue, 2007-04-24 at 22:49, Zhang Wei wrote:
> The USB PCI-OHCI, USB keyboard and event poll support are added to
> MPC8641HPCN board config file.
>
> Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Markus,
Have you had a chance to look at this series of patches
that add USB to the 8641 board yet?
Thanks,
jdl
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-05-10 19:01 ` Jon Loeliger
@ 2007-05-11 10:18 ` Markus Klotzbücher
2007-05-11 12:30 ` Wolfgang Denk
2007-05-11 16:05 ` Jon Loeliger
0 siblings, 2 replies; 8+ messages in thread
From: Markus Klotzbücher @ 2007-05-11 10:18 UTC (permalink / raw)
To: u-boot
Dear Jon,
Jon Loeliger <jdl@freescale.com> writes:
> On Tue, 2007-04-24 at 22:49, Zhang Wei wrote:
>> The USB PCI-OHCI, USB keyboard and event poll support are added to
>> MPC8641HPCN board config file.
>>
>> Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
>
> Markus,
>
> Have you had a chance to look at this series of patches
> that add USB to the 8641 board yet?
So far I only had a brief look, and didn't see any problems. As soon as
I get Wolfang to pull the last USB changes from uboot-USB, I'll start
pushing the next round of patches to the custodian repo.
Best regards
Markus
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-05-11 10:18 ` Markus Klotzbücher
@ 2007-05-11 12:30 ` Wolfgang Denk
2007-05-14 9:23 ` Markus Klotzbücher
2007-05-11 16:05 ` Jon Loeliger
1 sibling, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2007-05-11 12:30 UTC (permalink / raw)
To: u-boot
In message <87hcqjek8f.fsf@denx.de> you wrote:
>
> So far I only had a brief look, and didn't see any problems. As soon as
> I get Wolfang to pull the last USB changes from uboot-USB, I'll start
> pushing the next round of patches to the custodian repo.
Did you ever send a pull request? I can't find any...
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, CEO: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Q: Why do PCs have a reset button on the front?
A: Because they are expected to run Microsoft operating systems.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-05-11 10:18 ` Markus Klotzbücher
2007-05-11 12:30 ` Wolfgang Denk
@ 2007-05-11 16:05 ` Jon Loeliger
1 sibling, 0 replies; 8+ messages in thread
From: Jon Loeliger @ 2007-05-11 16:05 UTC (permalink / raw)
To: u-boot
On Fri, 2007-05-11 at 05:18, Markus Klotzb??cher wrote:
> > Have you had a chance to look at this series of patches
> > that add USB to the 8641 board yet?
>
> So far I only had a brief look, and didn't see any problems. As soon as
> I get Wolfang to pull the last USB changes from uboot-USB, I'll start
> pushing the next round of patches to the custodian repo.
Hi Markus,
That sounds good! Thanks!
jdl
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-05-11 12:30 ` Wolfgang Denk
@ 2007-05-14 9:23 ` Markus Klotzbücher
2007-05-14 11:03 ` Wolfgang Denk
0 siblings, 1 reply; 8+ messages in thread
From: Markus Klotzbücher @ 2007-05-14 9:23 UTC (permalink / raw)
To: u-boot
Hi Wolfgang,
Wolfgang Denk <wd@denx.de> writes:
> In message <87hcqjek8f.fsf@denx.de> you wrote:
>>
>> So far I only had a brief look, and didn't see any problems. As soon as
>> I get Wolfang to pull the last USB changes from uboot-USB, I'll start
>> pushing the next round of patches to the custodian repo.
>
> Did you ever send a pull request? I can't find any...
I did, see the "USB custodian repostiory updates" thread. I resolved the
conflict you found and requested a pull again.
Best regards
Markus
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-05-14 9:23 ` Markus Klotzbücher
@ 2007-05-14 11:03 ` Wolfgang Denk
2007-05-14 11:37 ` Markus Klotzbücher
0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2007-05-14 11:03 UTC (permalink / raw)
To: u-boot
In message <87mz073gi9.fsf@denx.de> you wrote:
>
> > Did you ever send a pull request? I can't find any...
>
> I did, see the "USB custodian repostiory updates" thread. I resolved the
> conflict you found and requested a pull again.
I guess there wasn't a PULL in the Subject line, then?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, CEO: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Ever try. Ever fail. No matter. Try again. Fail again. Fail better.
-- S. Beckett
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board.
2007-05-14 11:03 ` Wolfgang Denk
@ 2007-05-14 11:37 ` Markus Klotzbücher
0 siblings, 0 replies; 8+ messages in thread
From: Markus Klotzbücher @ 2007-05-14 11:37 UTC (permalink / raw)
To: u-boot
Wolfgang Denk <wd@denx.de> writes:
> In message <87mz073gi9.fsf@denx.de> you wrote:
>>
>> > Did you ever send a pull request? I can't find any...
>>
>> I did, see the "USB custodian repostiory updates" thread. I resolved the
>> conflict you found and requested a pull again.
>
> I guess there wasn't a PULL in the Subject line, then?
Uhmm, possibly not. I wasn't aware this was necessary.
Regards
Markus
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2007-05-14 11:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-25 3:49 [U-Boot-Users] [PATCH 3/3] Add USB support for MPC8641HPCN board Zhang Wei
2007-05-10 19:01 ` Jon Loeliger
2007-05-11 10:18 ` Markus Klotzbücher
2007-05-11 12:30 ` Wolfgang Denk
2007-05-14 9:23 ` Markus Klotzbücher
2007-05-14 11:03 ` Wolfgang Denk
2007-05-14 11:37 ` Markus Klotzbücher
2007-05-11 16:05 ` Jon Loeliger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox