aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/x-load
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-28 20:55:10 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-28 20:55:10 +0100
commitad2b607c9e98ca9fa1cda9da07d1a13ab1312003 (patch)
tree487b8fb746ce35daebb656f4e08ebf1a912d3671 /recipes/x-load
parentd67d0e0a365866fc08e29f2331a2583c2b3515c4 (diff)
downloadopenembedded-ad2b607c9e98ca9fa1cda9da07d1a13ab1312003.tar.gz
x-load git: bump SRCREV, refresh patches
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/x-load')
-rw-r--r--recipes/x-load/x-load-git/0001-OMAP4-clocks-Enable-only-required-clks.patch4
-rw-r--r--recipes/x-load/x-load-git/0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch4
-rw-r--r--recipes/x-load/x-load-git/0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch4
-rw-r--r--recipes/x-load/x-load-git/0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch4
-rw-r--r--recipes/x-load/x-load-git/0005-omap4-Make-1GHz-as-default-MPU-clock.patch13
-rw-r--r--recipes/x-load/x-load_git.bb4
6 files changed, 17 insertions, 16 deletions
diff --git a/recipes/x-load/x-load-git/0001-OMAP4-clocks-Enable-only-required-clks.patch b/recipes/x-load/x-load-git/0001-OMAP4-clocks-Enable-only-required-clks.patch
index 774f1e78ca..6cec4ef8f9 100644
--- a/recipes/x-load/x-load-git/0001-OMAP4-clocks-Enable-only-required-clks.patch
+++ b/recipes/x-load/x-load-git/0001-OMAP4-clocks-Enable-only-required-clks.patch
@@ -1,4 +1,4 @@
-From 94fee465a6d63b6f0551037fe14cec4410bb9af2 Mon Sep 17 00:00:00 2001
+From 7c5a2dd1e20702d220bd75910f7cfb6141230e5b Mon Sep 17 00:00:00 2001
From: Rajendra Nayak <rnayak@ti.com>
Date: Tue, 21 Dec 2010 11:55:01 -0200
Subject: [PATCH 1/5] OMAP4: clocks: Enable only required clks
@@ -17,7 +17,7 @@ Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
1 files changed, 117 insertions(+), 108 deletions(-)
diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c
-index 792e5d6..149fc85 100644
+index a83f1c6..b323885 100644
--- a/board/omap4430panda/clock.c
+++ b/board/omap4430panda/clock.c
@@ -552,71 +552,73 @@ static void enable_all_clocks(void)
diff --git a/recipes/x-load/x-load-git/0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch b/recipes/x-load/x-load-git/0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch
index ffcf8591af..8e62d2fdc7 100644
--- a/recipes/x-load/x-load-git/0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch
+++ b/recipes/x-load/x-load-git/0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch
@@ -1,4 +1,4 @@
-From fff093ab92c5dadd646130c38097dc167d2d0e1e Mon Sep 17 00:00:00 2001
+From 17028354b438883e98668803bf433d8a0bae12a1 Mon Sep 17 00:00:00 2001
From: Rajeev Kulkarni <rajeevk@ti.com>
Date: Tue, 26 Oct 2010 07:34:43 -0500
Subject: [PATCH 2/5] OMAP4: Select DPLL PER Clock as source for SGX FCLK
@@ -14,7 +14,7 @@ Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c
-index 149fc85..0961f51 100644
+index b323885..4404cc5 100644
--- a/board/omap4430panda/clock.c
+++ b/board/omap4430panda/clock.c
@@ -772,6 +772,9 @@ static void enable_all_clocks(void)
diff --git a/recipes/x-load/x-load-git/0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch b/recipes/x-load/x-load-git/0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch
index 1475308f74..7f9b767243 100644
--- a/recipes/x-load/x-load-git/0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch
+++ b/recipes/x-load/x-load-git/0003-MUX-Configure-SYS_NIRQ2-pin-in-safe-mode.patch
@@ -1,4 +1,4 @@
-From daaaf036f3336e01a83a13dd93b8030b00a0af50 Mon Sep 17 00:00:00 2001
+From 3421142b95238893a90032c3056123544c353752 Mon Sep 17 00:00:00 2001
From: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
Date: Tue, 21 Dec 2010 12:03:50 -0200
Subject: [PATCH 3/5] MUX: Configure SYS_NIRQ2 pin in safe mode
@@ -16,7 +16,7 @@ Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/omap4430panda/omap4430panda.c b/board/omap4430panda/omap4430panda.c
-index 5695733..814b2cb 100644
+index a91e2aa..f6f515b 100644
--- a/board/omap4430panda/omap4430panda.c
+++ b/board/omap4430panda/omap4430panda.c
@@ -910,7 +910,7 @@ int dram_init(void)
diff --git a/recipes/x-load/x-load-git/0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch b/recipes/x-load/x-load-git/0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch
index 9b6e2f9da2..e310712165 100644
--- a/recipes/x-load/x-load-git/0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch
+++ b/recipes/x-load/x-load-git/0004-OMAP4-clocks-Disable-slimbus-and-pad_clks.patch
@@ -1,4 +1,4 @@
-From 4af562525c7779cd41ae9a68d56771407df558d7 Mon Sep 17 00:00:00 2001
+From 14a48e4b24aee2387f8e4cd3b480236451fe1294 Mon Sep 17 00:00:00 2001
From: Rajendra Nayak <rnayak@ti.com>
Date: Mon, 4 Oct 2010 18:49:18 +0530
Subject: [PATCH 4/5] OMAP4: clocks: Disable slimbus and pad_clks
@@ -16,7 +16,7 @@ Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/board/omap4430panda/clock.c b/board/omap4430panda/clock.c
-index 0961f51..c591a9f 100644
+index 4404cc5..e41f327 100644
--- a/board/omap4430panda/clock.c
+++ b/board/omap4430panda/clock.c
@@ -333,9 +333,6 @@ static void configure_abe_dpll(u32 clk_index)
diff --git a/recipes/x-load/x-load-git/0005-omap4-Make-1GHz-as-default-MPU-clock.patch b/recipes/x-load/x-load-git/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
index 7c23f604b2..3008e6da39 100644
--- a/recipes/x-load/x-load-git/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
+++ b/recipes/x-load/x-load-git/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
@@ -1,4 +1,4 @@
-From ce1ae065d5eb875990f55ede0405e061e4d4b8d3 Mon Sep 17 00:00:00 2001
+From 76ebc9fdbfff91f226bc559706e3e7ece43ec30d Mon Sep 17 00:00:00 2001
From: Sebastien Jan <s-jan@ti.com>
Date: Wed, 22 Dec 2010 13:53:18 +0100
Subject: [PATCH 5/5] omap4: Make 1GHz as default MPU clock
@@ -9,18 +9,19 @@ Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Sebastien Jan <s-jan@ti.com>
Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
---
- Makefile | 8 ++++++++
+ Makefile | 9 +++++++++
include/configs/omap4430panda.h | 1 -
- 2 files changed, 8 insertions(+), 1 deletions(-)
+ 2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
-index d134fdc..1c4fdd5 100644
+index fd85142..6258324 100644
--- a/Makefile
+++ b/Makefile
-@@ -170,6 +170,14 @@ omap3530beagle_config : unconfig
+@@ -235,6 +235,15 @@ igep0020_config : unconfig
#########################################################################
omap4430panda_config : unconfig
- @./mkconfig $(@:_config=) arm omap4 omap4430panda
+ @./mkconfig $(@:_config=) arm omap4 omap4430panda 1
++ @./mkconfig $(@:_config=) arm omap4 omap4430panda 1
+ @[ -n "$(findstring _MPU_600MHz,$@)" ] || \
+ { echo "#define CONFIG_MPU_1000 1" >> $(obj)include/config.h; \
+ echo "MPU at 1GHz revision.."; \
diff --git a/recipes/x-load/x-load_git.bb b/recipes/x-load/x-load_git.bb
index ceabf97a53..523251e5c5 100644
--- a/recipes/x-load/x-load_git.bb
+++ b/recipes/x-load/x-load_git.bb
@@ -5,10 +5,10 @@ DEFAULT_PREFERENCE_omap3-pandora = "-1"
FILESPATHPKG_prepend = "x-load-git:x-load-git/${MACHINE}"
PV = "1.44+${PR}+gitr${SRCREV}"
-PR ="r19"
+PR ="r20"
PE = "1"
-SRCREV = "6f3a26101303051e0f91b6213735b68ce804e94e"
+SRCREV = "24b8b7f41a83540433024854736518876257672c"
SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git \
file://0001-OMAP4-clocks-Enable-only-required-clks.patch \
file://0002-OMAP4-Select-DPLL-PER-Clock-as-source-for-SGX-FCLK.patch \