-
- Downloads
Merge branch '2021.04-rc' of https://github.com/lftan/u-boot
- Add ATF flow for SoC64 devices - Update socfpgaimage to support print header and update padding flow
No related branches found
No related tags found
Showing
- Makefile 4 additions, 1 deletionMakefile
- arch/arm/dts/socfpga_agilex-u-boot.dtsi 3 additions, 1 deletionarch/arm/dts/socfpga_agilex-u-boot.dtsi
- arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi 120 additions, 0 deletionsarch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
- arch/arm/dts/socfpga_stratix10-u-boot.dtsi 8 additions, 0 deletionsarch/arm/dts/socfpga_stratix10-u-boot.dtsi
- arch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi 3 additions, 1 deletionarch/arm/dts/socfpga_stratix10_socdk-u-boot.dtsi
- arch/arm/mach-socfpga/Kconfig 2 additions, 2 deletionsarch/arm/mach-socfpga/Kconfig
- arch/arm/mach-socfpga/Makefile 5 additions, 0 deletionsarch/arm/mach-socfpga/Makefile
- arch/arm/mach-socfpga/board.c 11 additions, 1 deletionarch/arm/mach-socfpga/board.c
- arch/arm/mach-socfpga/include/mach/secure_reg_helper.h 19 additions, 0 deletionsarch/arm/mach-socfpga/include/mach/secure_reg_helper.h
- arch/arm/mach-socfpga/include/mach/smc_api.h 13 additions, 0 deletionsarch/arm/mach-socfpga/include/mach/smc_api.h
- arch/arm/mach-socfpga/lowlevel_init_soc64.S 76 additions, 0 deletionsarch/arm/mach-socfpga/lowlevel_init_soc64.S
- arch/arm/mach-socfpga/mailbox_s10.c 5 additions, 0 deletionsarch/arm/mach-socfpga/mailbox_s10.c
- arch/arm/mach-socfpga/reset_manager_s10.c 13 additions, 0 deletionsarch/arm/mach-socfpga/reset_manager_s10.c
- arch/arm/mach-socfpga/secure_reg_helper.c 89 additions, 0 deletionsarch/arm/mach-socfpga/secure_reg_helper.c
- arch/arm/mach-socfpga/smc_api.c 56 additions, 0 deletionsarch/arm/mach-socfpga/smc_api.c
- arch/arm/mach-socfpga/wrap_pll_config_s10.c 2 additions, 1 deletionarch/arm/mach-socfpga/wrap_pll_config_s10.c
- board/altera/stratix10-socdk/MAINTAINERS 1 addition, 0 deletionsboard/altera/stratix10-socdk/MAINTAINERS
- board/intel/agilex-socdk/MAINTAINERS 1 addition, 0 deletionsboard/intel/agilex-socdk/MAINTAINERS
- configs/socfpga_agilex_atf_defconfig 72 additions, 0 deletionsconfigs/socfpga_agilex_atf_defconfig
- configs/socfpga_stratix10_atf_defconfig 74 additions, 0 deletionsconfigs/socfpga_stratix10_atf_defconfig
arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi
0 → 100644
arch/arm/dts/socfpga_stratix10-u-boot.dtsi
0 → 100644
arch/arm/mach-socfpga/include/mach/smc_api.h
0 → 100644
arch/arm/mach-socfpga/lowlevel_init_soc64.S
0 → 100644
arch/arm/mach-socfpga/secure_reg_helper.c
0 → 100644
arch/arm/mach-socfpga/smc_api.c
0 → 100644
configs/socfpga_agilex_atf_defconfig
0 → 100644
configs/socfpga_stratix10_atf_defconfig
0 → 100644
Please register or sign in to comment