* atf-20240117-bacca82a8: import new atf Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * atf-20240117-bacca82a8: remove Werror * atf-20240117-bacca82a8: call bromimage-x86_64 for aarch64 host * atf-20240117-bacca82a8: export ram boot uart option Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * atf-20240117-bacca82a8: apply openwrt patches Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * atf-20240117-bacca82a8: port board configs Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * build.sh: switch to use atf-20240117-bacca82a8 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * build.sh: support new menuconfig Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * build.sh: pass u-boot path by variable Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> * atf-20231013-0ea67d76a: drop Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> --------- Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> Co-authored-by: hanwckf <hanwckf@vip.qq.com>
60 lines
1.1 KiB
Plaintext
60 lines
1.1 KiB
Plaintext
# Ignore miscellaneous files
|
|
cscope.*
|
|
*.swp
|
|
*.patch
|
|
*~
|
|
.project
|
|
.cproject
|
|
|
|
# Ignore build directory
|
|
build/
|
|
|
|
# Ignore build products from tools
|
|
tools/**/*.o
|
|
tools/**/*.d
|
|
tools/renesas/rcar_layout_create/*.bin
|
|
tools/renesas/rcar_layout_create/*.srec
|
|
tools/renesas/rcar_layout_create/*.map
|
|
tools/renesas/rcar_layout_create/*.elf
|
|
tools/renesas/rzg_layout_create/*.bin
|
|
tools/renesas/rzg_layout_create/*.srec
|
|
tools/renesas/rzg_layout_create/*.map
|
|
tools/renesas/rzg_layout_create/*.elf
|
|
tools/fiptool/fiptool
|
|
tools/fiptool/fiptool.exe
|
|
tools/memory/memory/__pycache__/
|
|
tools/cert_create/src/*.o
|
|
tools/cert_create/src/**/*.o
|
|
tools/cert_create/cert_create
|
|
tools/cert_create/cert_create.exe
|
|
tools/marvell/doimage/doimage
|
|
tools/amlogic/doimage
|
|
tools/stm32image/*.o
|
|
tools/stm32image/stm32image
|
|
tools/stm32image/stm32image.exe
|
|
tools/sptool/__pycache__/
|
|
tools/encrypt_fw/encrypt_fw
|
|
tools/encrypt_fw/encrypt_fw.exe
|
|
|
|
# GNU GLOBAL files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|
|
|
|
# Ctags
|
|
tags
|
|
|
|
# Node.js
|
|
node_modules/
|
|
|
|
# common python virtual environment directories
|
|
.env/
|
|
env/
|
|
.venv/
|
|
venv/
|
|
|
|
# MediaTek related
|
|
.vscode/
|
|
Kconfiglib/__pycache__/
|