diff mbox

[U-Boot] arm: db-mv784mp-gp/maxbcm Add placeholder bin_hdr file so that linking works

Message ID 1414076649-11017-1-git-send-email-sr@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Stefan Roese Oct. 23, 2014, 3:04 p.m. UTC
This file should contain the bin_hdr generated by the original Marvell
U-Boot implementation. As this is currently not included in this
U-Boot version, we have added this placeholder, so that the U-Boot
image can be generated without errors.

If you have a known to be working bin_hdr for your board, then you
just need to replace this text file here with the binary header
and recompile U-Boot.

In a few weeks, mainline U-Boot will get support to generate the
bin_hdr with the DDR training code itself. By implementing this code
as SPL U-Boot. Then this file will not be needed any more and will
get removed.

Signed-off-by: Stefan Roese <sr@denx.de>
---
 board/Marvell/db-mv784mp-gp/binary.0 | 17 +++++++++++++++++
 board/maxbcm/binary.0                | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 100644 board/Marvell/db-mv784mp-gp/binary.0
 create mode 100644 board/maxbcm/binary.0

Comments

Tom Rini Oct. 27, 2014, 10:22 p.m. UTC | #1
On Thu, Oct 23, 2014 at 05:04:09PM +0200, Stefan Roese wrote:

> This file should contain the bin_hdr generated by the original Marvell
> U-Boot implementation. As this is currently not included in this
> U-Boot version, we have added this placeholder, so that the U-Boot
> image can be generated without errors.
> 
> If you have a known to be working bin_hdr for your board, then you
> just need to replace this text file here with the binary header
> and recompile U-Boot.
> 
> In a few weeks, mainline U-Boot will get support to generate the
> bin_hdr with the DDR training code itself. By implementing this code
> as SPL U-Boot. Then this file will not be needed any more and will
> get removed.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/board/Marvell/db-mv784mp-gp/binary.0 b/board/Marvell/db-mv784mp-gp/binary.0
new file mode 100644
index 0000000..17bfad9
--- /dev/null
+++ b/board/Marvell/db-mv784mp-gp/binary.0
@@ -0,0 +1,17 @@ 
+--------
+WARNING:
+--------
+This file should contain the bin_hdr generated by the original Marvell
+U-Boot implementation. As this is currently not included in this
+U-Boot version, we have added this placeholder, so that the U-Boot
+image can be generated without errors.
+
+If you have a known to be working bin_hdr for your board, then you
+just need to replace this text file here with the binary header
+and recompile U-Boot.
+
+In a few weeks, mainline U-Boot will get support to generate the
+bin_hdr with the DDR training code itself. By implementing this code
+as SPL U-Boot. Then this file will not be needed any more and will
+get removed.
+
diff --git a/board/maxbcm/binary.0 b/board/maxbcm/binary.0
new file mode 100644
index 0000000..17bfad9
--- /dev/null
+++ b/board/maxbcm/binary.0
@@ -0,0 +1,17 @@ 
+--------
+WARNING:
+--------
+This file should contain the bin_hdr generated by the original Marvell
+U-Boot implementation. As this is currently not included in this
+U-Boot version, we have added this placeholder, so that the U-Boot
+image can be generated without errors.
+
+If you have a known to be working bin_hdr for your board, then you
+just need to replace this text file here with the binary header
+and recompile U-Boot.
+
+In a few weeks, mainline U-Boot will get support to generate the
+bin_hdr with the DDR training code itself. By implementing this code
+as SPL U-Boot. Then this file will not be needed any more and will
+get removed.
+