[PATCH v1 0/2] SPL EBBR - EFI System Partition support

Sean Anderson sean.anderson at seco.com
Thu Sep 14 16:36:00 CEST 2023


Hi Heinrich,

On 9/14/23 10:15, Heinrich Schuchardt wrote:
> On 14.09.23 12:08, Mayuresh Chitale wrote:
>> This series adds support to locate an EFI System Partition on a disk and
>> boot the next stage from such a parition if found. The next stage image
>> is expected to be under the FIRMWARE directory as described in the EBBR
>> specification [1]. Also update the spl_blk_fs and spl_fat drivers to
>> prefer booting from ESP and fall back to the configured parition in
>> case of a failure.
>>
>> These patches are built on top of the following series from Sean Anderson:
>> https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2flists.denx.de%2fpipermail%2fu%2dboot%2f2023%2dAugust%2f525665.html&umid=9846b220-30e5-47d9-980b-6b2a067d6959&auth=d807158c60b7d2502abde8a2fc01f40662980862-8c7a372e72c3ce6a78488f17bac32c55586848b7
>>
>> [1] : https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fARM%2dsoftware%2febbr%2fblob%2f854ba0e68590102667b84a5ba4e0b076a3f5f2cb%2fsource%2fchapter4%2dfirmware%2dmedia.rst&umid=9846b220-30e5-47d9-980b-6b2a067d6959&auth=d807158c60b7d2502abde8a2fc01f40662980862-c4109227e8dc78dcfe731b6e4cfe9dfef856e354
> 
> Hello Sean,
> 
> your series [1] is in status "changes requested". Will a new version
> come up soon, or can this change go first?

I had been working to incorporate your suggestion regarding bl_len.
However, I have not had the time recently to finish that. I also need to
have another look at the size changes once that is implemented. I had
been hoping to use [1] to get some general size reductions on most
platforms, but I am going to have to revisit that as well. I would like
to work on this, but at the moment it's not high priority for me.
Changes like this should likely go in first, since I suspect it will
take another revision or two to finish up that series.

--Sean

[1] https://lore.kernel.org/u-boot/20230810221138.GY3630934@bill-the-cat/

> 
> 
>>
>> The patches are also present in the branch below:
>> https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fmdchitale%2fu%2dboot%2ftree%2fmchitale%5fspl%5febbr%5fv1&umid=9846b220-30e5-47d9-980b-6b2a067d6959&auth=d807158c60b7d2502abde8a2fc01f40662980862-6f91c84d8d5661347bae86e4cb72a96341f7048d
>>
>> Mayuresh Chitale (2):
>>    part: Add a function to find ESP partition
>>    spl: Add support for booting from ESP
>>
>>   common/spl/Kconfig      |  7 +++++
>>   common/spl/spl_blk_fs.c | 61 +++++++++++++++++++++++++++++------------
>>   common/spl/spl_fat.c    | 34 ++++++++++++++++++++---
>>   disk/part.c             | 16 +++++++++++
>>   include/part.h          | 10 +++++++
>>   5 files changed, 107 insertions(+), 21 deletions(-)
>>
> 


More information about the U-Boot mailing list