-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (A…
…RM926EJS) ARM: Fix for incorrect version of patch applied when adding support for the Lyrtech SFF-SDR board. Signed-off-by: Hugo Villeneuve <[email protected]> Signed-off-by: Philip Balister, OpenSDR <[email protected]>
- Loading branch information
Showing
6 changed files
with
342 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -537,3 +537,8 @@ N: Timo Tuunainen | |
E: [email protected] | ||
D: Support for Artila M-501 starter kit | ||
W: http://www.sysart.fi/ | ||
|
||
N: Philip Balister | ||
E: [email protected] | ||
D: Port to Lyrtech SFFSDR development board. | ||
W: www.opensdr.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,10 @@ | |
# Gary Jennejohn, DENX Software Engineering, <[email protected]> | ||
# David Mueller, ELSOFT AG, <[email protected]> | ||
# | ||
# Copyright (C) 2008 Lyrtech <www.lyrtech.com> | ||
# Copyright (C) 2008 Philip Balister, OpenSDR <[email protected]> | ||
# | ||
# Lyrtech SFF SDR board (ARM926EJS) cpu | ||
# see http://www.lyrtech.com/ for more information on Lyrtech | ||
# | ||
# SFF SDR board has 1 bank of 128 MB DDR RAM | ||
# Physical Address: | ||
|
@@ -16,9 +18,6 @@ | |
# Integrity kernel is expected to be at 8000'0000, entry 8000'00D0, | ||
# up to 81FF'FFFF (uses up to 32 MB of memory for text, heap, etc). | ||
# | ||
# we load ourself to 8400'0000 | ||
# | ||
# | ||
|
||
# Provide at least 32MB spacing between us and the Integrity kernel image | ||
# we load ourself to 8400'0000 to provide at least 32MB spacing | ||
# between us and the Integrity kernel image | ||
TEXT_BASE = 0x84000000 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.