[PATCH v2] Replace TARGET namespace and cleanup properly
Sune Brian
briansune at gmail.com
Thu Jan 29 06:00:34 CET 2026
Hi T.F.,
This patch is a bit troublesome but the earlier the better.
Any idea of the entry point you suggested?
Thanks,
Brian
On Tue, Jan 13, 2026 at 2:37 PM Sune Brian <briansune at gmail.com> wrote:
>
> Hi T.F.,
>
> Any issue on the new board patches?
> Please review and push to the mainstream if possible.
>
> Thanks,
> Brian
>
> On Tue, Dec 23, 2025 at 8:39 PM Brian Sune <briansune at gmail.com> wrote:
> >
> > TARGET namespace is for machines / boards / what-have-you that
> > building U-Boot for. Simply replace from TARGET to ARCH
> > make things more clear and proper for ALL SoCFPGA.
> >
> > Signed-off-by: Brian Sune <briansune at gmail.com>
> > ---
> > Kconfig | 4 +-
> > arch/arm/Kconfig | 30 +++---
> > arch/arm/dts/socfpga_agilex-u-boot.dtsi | 2 +-
> > arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi | 4 +-
> > arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi | 6 +-
> > arch/arm/mach-socfpga/Kconfig | 102 +++++++++---------
> > arch/arm/mach-socfpga/Makefile | 32 +++---
> > arch/arm/mach-socfpga/board.c | 6 +-
> > arch/arm/mach-socfpga/clock_manager.c | 8 +-
> > arch/arm/mach-socfpga/config.mk | 4 +-
> > .../include/mach/base_addr_soc64.h | 10 +-
> > .../mach-socfpga/include/mach/clock_manager.h | 14 +--
> > arch/arm/mach-socfpga/include/mach/firewall.h | 2 +-
> > .../mach-socfpga/include/mach/fpga_manager.h | 4 +-
> > .../mach-socfpga/include/mach/handoff_soc64.h | 24 ++---
> > arch/arm/mach-socfpga/include/mach/misc.h | 10 +-
> > .../mach-socfpga/include/mach/reset_manager.h | 6 +-
> > .../include/mach/reset_manager_soc64.h | 2 +-
> > arch/arm/mach-socfpga/include/mach/sdram.h | 4 +-
> > .../include/mach/system_manager.h | 6 +-
> > .../include/mach/system_manager_soc64.h | 8 +-
> > arch/arm/mach-socfpga/misc.c | 18 ++--
> > arch/arm/mach-socfpga/misc_soc64.c | 2 +-
> > arch/arm/mach-socfpga/mmu-arm64_s10.c | 2 +-
> > arch/arm/mach-socfpga/reset_manager_s10.c | 2 +-
> > arch/arm/mach-socfpga/system_manager_soc64.c | 4 +-
> > arch/arm/mach-socfpga/wrap_handoff_soc64.c | 4 +-
> > common/Kconfig | 2 +-
> > common/spl/Kconfig | 4 +-
> > drivers/clk/altera/Makefile | 12 +--
> > drivers/ddr/altera/Kconfig | 6 +-
> > drivers/ddr/altera/Makefile | 14 +--
> > drivers/ddr/altera/sdram_soc64.c | 14 +--
> > drivers/ddr/altera/sdram_soc64.h | 4 +-
> > drivers/fpga/Kconfig | 2 +-
> > drivers/fpga/Makefile | 4 +-
> > drivers/fpga/altera.c | 8 +-
> > drivers/mmc/socfpga_dw_mmc.c | 8 +-
> > drivers/mtd/nand/raw/Kconfig | 2 +-
> > drivers/net/Kconfig | 2 +-
> > drivers/power/domain/Kconfig | 2 +-
> > drivers/reset/reset-socfpga.c | 2 +-
> > drivers/sysreset/Kconfig | 4 +-
> > env/Kconfig | 2 +-
> > include/configs/socfpga_common.h | 4 +-
> > include/configs/socfpga_soc64_common.h | 10 +-
> > scripts/Makefile.xpl | 6 +-
> > 47 files changed, 216 insertions(+), 216 deletions(-)
>
>
> same~
More information about the U-Boot
mailing list