u-boot.mk 1.4 KB

123456789101112131415161718192021
  1. #==============================================================================
  2. # Build the U-Boot for StarFive VisionFive V1.
  3. #==============================================================================
  4. visionfive_v1_uboot_update: uboot_update
  5. visionfive_v1_uboot_checkout: _board_uboot_checkout_with_check
  6. visionfive_v1_uboot_checkout_force: _board_uboot_checkout
  7. visionfive_v1_uboot_devel: _board_uboot_devel
  8. visionfive_v1_uboot_defconfig: _board_uboot_defconfig
  9. visionfive_v1_uboot_menuconfig: _board_uboot_menuconfig
  10. visionfive_v1_uboot_mkdefconfig: _board_uboot_mkdefconfig
  11. visionfive_v1_uboot_build_dtb: _board_uboot_build_dtb
  12. visionfive_v1_uboot_install_dtb: _board_uboot_install_dtb
  13. visionfive_v1_uboot_build: _board_uboot_build
  14. visionfive_v1_uboot_build_silent: _board_uboot_build_silent
  15. visionfive_v1_uboot_build_tools: _board_uboot_build_tools
  16. visionfive_v1_uboot_clean: _board_uboot_clean
  17. visionfive_v1_uboot_install: _board_uboot_install
  18. visionfive_v1_uboot_all: visionfive_v1_uboot_checkout visionfive_v1_uboot_defconfig visionfive_v1_uboot_menuconfig visionfive_v1_uboot_build visionfive_v1_uboot_install visionfive_v1_opensbi_checkout visionfive_v1_opensbi_build visionfive_v1_opensbi_install
  19. visionfive_v1_uboot_all_silent: visionfive_v1_uboot_checkout_force visionfive_v1_uboot_defconfig visionfive_v1_uboot_build_silent visionfive_v1_uboot_install visionfive_v1_opensbi_all_silent