> > the kernel, only when I added them the segfaults disappeared.
> > However they also disappear if I remove the workarounds from kernel as
> > well as u-boot, hence this patch.
interesting; I did not consider this dependency between u-boot and
kernel here; will try it
regards,
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
drivers/power/twl4030.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/power/twl4030.c b/drivers/power/twl4030.c
index 36b2144..e7d5f13 100644
--- a/drivers/power/twl4030.c
+++ b/drivers/power/twl4030.c
> Done:
> 25 employers found
> Any others?
bct-electronic.com -> bct electronic GmbH
thx, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
> Done:
> 25 employers found
> Any others?
bct-electronic.com -> bct electronic GmbH
thx, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
include/configs/omap4_panda.h |1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index b4756be..eacb5f5 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs
> So, why? Are you doing custom builds for beagleboard, but with the dss
> stuff removed? To try and make beagle an easier starting point for
> custom hardware? Thanks!
I consider a CONFIG #define which only works when defined a bug
thx, p.
--
Peter Meerwald
+43-664-21
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index a02a350..f13f1be 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 2214b7f..2b61cb8 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
include/configs/omap3_beagle.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 268215c..5fd67bc 100644
--- a/include/configs/omap3_beagle.h
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 9edd3c5..4611b8a 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle
this is for a prototyping board
vendor/product ids have been added to
http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.c |8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/board/ti/beagle
From: Peter Meerwald
SPL boot outputs a 'timed out in wait_for_bb: IC2_STAT' message on beagle
U-Boot SPL 2012.04-00020-gb8310b9-dirty (Apr 25 2012 - 18:49:57)
Texas Instruments Revision detection unimplemented
OMAP SD/MMC: 0
timed out in wait_for_bb: I2C_STAT=1000
reading u-boo
blem, so it's probably not
> a hardware issue.
it works for me with a fairly recent u-boot
a log of commands would be useful...
two hints:
- try 'dc off' to disable the data cache
- try 'setenv usbethaddr 00:11:22:33:44:55', there is no EEPROM
regard
d logs as in here [1]
correct, thank you for pointing this out!
works again without those two i2c-related patches
> btw, usb error printed is a musb error not the ehci host error.
I missed that
thanks, regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
1
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
sing the '.i'
picks
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
common/cmd_eeprom.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c
index e911377..a48b3d2 100644
--- a/common/cmd_eeprom.c
+++ b/common/cmd_eeprom.c
@@ -26,7 +26,7
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
drivers/usb/eth/usb_ether.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/eth/usb_ether.c b/drivers/usb/eth/usb_ether.c
index 8bfe256..32f4bc8 100644
--- a/drivers/usb/eth/usb_ether.c
+++ b/drivers
From: Peter Meerwald
mention repeatable to README.commands and fix some typos
Signed-off-by: Peter Meerwald
---
doc/README.commands | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/README.commands b/doc/README.commands
index d678992..69576dc 100644
From: Peter Meerwald
this patch addresses the issue that there is no DVI output on beagleboard-xm in
u-boot; the TFP410 is not powered on, DVI_PUP needs to be set high
this is done differently on beagleboard-xm rev. B/C versus earlier boards:
beagleboard-xm B/C need to set GPIO2 of the TWL4030
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
arch/arm/cpu/armv7/omap3/board.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c
index 871aa37..bdf676f 100644
--- a/arch/arm/cpu/armv7/omap3
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
board/ti/beagle/beagle.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/ti/beagle/beagle.h b/board/ti/beagle/beagle.h
index 18bfaa8..c0a94a9 100644
--- a/board/ti/beagle/beagle.h
+++ b/board/ti/beagle
From: Peter Meerwald
Signed-off-by: Peter Meerwald
---
doc/README.SPL |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/README.SPL b/doc/README.SPL
index f01a8bd..0276953 100644
--- a/doc/README.SPL
+++ b/doc/README.SPL
@@ -42,8 +42,8 @@ The building of SPL
that there is atleast a black screen
any idea what might be missing?
thanks, regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
it as a
recent non-SPL u-boot version)
u-boot current (137703b811502dfea364650fb3e17f20b4c21333) works as well
with 'dc off' before 'usb start'
thanks, regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
s the USB ethernet patches (i.e. booting via
tftp)
regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Peter Meerwald
this is for a prototyping board
vendor/product ids have been added to
http://elinux.org/BeagleBoardPinMux#List_of_Vendor_and_Device_IDs
---
board/ti/beagle/beagle.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/board/ti/beagle/beagle.c b
> Changes for v8:
> - Add setup of SMSC write_hwaddr function
works for me on Pandaboard with the x-loader version pointed out by Gilles
thx, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.d
o support SMSC USB
ethernet and EHCI; I have been unsuccessful so far to get them to work but
maybe there is hope... :)
regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
ches posted
where is the latest x-loader git?
I've tried several x-loader repos but it is not clear which one I
recommended
p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
failed; host 192.168.1.1 is not alive
Panda #
sorry if I got something wrong, I hope I am looking at the right
patches...
regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing li
failed; host 192.168.1.1 is not alive
Panda #
sorry if I got something wrong, I hope I am looking at the right
patches...
regards, p.
--
Peter Meerwald
+43-664-218 (mobile)
___
U-Boot mailing li
33 matches
Mail list logo