diff mbox

[U-Boot] x86: Add binary blob checksums for Minnowboard MAX

Message ID 1435157213-20832-1-git-send-email-sjg@chromium.org
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass June 24, 2015, 2:46 p.m. UTC
To try to reduce the pain of confusion of binary blobs, add MD5 checksums
for the current versions. This may worsen the situation as new versions
appear, but it should still be possible to obtain these versions, and thus
get a working setup.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 doc/README.x86 | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Bin Meng June 24, 2015, 3:05 p.m. UTC | #1
Hi Simon,

On Wed, Jun 24, 2015 at 10:46 PM, Simon Glass <sjg@chromium.org> wrote:
> To try to reduce the pain of confusion of binary blobs, add MD5 checksums
> for the current versions. This may worsen the situation as new versions
> appear, but it should still be possible to obtain these versions, and thus
> get a working setup.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>  doc/README.x86 | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/doc/README.x86 b/doc/README.x86
> index 49d6e83..9865c0d 100644
> --- a/doc/README.x86
> +++ b/doc/README.x86
> @@ -160,6 +160,14 @@ Now you can build U-Boot and obtain u-boot.rom
>  $ make minnowmax_defconfig
>  $ make all
>
> +Checksums are as follows (but note that newer versions will invalidate this):
> +$ md5sum board/intel/minnowmax/*.bin

Shouldn't it be 'md5sum -b' as IIRC the default mode is text mode?

> +ffda9a3b94df5b74323afb328d51e6b4  board/intel/minnowmax/descriptor.bin
> +69f65b9a580246291d20d08cbef9d7c5  board/intel/minnowmax/fsp.bin
> +894a97d371544ec21de9c3e8e1716c4b  board/intel/minnowmax/me.bin
> +a2588537da387da592a27219d56e9962  board/intel/minnowmax/vga.bin
> +
> +

Additional line here? Is it intentional?

>  Intel Galileo instructions:
>
>  Only one binary blob is needed for Remote Management Unit (RMU) within Intel
> --

Regards,
Bin
diff mbox

Patch

diff --git a/doc/README.x86 b/doc/README.x86
index 49d6e83..9865c0d 100644
--- a/doc/README.x86
+++ b/doc/README.x86
@@ -160,6 +160,14 @@  Now you can build U-Boot and obtain u-boot.rom
 $ make minnowmax_defconfig
 $ make all
 
+Checksums are as follows (but note that newer versions will invalidate this):
+$ md5sum board/intel/minnowmax/*.bin
+ffda9a3b94df5b74323afb328d51e6b4  board/intel/minnowmax/descriptor.bin
+69f65b9a580246291d20d08cbef9d7c5  board/intel/minnowmax/fsp.bin
+894a97d371544ec21de9c3e8e1716c4b  board/intel/minnowmax/me.bin
+a2588537da387da592a27219d56e9962  board/intel/minnowmax/vga.bin
+
+
 Intel Galileo instructions:
 
 Only one binary blob is needed for Remote Management Unit (RMU) within Intel