public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version
@ 2018-03-16 10:12 Ard Biesheuvel
  2018-03-16 11:48 ` Leif Lindholm
  0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2018-03-16 10:12 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, Ard Biesheuvel

Update to RELEASE build of commit 0541b9edd636bd45f80026218b65fe7644e86b47

This re-enables the PCIe stage2 hack that is activated if dip switch
DSW3-2 is set at boot, and modifies the poweroff GPIO handling to be
more robust.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Platform/Socionext/DeveloperBox/README             |   2 +-
 Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 69968 -> 98640 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README
index cc902974f401..166f542805c3 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: 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba
+Commit: 0541b9edd636bd45f80026218b65fe7644e86b47
 
diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
index 5acbbdfd550e..0bd8fd9e97de 100644
Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version
  2018-03-16 10:12 [PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version Ard Biesheuvel
@ 2018-03-16 11:48 ` Leif Lindholm
  2018-03-16 13:01   ` Ard Biesheuvel
  0 siblings, 1 reply; 3+ messages in thread
From: Leif Lindholm @ 2018-03-16 11:48 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel

On Fri, Mar 16, 2018 at 10:12:23AM +0000, Ard Biesheuvel wrote:
> Update to RELEASE build of commit 0541b9edd636bd45f80026218b65fe7644e86b47
> 
> This re-enables the PCIe stage2 hack that is activated if dip switch
> DSW3-2 is set at boot, and modifies the poweroff GPIO handling to be
> more robust.
> 
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

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

> ---
>  Platform/Socionext/DeveloperBox/README             |   2 +-
>  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 69968 -> 98640 bytes
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README
> index cc902974f401..166f542805c3 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: 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba
> +Commit: 0541b9edd636bd45f80026218b65fe7644e86b47
>  
> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
> index 5acbbdfd550e..0bd8fd9e97de 100644
> Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
> -- 
> 2.15.1
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version
  2018-03-16 11:48 ` Leif Lindholm
@ 2018-03-16 13:01   ` Ard Biesheuvel
  0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2018-03-16 13:01 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

On 16 March 2018 at 11:48, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Fri, Mar 16, 2018 at 10:12:23AM +0000, Ard Biesheuvel wrote:
>> Update to RELEASE build of commit 0541b9edd636bd45f80026218b65fe7644e86b47
>>
>> This re-enables the PCIe stage2 hack that is activated if dip switch
>> DSW3-2 is set at boot, and modifies the poweroff GPIO handling to be
>> more robust.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.1
>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>
> Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>

Pushed as 66f69968fe80921f731709b804787f0de6bcce25

Thanks.

>> ---
>>  Platform/Socionext/DeveloperBox/README             |   2 +-
>>  Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin | Bin 69968 -> 98640 bytes
>>  2 files changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Platform/Socionext/DeveloperBox/README b/Platform/Socionext/DeveloperBox/README
>> index cc902974f401..166f542805c3 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: 42ad2cff0106358d1e29c3c96a4ebe92d08d4eba
>> +Commit: 0541b9edd636bd45f80026218b65fe7644e86b47
>>
>> diff --git a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin
>> index 5acbbdfd550e..0bd8fd9e97de 100644
>> Binary files a/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin and b/Platform/Socionext/DeveloperBox/fip_all_arm_tf.bin differ
>> --
>> 2.15.1
>>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-16 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-16 10:12 [PATCH edk2-non-osi] Platform/Socionext: update ARM-TF binary to latest version Ard Biesheuvel
2018-03-16 11:48 ` Leif Lindholm
2018-03-16 13:01   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox