All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot 2011.10rc: fix loading from /boot by adding ext4 support
@ 2012-04-04 17:43 Koen Kooi
  2012-04-04 17:48 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2012-04-04 17:43 UTC (permalink / raw)
  To: meta-ti; +Cc: denys

This patchset was pulled from u-boot patchwork and aren't final, but testing on beaglebone shows it to work.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 recipes-bsp/u-boot/u-boot_2011.10rc.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index 0102d15..48bc618 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(ti33x)"
 DEFAULT_PREFERENCE_ti33x = "99"
 
 PV = "2011.09+git"
-PR = "r26"
+PR = "r27"
 
 # SPL build
 UBOOT_BINARY = "u-boot.img"
@@ -24,6 +24,11 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
            file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \
            file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \
            file://2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch \
+           file://2011.09git/0011-ext2load-increase-read-speed.patch \
+           file://2011.09git/0012-am335x-evm-fix-ext2load-and-specify-partition-for-bo.patch \
+           file://2011.09git/0013-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
+           file://2011.09git/0014-ext4fs-ls-load-support.patch \
+           file://2011.09git/0015-am335x-switch-to-ext4-mode.patch \
           "
 
 SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a"
-- 
1.7.2.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] u-boot 2011.10rc: fix loading from /boot by adding ext4 support
  2012-04-04 17:43 [PATCH] u-boot 2011.10rc: fix loading from /boot by adding ext4 support Koen Kooi
@ 2012-04-04 17:48 ` Denys Dmytriyenko
  2012-04-04 17:51   ` Koen Kooi
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2012-04-04 17:48 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti, denys

On Wed, Apr 04, 2012 at 07:43:38PM +0200, Koen Kooi wrote:
> This patchset was pulled from u-boot patchwork and aren't final, but testing on beaglebone shows it to work.
> 
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
>  recipes-bsp/u-boot/u-boot_2011.10rc.bb |    7 ++++++-
>  1 files changed, 6 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
> index 0102d15..48bc618 100644
> --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
> +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
> @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(ti33x)"
>  DEFAULT_PREFERENCE_ti33x = "99"
>  
>  PV = "2011.09+git"
> -PR = "r26"
> +PR = "r27"
>  
>  # SPL build
>  UBOOT_BINARY = "u-boot.img"
> @@ -24,6 +24,11 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
>             file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \
>             file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \
>             file://2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch \
> +           file://2011.09git/0011-ext2load-increase-read-speed.patch \
> +           file://2011.09git/0012-am335x-evm-fix-ext2load-and-specify-partition-for-bo.patch \
> +           file://2011.09git/0013-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
> +           file://2011.09git/0014-ext4fs-ls-load-support.patch \
> +           file://2011.09git/0015-am335x-switch-to-ext4-mode.patch \

Where are the patches?

>            "
>  
>  SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a"
> -- 
> 1.7.2.5
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] u-boot 2011.10rc: fix loading from /boot by adding ext4 support
  2012-04-04 17:48 ` Denys Dmytriyenko
@ 2012-04-04 17:51   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2012-04-04 17:51 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti, denys


Op 4 apr. 2012, om 10:48 heeft Denys Dmytriyenko het volgende geschreven:

> On Wed, Apr 04, 2012 at 07:43:38PM +0200, Koen Kooi wrote:
>> This patchset was pulled from u-boot patchwork and aren't final, but testing on beaglebone shows it to work.
>> 
>> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
>> ---
>> recipes-bsp/u-boot/u-boot_2011.10rc.bb |    7 ++++++-
>> 1 files changed, 6 insertions(+), 1 deletions(-)
>> 
>> diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
>> index 0102d15..48bc618 100644
>> --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
>> +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
>> @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(ti33x)"
>> DEFAULT_PREFERENCE_ti33x = "99"
>> 
>> PV = "2011.09+git"
>> -PR = "r26"
>> +PR = "r27"
>> 
>> # SPL build
>> UBOOT_BINARY = "u-boot.img"
>> @@ -24,6 +24,11 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
>>            file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \
>>            file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \
>>            file://2011.09git/0001-ddr_defs-change-DDR-timings-for-15x15-EVM.patch \
>> +           file://2011.09git/0011-ext2load-increase-read-speed.patch \
>> +           file://2011.09git/0012-am335x-evm-fix-ext2load-and-specify-partition-for-bo.patch \
>> +           file://2011.09git/0013-am335x-evm-load-uImage-from-boot-instead-of-VFAT.patch \
>> +           file://2011.09git/0014-ext4fs-ls-load-support.patch \
>> +           file://2011.09git/0015-am335x-switch-to-ext4-mode.patch \
> 
> Where are the patches?

I'm an idiot, redoing the patch now..

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-04 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 17:43 [PATCH] u-boot 2011.10rc: fix loading from /boot by adding ext4 support Koen Kooi
2012-04-04 17:48 ` Denys Dmytriyenko
2012-04-04 17:51   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.