From 8629880d860e8c223caebca724da78362721af0d Mon Sep 17 00:00:00 2001 From: Chris Laplante <40474653+chris-laplante@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:58:07 -0500 Subject: [PATCH] meta-xilinx-core: bootbin: fix a doc link + some typos --- .../recipes-bsp/bootbin/machine-xilinx-zynqmp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc index c5c4e3856..12759d37f 100644 --- a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc +++ b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc @@ -6,11 +6,11 @@ BIF_COMMON_ATTR ?= "" # https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842019/Zynq+UltraScale+FSBL#ZynqUltraScale%2BFSBL-IsthereanyorderinwhichIhavetospecifybitstreaminBIFfile(forbootimagecreation)%3F # # The loading rules: -# From the 2017.1 release, bistreams should be loaded bfore ATF... +# From the 2017.1 release, bitstreams should be loaded before ATF... # ...preferably immediately after the FSBL and PMUFW. # # While the first few components must be fsbl and pmufw per: -# https://www.xilinx.com/support/documentation/sw_manuals/xilinx2021_2/ug1283-bootgen-user-guide.pdf +# https://docs.amd.com/r/en-US/ug1283-bootgen-user-guide/Introduction # # This combination restricts the boot order to be: # FSBL & PMUFW -> Bitstream (if available) -> ATF -> Device Tree (if available) -> Second Stage Bootloader