Skip to content

Commit

Permalink
open source fsbl
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed May 24, 2024
1 parent 840b72d commit 63fa9d5
Show file tree
Hide file tree
Showing 1,409 changed files with 38,078 additions and 1,410 deletions.
1 change: 1 addition & 0 deletions build/scripts/fip_v2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fsbl%: export FSBL_SECURE_BOOT_SUPPORT=${CONFIG_FSBL_SECURE_BOOT_SUPPORT}
fsbl%: export ARCH=$(call qstrip,${CONFIG_ARCH})
fsbl%: export OD_CLK_SEL=${CONFIG_OD_CLK_SEL}
fsbl%: export VC_CLK_OVERDRIVE=${CONFIG_VC_CLK_OVERDRIVE}
fsbl%: export TPU_PERF_MODE=$(shell if [ "${CONFIG_CHIP_cv1812cp}" = "y" ]; then echo "y";else echo "n";fi)
fsbl-build: u-boot-build memory-map
$(call print_target)
${Q}mkdir -p ${FSBL_PATH}/build
Expand Down
Empty file removed fsbl/lib/lzma/lzma.c
Empty file.
Loading

0 comments on commit 63fa9d5

Please sign in to comment.