Re: [PATCH v5 00/11] An effort to bring DT bindings compliance within U-Boot
Sumit Garg <[email protected]>
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAFA6WYMSvu0rL+et1Q7xVuOnyWMDbJYQj9TeC6c2ALNNFGhRCA@mail.gmail.com> |
Hi Tom, On Fri, 2 Feb 2024 at 23:32, Tom Rini <[email protected]> wrote: > > On Fri, Feb 02, 2024 at 06:35:23PM +0530, Sumit Garg wrote: > > > Changes in v5: > > -------------- > > - Rebased on tip of master (050a9b981d6a835133521b599be3ae189ce70f41) > > - Created v5_dt branch for testing purposes: > > https://github.com/b49020/u-boot/tree/v5_dt > > - Patch #6: Added support to cherry-pick fixes in subtree update script. > > Also, used https:// instead of git://. > > - Patch #7: Fixed inappropriate documentation update. > > - Patch #8: Document how to cherry-pick fixes from devicetree-rebasing > > tree. > > OK, for v6 please push this through CI. I've started a run now to check > other things, but just sandbox currently fails to build right now. > Yeah it looks like patch#3 rework in v4 has broken EFI capsule .dtsi file generation logic which should be fixed by add-on fix [1] for patch#3. The github CI passes [2] with that included. I suppose the gitlab CI should be fine too. If its fine for your testing as well then I will incorporate it in v6. [1] https://github.com/u-boot/u-boot/pull/484/commits/d796c34307cd363674e0d0d2e31618643ac8e76c [2] https://github.com/u-boot/u-boot/pull/484 -Sumit > -- > Tom