From 76d53497f27b0e231160de36ef98bdf04e013532 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 16 Aug 2023 14:36:14 -0500 Subject: [PATCH] 01_git_sync.sh: add git.beagleboard.org fork of u-boot/linux, right now these are mirrors of https://github.com/polarfire-soc/u-boot.git and https://github.com/linux4microchip/linux.git Signed-off-by: Robert Nelson --- 01_git_sync.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/01_git_sync.sh b/01_git_sync.sh index c39cda5..7d25916 100755 --- a/01_git_sync.sh +++ b/01_git_sync.sh @@ -6,9 +6,13 @@ HSS_REPO="https://github.com/polarfire-soc/hart-software-services.git" #UBOOT_BRANCH="mpfs-uboot-2022.01" UBOOT_BRANCH="linux4microchip+fpga-2023.02" UBOOT_REPO="https://github.com/polarfire-soc/u-boot.git" +#UBOOT_REPO="https://git.beagleboard.org/beaglev-fire/beaglev-fire-u-boot.git" +#UBOOT_REPO="git@git.beagleboard.org:beaglev-fire/beaglev-fire-u-boot.git" LINUX_BRANCH="linux4microchip+fpga-2023.06" LINUX_REPO="https://github.com/linux4microchip/linux.git" +#LINUX_REPO="https://git.beagleboard.org/beaglev-fire/beaglev-fire-linux.git" +#LINUX_REPO="git@git.beagleboard.org:beaglev-fire/beaglev-fire-linux.git" #LINUX_BRANCH="master" #LINUX_REPO="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"