diff mbox series

[edk2,edk2-non-osi] Platform/DeveloperBox: update ARM-TF binary to latest version

Message ID 20180601105938.878-1-ard.biesheuvel@linaro.org
State New
Headers show
Series [edk2,edk2-non-osi] Platform/DeveloperBox: update ARM-TF binary to latest version | expand

Commit Message

Ard Biesheuvel June 1, 2018, 10:59 a.m. UTC
Update to RELEASE build of commit aa20e0414fb3.

This implements the override of the north SMMU page tables to make
the ECAM spaces appear sane to the OS.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
Source changes:
https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git/commit/?h=synquacer

Full binary patch can be found here:
https://git.linaro.org/leg/noupstream/edk2-non-osi.git/commit/?h=developer-box&id=cf71a2edabcd199730f5bd372b82e5d4db728c9a

 Platform/Socionext/DeveloperBox/README             |   2 +-
 Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 98640 -> 46824 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
index 0bd8fd9e97de..09828880b0de 100644
Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
-- 
2.17.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Leif Lindholm June 1, 2018, 11:05 a.m. UTC | #1
On Fri, Jun 01, 2018 at 12:59:38PM +0200, Ard Biesheuvel wrote:
> Update to RELEASE build of commit aa20e0414fb3.

> 

> This implements the override of the north SMMU page tables to make

> the ECAM spaces appear sane to the OS.

> 

> Contributed-under: TianoCore Contribution Agreement 1.1

> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


> ---

> Source changes:

> https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git/commit/?h=synquacer

> 

> Full binary patch can be found here:

> https://git.linaro.org/leg/noupstream/edk2-non-osi.git/commit/?h=developer-box&id=cf71a2edabcd199730f5bd372b82e5d4db728c9a

> 

>  Platform/Socionext/DeveloperBox/README             |   2 +-

>  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 98640 -> 46824 bytes

>  2 files changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README

> index 166f542805c3..c4e4c24370f5 100644

> --- a/Platform/Socionext/DeveloperBox/README

> +++ b/Platform/Socionext/DeveloperBox/README

> @@ -4,5 +4,5 @@ DeveloperBox platform, based on the Socionext SynQuacer SoC.

>  

>  fip_all_arm_tf.bin - prebuilt ARM Trusted Firmware RELEASE binary

>  Repo: https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git

> -Commit: 0541b9edd636bd45f80026218b65fe7644e86b47

> +Commit: aa20e0414fb3

>  

> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin

> index 0bd8fd9e97de..09828880b0de 100644

> Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ

> -- 

> 2.17.0

> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel June 1, 2018, 11:07 a.m. UTC | #2
On 1 June 2018 at 13:05, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Fri, Jun 01, 2018 at 12:59:38PM +0200, Ard Biesheuvel wrote:

>> Update to RELEASE build of commit aa20e0414fb3.

>>

>> This implements the override of the north SMMU page tables to make

>> the ECAM spaces appear sane to the OS.

>>

>> Contributed-under: TianoCore Contribution Agreement 1.1

>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>

> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

>


Thanks

Pushed as a608c352766e..76955a49fafd

>> ---

>> Source changes:

>> https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git/commit/?h=synquacer

>>

>> Full binary patch can be found here:

>> https://git.linaro.org/leg/noupstream/edk2-non-osi.git/commit/?h=developer-box&id=cf71a2edabcd199730f5bd372b82e5d4db728c9a

>>

>>  Platform/Socionext/DeveloperBox/README             |   2 +-

>>  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 98640 -> 46824 bytes

>>  2 files changed, 1 insertion(+), 1 deletion(-)

>>

>> diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README

>> index 166f542805c3..c4e4c24370f5 100644

>> --- a/Platform/Socionext/DeveloperBox/README

>> +++ b/Platform/Socionext/DeveloperBox/README

>> @@ -4,5 +4,5 @@ DeveloperBox platform, based on the Socionext SynQuacer SoC.

>>

>>  fip_all_arm_tf.bin - prebuilt ARM Trusted Firmware RELEASE binary

>>  Repo: https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git

>> -Commit: 0541b9edd636bd45f80026218b65fe7644e86b47

>> +Commit: aa20e0414fb3

>>

>> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin

>> index 0bd8fd9e97de..09828880b0de 100644

>> Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ

>> --

>> 2.17.0

>>

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README
index 166f542805c3..c4e4c24370f5 100644
--- a/Platform/Socionext/DeveloperBox/README
+++ b/Platform/Socionext/DeveloperBox/README
@@ -4,5 +4,5 @@  DeveloperBox platform, based on the Socionext SynQuacer SoC.
 
 fip_all_arm_tf.bin - prebuilt ARM Trusted Firmware RELEASE binary
 Repo: https://git.linaro.org/leg/noupstream/arm-trusted-firmware.git
-Commit: 0541b9edd636bd45f80026218b65fe7644e86b47
+Commit: aa20e0414fb3