Message ID | 20240202130534.1051438-1-sumit.garg@linaro.org |
---|---|
Headers | show |
Series | An effort to bring DT bindings compliance within U-Boot | expand |
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.
Hi Tom, On Fri, 2 Feb 2024 at 23:32, Tom Rini <trini@konsulko.com> 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
On Tue, Feb 06, 2024 at 10:57:12AM +0530, Sumit Garg wrote: > Hi Tom, > > On Fri, 2 Feb 2024 at 23:32, Tom Rini <trini@konsulko.com> 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 Yup, if Azure passes GitLab should pass too. I think you should wait to repost v6 until you and Marek agree about how we are (and perhaps aren't) handling fixes to dts files.
On Tue, 6 Feb 2024 at 18:30, Tom Rini <trini@konsulko.com> wrote: > > On Tue, Feb 06, 2024 at 10:57:12AM +0530, Sumit Garg wrote: > > Hi Tom, > > > > On Fri, 2 Feb 2024 at 23:32, Tom Rini <trini@konsulko.com> 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 > > Yup, if Azure passes GitLab should pass too. I think you should wait to > repost v6 until you and Marek agree about how we are (and perhaps > aren't) handling fixes to dts files. > Although I haven't received any further feedback/comments but will wait for a few more days before posting v6. -Sumit > -- > Tom