Accepting request 214056 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/214056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2014-01-16 14:16:38 +00:00 committed by Git OBS Bridge
parent 8f7646648a
commit dfc81dc6dd
14 changed files with 138 additions and 2 deletions

View File

@ -2,12 +2,23 @@ Index: u-boot-2013.10/include/configs/rpi_b.h
=================================================================== ===================================================================
--- u-boot-2013.10.orig/include/configs/rpi_b.h --- u-boot-2013.10.orig/include/configs/rpi_b.h
+++ u-boot-2013.10/include/configs/rpi_b.h +++ u-boot-2013.10/include/configs/rpi_b.h
@@ -131,7 +131,7 @@ @@ -130,8 +130,8 @@
"boot_targets=mmc0\0" \
\ \
"script_boot=" \ "script_boot=" \
"if fatload ${devtype} ${devnum}:1 " \ - "if fatload ${devtype} ${devnum}:1 " \
- "${scriptaddr} boot.scr.uimg; then " \ - "${scriptaddr} boot.scr.uimg; then " \
+ "if ext2load ${devtype} ${devnum}:2 " \
+ "${scriptaddr} boot.scr; then " \ + "${scriptaddr} boot.scr; then " \
"source ${scriptaddr}; " \ "source ${scriptaddr}; " \
"fi;\0" \ "fi;\0" \
\ \
@@ -167,7 +167,7 @@
#define CONFIG_CMD_PART
#define CONFIG_CMD_FS_GENERIC
#define CONFIG_CMD_FAT
-#define CONFIG_CMD_EXT
+#define CONFIG_CMD_EXT2
/* Some things don't make sense on this HW or yet */
#undef CONFIG_CMD_FPGA
#undef CONFIG_CMD_NET

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
-------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com
- am335x_evm-bootscr.patch: Search for files in /boot, not in /boot/boot
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de Wed Jan 8 02:07:44 UTC 2014 - afaerber@suse.de

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 8 17:26:10 UTC 2014 - agraf@suse.com
- switch raspberry to ext2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com Wed Jan 8 13:41:32 UTC 2014 - matwey.kornilov@gmail.com