Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc85f23e

Browse files
zaius: Temp kernel patch for reserved memory addr
A commit in the openbmc/linux tree moved the reserved memory for Zaiusto the end of the memory space. This seems to cause a conflict betweenu-boot and the kernel resulting in an unbootable image.Temporarily set the reserved memory address to match Witherspoon untilthe issue#1203 can be resolved.Change-Id: I1bab9d29285d5b02fe03b2654c4458f1b22482beSigned-off-by: Patrick Williams <patrick@stwcx.xyz>
1 parent905226c commitc85f23e

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
From f19b706443020196098c41c1ddd15823dcc9db78 Mon Sep 17 00:00:00 2001
2+
From: Patrick Williams <patrick@stwcx.xyz>
3+
Date: Fri, 24 Feb 2017 15:24:48 -0600
4+
Subject: [PATCH] Set Zaius back to old address range
5+
6+
See openbmc/openbmc#1203
7+
8+
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
9+
---
10+
arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 4 ++--
11+
1 file changed, 2 insertions(+), 2 deletions(-)
12+
13+
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
14+
index 548ef1e..dc05468 100644
15+
--- a/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
16+
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts
17+
@@ -25,9 +25,9 @@
18+
#size-cells = <1>;
19+
ranges;
20+
21+
-flash_memory: region@bc000000 {
22+
+flash_memory: region@98000000 {
23+
no-map;
24+
-reg = <0xbc000000 0x04000000>; /* 64M */
25+
+reg = <0x98000000 0x04000000>; /* 64M */
26+
};
27+
};
28+
29+
--
30+
2.10.2
31+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
FILESEXTRAPATHS_prepend_zaius:="${THISDIR}/${PN}:"
22
SRC_URI_append_zaius=" file://zaius.cfg"
3+
SRC_URI_append_zaius=" file://0001-Set-Zaius-back-to-old-address-range.patch"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp