
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=http...
[1] : https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=http...
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=http...
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(-)