]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Respin bootstd cros patch into a series of two"
authorTom Rini <trini@konsulko.com>
Tue, 16 Jul 2024 23:09:36 +0000 (17:09 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jul 2024 13:40:30 +0000 (07:40 -0600)
commit0c7c9494d61bd6c2284a57e29ffd3729e5c9d8d3
tree6d9edb79ad5208d35000070e71409bc0d9bfd203
parentdefe30a78b76700d05745f438b635c400dbf8fe2
parent1b1b1e7f6038047d425a75756333cadd037b3f64
Merge patch series "Respin bootstd cros patch into a series of two"

Vincent StehlĂ© <vincent.stehle@arm.com> says:

Hi,

This is a respin of this patch [1] after discussion [2]. Thanks to
Simon and Heinrich for their reviews.

To use the guidcmp() function, as suggested by Heinrich, we need to
make it available to bootmeth_cros.c and I think that the cleanest way
to do that is (arguably) to move the guid helper functions to efi.h
near the efi_guid_t definition; this is why the original patch has now
become a series of two patches.

The alternative would be to include efi_loader.h from bootmeth_cros.c
but I think this does not sound "right". If this is in fact the
preferred approach just let me know and I will respin.

There is no difference in the sandbox binaries before/after this
series on Arm and on PC, and all the tests I have run on the sandbox
are unchanged.