Description
The patch file patch/kernel/archive/sunxi-6.18/patches.armbian/cb1-overlay.patch currently combines two distinct changes that should be separated into individual patches:
- CB1 device tree overlays: Addition of sun50i-h616 overlay files (
.dtso files) for various peripherals (SPI, IR, light sensor, CAN, etc.)
- Fixup script build support: Changes to
scripts/Makefile.lib to add mkimage-based fixup script creation functionality
Requested Action
Split this patch into two separate patches:
- One patch containing only the CB1-specific device tree overlay additions
- Another patch containing the
scripts/Makefile.lib changes for fixup script handling
Context
This separation will improve patch organization and make it clearer which changes relate to CB1 hardware support versus build system enhancements.
Description
The patch file
patch/kernel/archive/sunxi-6.18/patches.armbian/cb1-overlay.patchcurrently combines two distinct changes that should be separated into individual patches:.dtsofiles) for various peripherals (SPI, IR, light sensor, CAN, etc.)scripts/Makefile.libto add mkimage-based fixup script creation functionalityRequested Action
Split this patch into two separate patches:
scripts/Makefile.libchanges for fixup script handlingContext
edgeto 6.18 #9049edgeto 6.18 #9049 (comment)This separation will improve patch organization and make it clearer which changes relate to CB1 hardware support versus build system enhancements.