From 7c07b928a5c6dd953eb1b2e4d8e66bd2d57ef2e3 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Fri, 15 May 2015 17:46:06 +0100 Subject: juno: save DTB file in NOR as board.dtb images.txt allows files to be saved into NOR flash with a different name from the filename. So for the DTB files, I rename juno.dtb or juno-r1.dtb in NOR flash as board.dtb. This means that the UEFI config for both Juno R0 and R1 can be the same. Signed-off-by: Ryan Harkin --- SITE1/HBI0262B/images.txt | 2 +- SITE1/HBI0262C/images.txt | 4 ++-- SOFTWARE/juno-r1.dtb | 0 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 SOFTWARE/juno-r1.dtb diff --git a/SITE1/HBI0262B/images.txt b/SITE1/HBI0262B/images.txt index 8db871f..ce9050f 100644 --- a/SITE1/HBI0262B/images.txt +++ b/SITE1/HBI0262B/images.txt @@ -24,7 +24,7 @@ NOR2ENTRY: 00000000 ;Image Entry Point NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE NOR3ADDRESS: 0x02000000 ;Image Flash Address NOR3FILE: \SOFTWARE\juno.dtb ;Image File Name -NOR3NAME: juno.dtb ;Specify target filename to preserve file extension +NOR3NAME: board.dtb ;Specify target filename to preserve file extension NOR3LOAD: 00000000 ;Image Load Address NOR3ENTRY: 00000000 ;Image Entry Point diff --git a/SITE1/HBI0262C/images.txt b/SITE1/HBI0262C/images.txt index 4821d3d..c9c5274 100644 --- a/SITE1/HBI0262C/images.txt +++ b/SITE1/HBI0262C/images.txt @@ -23,8 +23,8 @@ NOR2ENTRY: 00000000 ;Image Entry Point NOR3UPDATE: AUTO ;Image Update:NONE/AUTO/FORCE NOR3ADDRESS: 0x02000000 ;Image Flash Address -NOR3FILE: \SOFTWARE\juno.dtb ;Image File Name -NOR3NAME: juno.dtb ;Specify target filename to preserve file extension +NOR3FILE: \SOFTWARE\juno-r1.dtb ;Image File Name +NOR3NAME: board.dtb ;Specify target filename to preserve file extension NOR3LOAD: 00000000 ;Image Load Address NOR3ENTRY: 00000000 ;Image Entry Point diff --git a/SOFTWARE/juno-r1.dtb b/SOFTWARE/juno-r1.dtb new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3