[PATCH meta-ti] u-boot: added version 2011.09-rc1-00023

There is a v2011.09 tag on the mainline, but I haven't seen a release
notice go out. It didn't make sense to me to try to carry-forward those
all patches since the release tag, so I simply picked the latest tag
in the maineline.

Patched and tested on BeagleBoard-xM revision C.

USB Ethernet was tested with:
setenv usbethaddr de:ad:be:ef:00:01
usb start
dhcp^C
setenv ipaddr 10.0.1.2
ping 10.0.1.1

USB Storage was tested with:
<above>
usb part
fatls usb 0

led command was tested with:
led all off
led all on
led 1 on
led 1 off

gpio command tested with:
gpio input 4
<hold USER button>
gpio input 4
<release USER button>

Also performed boot test.

Signed-off-by: Jason Kridner <jdk@ti.com>

Do all 3 needs to be off or only the d cache?

I don't have time to test that variation right now, I was just pulling
off of what Joel suggested. I can try to get to that later in the
week. Joel, do you know?

I think you had some concerns about the questions my PV choice would
make. I don't feel strongly about it. Do you want to fix it up or
shall I submit a v2?

Hi Jason, Koen,

There is a v2011.09 tag on the mainline, but I haven't seen a release
notice go out. It didn't make sense to me to try to carry-forward those
all patches since the release tag, so I simply picked the latest tag
in the maineline.

Patched and tested on BeagleBoard-xM revision C.

[..]

++/* TODO: WORK-AROUND for bug in BeagleBoard-specific USB */
++#define CONFIG_SYS_ICACHE_OFF
++#define CONFIG_SYS_DCACHE_OFF
++#define CONFIG_SYS_L2CACHE_OFF

Do all 3 needs to be off or only the d cache?

I don't have time to test that variation right now, I was just pulling
off of what Joel suggested. I can try to get to that later in the
week. Joel, do you know?

Disabling only D-cache hangs U-boot. Disabling both I and D while
leaving L2 cache as is fixes it.

I think you had some concerns about the questions my PV choice would
make. I don't feel strongly about it. Do you want to fix it up or
shall I submit a v2?

I'll resubmit Jason's meta-ti patch with only I and D cache disabled,
but I can't find a discussion about what the PV choice issue is? Let
me know and I'll make both these changes and resubmit.

Thanks,
Joel

Call the recipe uboot_2011.09.bb, remove the PV assignment inside, but keep the comment about being a few commits ahead of the tag.

regards,

Koen

Hi Jason, Koen,

There is a v2011.09 tag on the mainline, but I haven't seen a release
notice go out. It didn't make sense to me to try to carry-forward those
all patches since the release tag, so I simply picked the latest tag
in the maineline.

Patched and tested on BeagleBoard-xM revision C.

[..]

++/* TODO: WORK-AROUND for bug in BeagleBoard-specific USB */
++#define CONFIG_SYS_ICACHE_OFF
++#define CONFIG_SYS_DCACHE_OFF
++#define CONFIG_SYS_L2CACHE_OFF

Do all 3 needs to be off or only the d cache?

I don't have time to test that variation right now, I was just pulling
off of what Joel suggested. I can try to get to that later in the
week. Joel, do you know?

Disabling only D-cache hangs U-boot. Disabling both I and D while
leaving L2 cache as is fixes it.

I think you had some concerns about the questions my PV choice would
make. I don't feel strongly about it. Do you want to fix it up or
shall I submit a v2?

I'll resubmit Jason's meta-ti patch with only I and D cache disabled,
but I can't find a discussion about what the PV choice issue is? Let
me know and I'll make both these changes and resubmit.

PV should be normal, without any trailing numbers.

I think you had some concerns about the questions my PV choice would
make. I don't feel strongly about it. Do you want to fix it up or
shall I submit a v2?

I'll resubmit Jason's meta-ti patch with only I and D cache disabled,
but I can't find a discussion about what the PV choice issue is? Let
me know and I'll make both these changes and resubmit.

PV should be normal, without any trailing numbers.

I'm not sure why I didn't see Koen's comment earlier. I'm hopeful you
are following it:

Call the recipe uboot_2011.09.bb, remove the PV assignment inside, but keep the comment about being a few commits ahead of the tag.

Are you sure that's Uboot without the dash? I've kept the dash as
other u-boot recipes have it.

Thanks,
Joel

Call the recipe uboot_2011.09.bb, remove the PV assignment inside, but keep the comment about being a few commits ahead of the tag.

Are you sure that's Uboot without the dash? I've kept the dash as
other u-boot recipes have it.

Thanks. It should be like the others. And it seems it is still an -rc.