public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms][PATCH 1/1] RPi3: minor doc fix
@ 2020-04-30 19:24 Andrei Warkentin
  2020-05-01  9:43 ` Pete Batard
  0 siblings, 1 reply; 5+ messages in thread
From: Andrei Warkentin @ 2020-04-30 19:24 UTC (permalink / raw)
  To: devel; +Cc: ard.biesheuvel, leif, pete, philmd

Matches the new reality around FDT support (edk2-platform patches).

Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
---
 Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
index 326f5f9..aafbbe9 100644
--- a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
+++ b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
@@ -20,13 +20,15 @@ which results in the following memory mapping:
     0x00000000 +-----------------+
                |       ROM       | BL1
     0x00010000 +-----------------+
-               |       DTB       | (Loaded by the VideoCore)
+               |     Nothing     |
     0x00020000 +-----------------+
                |       FIP       |
     0x00030000 +-----------------+
                |                 |
                |  UEFI PAYLOAD   |
                |                 |
+    0x001f0000 +-----------------+
+               |       DTB       | (Loaded by the VideoCore)
     0x00200000 +-----------------+
                |   Secure SRAM   | BL2, BL31
     0x00300000 +-----------------+
-- 
2.17.1


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

* Re: [edk2-platforms][PATCH 1/1] RPi3: minor doc fix
  2020-04-30 19:24 [edk2-platforms][PATCH 1/1] RPi3: minor doc fix Andrei Warkentin
@ 2020-05-01  9:43 ` Pete Batard
  2020-05-01 10:27   ` Ard Biesheuvel
  0 siblings, 1 reply; 5+ messages in thread
From: Pete Batard @ 2020-05-01  9:43 UTC (permalink / raw)
  To: Andrei Warkentin, devel; +Cc: ard.biesheuvel, leif, philmd

On 2020.04.30 20:24, Andrei Warkentin wrote:
> Matches the new reality around FDT support (edk2-platform patches).
> 
> Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
> ---
>   Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
> index 326f5f9..aafbbe9 100644
> --- a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
> +++ b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
> @@ -20,13 +20,15 @@ which results in the following memory mapping:
>       0x00000000 +-----------------+
>                  |       ROM       | BL1
>       0x00010000 +-----------------+
> -               |       DTB       | (Loaded by the VideoCore)
> +               |     Nothing     |
>       0x00020000 +-----------------+
>                  |       FIP       |
>       0x00030000 +-----------------+
>                  |                 |
>                  |  UEFI PAYLOAD   |
>                  |                 |
> +    0x001f0000 +-----------------+
> +               |       DTB       | (Loaded by the VideoCore)
>       0x00200000 +-----------------+
>                  |   Secure SRAM   | BL2, BL31
>       0x00300000 +-----------------+
> 

Reviewed-by: Pete Batard <pete@akeo.ie>

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

* Re: [edk2-platforms][PATCH 1/1] RPi3: minor doc fix
  2020-05-01  9:43 ` Pete Batard
@ 2020-05-01 10:27   ` Ard Biesheuvel
  2020-05-01 10:29     ` Pete Batard
  0 siblings, 1 reply; 5+ messages in thread
From: Ard Biesheuvel @ 2020-05-01 10:27 UTC (permalink / raw)
  To: Pete Batard, Andrei Warkentin, devel; +Cc: leif, philmd

On 5/1/20 11:43 AM, Pete Batard wrote:
> On 2020.04.30 20:24, Andrei Warkentin wrote:
>> Matches the new reality around FDT support (edk2-platform patches).
>>
>> Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
>> ---
>>   Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md | 4 +++-
>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>
>> diff --git a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md 
>> b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>> index 326f5f9..aafbbe9 100644
>> --- a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>> +++ b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>> @@ -20,13 +20,15 @@ which results in the following memory mapping:
>>       0x00000000 +-----------------+
>>                  |       ROM       | BL1
>>       0x00010000 +-----------------+
>> -               |       DTB       | (Loaded by the VideoCore)
>> +               |     Nothing     |
>>       0x00020000 +-----------------+
>>                  |       FIP       |
>>       0x00030000 +-----------------+
>>                  |                 |
>>                  |  UEFI PAYLOAD   |
>>                  |                 |
>> +    0x001f0000 +-----------------+
>> +               |       DTB       | (Loaded by the VideoCore)
>>       0x00200000 +-----------------+
>>                  |   Secure SRAM   | BL2, BL31
>>       0x00300000 +-----------------+
>>
> 
> Reviewed-by: Pete Batard <pete@akeo.ie>

Thanks, but that file does not exist in edk2-platforms.


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

* Re: [edk2-platforms][PATCH 1/1] RPi3: minor doc fix
  2020-05-01 10:27   ` Ard Biesheuvel
@ 2020-05-01 10:29     ` Pete Batard
  2020-05-01 10:38       ` Ard Biesheuvel
  0 siblings, 1 reply; 5+ messages in thread
From: Pete Batard @ 2020-05-01 10:29 UTC (permalink / raw)
  To: Ard Biesheuvel, Andrei Warkentin, devel; +Cc: leif, philmd

On 2020.05.01 11:27, Ard Biesheuvel wrote:
> On 5/1/20 11:43 AM, Pete Batard wrote:
>> On 2020.04.30 20:24, Andrei Warkentin wrote:
>>> Matches the new reality around FDT support (edk2-platform patches).
>>>
>>> Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
>>> ---
>>>   Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md | 4 +++-
>>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md 
>>> b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>>> index 326f5f9..aafbbe9 100644
>>> --- a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>>> +++ b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>>> @@ -20,13 +20,15 @@ which results in the following memory mapping:
>>>       0x00000000 +-----------------+
>>>                  |       ROM       | BL1
>>>       0x00010000 +-----------------+
>>> -               |       DTB       | (Loaded by the VideoCore)
>>> +               |     Nothing     |
>>>       0x00020000 +-----------------+
>>>                  |       FIP       |
>>>       0x00030000 +-----------------+
>>>                  |                 |
>>>                  |  UEFI PAYLOAD   |
>>>                  |                 |
>>> +    0x001f0000 +-----------------+
>>> +               |       DTB       | (Loaded by the VideoCore)
>>>       0x00200000 +-----------------+
>>>                  |   Secure SRAM   | BL2, BL31
>>>       0x00300000 +-----------------+
>>>
>>
>> Reviewed-by: Pete Batard <pete@akeo.ie>
> 
> Thanks, but that file does not exist in edk2-platforms.
> 

Apologies, that's a non-osi patch.

The [edk2-platforms] header should have been [edk2-non-osi].

Regards,

/Pete

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

* Re: [edk2-platforms][PATCH 1/1] RPi3: minor doc fix
  2020-05-01 10:29     ` Pete Batard
@ 2020-05-01 10:38       ` Ard Biesheuvel
  0 siblings, 0 replies; 5+ messages in thread
From: Ard Biesheuvel @ 2020-05-01 10:38 UTC (permalink / raw)
  To: Pete Batard, Andrei Warkentin, devel; +Cc: leif, philmd

On 5/1/20 12:29 PM, Pete Batard wrote:
> On 2020.05.01 11:27, Ard Biesheuvel wrote:
>> On 5/1/20 11:43 AM, Pete Batard wrote:
>>> On 2020.04.30 20:24, Andrei Warkentin wrote:
>>>> Matches the new reality around FDT support (edk2-platform patches).
>>>>
>>>> Signed-off-by: Andrei Warkentin <andrey.warkentin@gmail.com>
>>>> ---
>>>>   Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md | 4 +++-
>>>>   1 file changed, 3 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md 
>>>> b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>>>> index 326f5f9..aafbbe9 100644
>>>> --- a/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>>>> +++ b/Platform/RaspberryPi/RPi3/TrustedFirmware/Readme.md
>>>> @@ -20,13 +20,15 @@ which results in the following memory mapping:
>>>>       0x00000000 +-----------------+
>>>>                  |       ROM       | BL1
>>>>       0x00010000 +-----------------+
>>>> -               |       DTB       | (Loaded by the VideoCore)
>>>> +               |     Nothing     |
>>>>       0x00020000 +-----------------+
>>>>                  |       FIP       |
>>>>       0x00030000 +-----------------+
>>>>                  |                 |
>>>>                  |  UEFI PAYLOAD   |
>>>>                  |                 |
>>>> +    0x001f0000 +-----------------+
>>>> +               |       DTB       | (Loaded by the VideoCore)
>>>>       0x00200000 +-----------------+
>>>>                  |   Secure SRAM   | BL2, BL31
>>>>       0x00300000 +-----------------+
>>>>
>>>
>>> Reviewed-by: Pete Batard <pete@akeo.ie>
>>
>> Thanks, but that file does not exist in edk2-platforms.
>>
> 
> Apologies, that's a non-osi patch.
> 
> The [edk2-platforms] header should have been [edk2-non-osi].
> 

Ah, that explains it

Pushed as 96ec764b947c..4703c83d7312

Thanks,

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

end of thread, other threads:[~2020-05-01 10:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30 19:24 [edk2-platforms][PATCH 1/1] RPi3: minor doc fix Andrei Warkentin
2020-05-01  9:43 ` Pete Batard
2020-05-01 10:27   ` Ard Biesheuvel
2020-05-01 10:29     ` Pete Batard
2020-05-01 10:38       ` Ard Biesheuvel

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