rockbox/.gitignore
Aidan MacDonald 969a2b65c7 tools: add RegGen utility
This is a tool written in C which does basically the same job
as regtools' headergen_v2, but using a new input format which
is less verbose than XML. In the interests of simplicity it
omits some features that regtools does support, like variant
registers or the SoC selector stuff so it cannot completely
replace regtools on the i.MX platforms that use these features.

RegGen doesn't generate API macros like regtools does; instead
these are expected to be maintained by hand, since it's arguably
easier to do that way.

Since RegGen has no dependencies beyond a C compiler it can
be integrated with the build system without adding any new
build time dependencies. This will allow generating headers
automatically, which is a substantial improvement over running
headergen_v2 by hand and committing the generated output.

The RegGen tool itself is licensed as GPLv3+, but generated
headers can be licensed as the user chooses.

Change-Id: If18f9577f8f4df6e2c97c1665b725773dd5466f0
2025-12-29 18:51:56 -05:00

321 lines
8.3 KiB
Text

# /
/build*
/sim*
/output
*.elf
*.exe
*.so
*.o
*.a
*~
.cache
__pycache__
.DS_STORE
# Intermediate language files
/apps/lang/*.update
/apps/lang/*.new
# checkwps
/tools/checkwps/output
/tools/checkwps/Makefile
/tools/checkwps/autoconf.h
/tools/checkwps/make.dep
/tools/checkwps/rockbox-info.txt
/tools/checkwps/checkwps.failures
# Release
/tools/release/output
# android: java build system
/android/bin
/android/data
/android/gen
/android/libs
/android/local.properties
# android: our build system
/android/autoconf.h
/android/Makefile
/android/make.dep
/android/apps
/android/bitmaps
/android/pluginbitmaps
/android/firmware
/android/lang
/android/lib
/android/rockbox.*
/android/rockbox-info.txt
/android/sysfont.c
/android/sysfont.h
/android/version.h
/android/credits.raw
# android: eclipse stuff
/android/.settings
# buflib test code
/firmware/test/buflib/test_main
/firmware/test/buflib/test_main2
/firmware/test/buflib/test_max
/firmware/test/buflib/test_move
/firmware/test/buflib/test_move2
/firmware/test/buflib/test_shrink
/firmware/test/buflib/test_shrink_cb
/firmware/test/buflib/test_shrink_startchanged
/firmware/test/buflib/test_shrink_unaligned
# /utils/
/utils/Makefile
# skin updater
/utils/skinupdater/skinupdater
# /utils/ipodpatcher/
/utils/ipodpatcher/ipodpatcher
# /utils/chinachippatcher/
/utils/chinachippatcher/chinachip
# /utils/bspatch/
/utils/bspatch/bspatch
# imxtools
/utils/imxtools/scsitools/scsitool
# /utils/rbutilqt/
/utils/rbutilqt/build
/utils/rbutilqt/RockboxUtility
/utils/rbutilqt/RockboxUtility.*
/utils/rbutilqt/Makefile
/utils/rbutilqt/*.qm
/utils/rbutilqt/release
/utils/rbutilqt/debug
/utils/rbutilqt/*.Debug
/utils/rbutilqt/*.Release
/utils/rbutilqt/tags
/utils/rbutilqt/.qmake.stash
# /utils/rbutilqt/lang/
/utils/rbutilqt/lang/*.qm
# More rbutil
/utils/*/buildposix
/utils/*/uninstall_script.[ch]
/utils/*/install_script.[ch]
/utils/mkimxboot/mkimxboot
/utils/mknwzboot/mknwzboot
/utils/mkzenboot/mkzenboot
/utils/sansapatcher/sansapatcher
/utils/jztool/jztool
/utils/tools/bin2c
# /tools/
/tools/bdf2bmp
/tools/scramble
/tools/generate_rocklatin
/tools/descramble
/tools/convbdf
/tools/convttf
/tools/bmp2rb
/tools/codepages
/tools/rdf2binary
/tools/reggen
/tools/mkboot
/tools/mk500boot
/tools/uclpack
/tools/ipod_fw
/tools/wavtrim
/tools/voicefont
/tools/rbspeexenc
/tools/rbspeexdec
/tools/mknkboot
/tools/mktccboot
/tools/mkzenboot
/tools/mkspl-x1000
/tools/iaudio_bl_flash.c
/tools/iaudio_bl_flash.h
/tools/.vagrant
/tools/*-console.log
/tools/*.dSYM
# /tools/database/
/tools/database/database
# /tools/rbspeex/
/tools/rbspeex/build*
/tools/rbspeex/libspeex.a
/tools/rbspeex/librbspeex.a
/tools/rbspeex/dep-speex
# /tools/ucl/src/
/tools/ucl/src/libucl.a
# /utils/MTP/
/utils/MTP/sendfirm
# /utils/MTP/beastpatcher/
/utils/MTP/beastpatcher/bootimg.*
/utils/MTP/beastpatcher/beastpatcher
/utils/MTP/beastpatcher/bin2c*
# /utils/MTP/beastpatcher/vs2005/
/utils/MTP/beastpatcher/vs2005/*.ncb
/utils/MTP/beastpatcher/vs2005/*.suo
/utils/MTP/beastpatcher/vs2005/*.user
/utils/MTP/beastpatcher/vs2005/Debug
/utils/MTP/beastpatcher/vs2005/Release
# /utils/jz4740_tools/
/utils/jz4740_tools/HXFreplace
/utils/jz4740_tools/HXF2IHFS
/utils/jz4740_tools/usbtool
/utils/jz4740_tools/DLanalyser
/utils/jz4740_tools/HXFsplit
/utils/jz4740_tools/HXFmerge
/utils/jz4740_tools/IHFSsplit
/utils/jz4740_tools/jz_xloader.*
/utils/jz4740_tools/bin2c
# /utils/jz4760_tools
/utils/jz4760_tools/packtools
/utils/jz4760_tools/usbboot
# /utils/ingenic_tools
/utils/ingenic_tools/usbboot
# /utils/nwztools
/utils/nwztools/scsitools/scsitool
/utils/nwztools/upgtools/upgtool
# utils/rk27utils
/utils/rk27utils/rkboottool/rkboottool
# /utils/themeeditor/
/utils/themeeditor/debug
/utils/themeeditor/release
/utils/themeeditor/build
/utils/themeeditor/Makefile*
/utils/themeeditor/object_script*
/utils/themeeditor/rbthemeeditor
# /utils/zenutils/
/utils/zenutils/build
/utils/zenutils/bin
/utils/zenutils/CMakeCache.txt
/utils/zenutils/CMakeFiles
/utils/zenutils/cmake_install.cmake
/utils/zenutils/Makefile
# /utils/zenutils/libraries/
/utils/zenutils/libraries/CMakeCache.txt
/utils/zenutils/libraries/CMakeFiles
/utils/zenutils/libraries/cmake_install.cmake
/utils/zenutils/libraries/Makefile
# /utils/zenutils/libraries/beecrypt-4.1.2/
/utils/zenutils/libraries/beecrypt-4.1.2/CMakeCache.txt
/utils/zenutils/libraries/beecrypt-4.1.2/CMakeFiles
/utils/zenutils/libraries/beecrypt-4.1.2/cmake_install.cmake
/utils/zenutils/libraries/beecrypt-4.1.2/Makefile
# /utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/
/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/CMakeCache.txt
/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/CMakeFiles
/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/cmake_install.cmake
/utils/zenutils/libraries/beecrypt-4.1.2/beecrypt/Makefile
# /utils/zenutils/libraries/getpot-c++-1.1.18/
/utils/zenutils/libraries/getpot-c++-1.1.18/CMakeCache.txt
/utils/zenutils/libraries/getpot-c++-1.1.18/CMakeFiles
/utils/zenutils/libraries/getpot-c++-1.1.18/cmake_install.cmake
/utils/zenutils/libraries/getpot-c++-1.1.18/Makefile
# /utils/zenutils/libraries/getpot-c++-1.1.18/getpot/
/utils/zenutils/libraries/getpot-c++-1.1.18/getpot/CMakeCache.txt
/utils/zenutils/libraries/getpot-c++-1.1.18/getpot/CMakeFiles
/utils/zenutils/libraries/getpot-c++-1.1.18/getpot/cmake_install.cmake
/utils/zenutils/libraries/getpot-c++-1.1.18/getpot/Makefile
# /utils/zenutils/libraries/pelib-0.9/
/utils/zenutils/libraries/pelib-0.9/CMakeCache.txt
/utils/zenutils/libraries/pelib-0.9/CMakeFiles
/utils/zenutils/libraries/pelib-0.9/cmake_install.cmake
/utils/zenutils/libraries/pelib-0.9/Makefile
# /utils/zenutils/libraries/pelib-0.9/pelib/
/utils/zenutils/libraries/pelib-0.9/pelib/CMakeCache.txt
/utils/zenutils/libraries/pelib-0.9/pelib/CMakeFiles
/utils/zenutils/libraries/pelib-0.9/pelib/cmake_install.cmake
/utils/zenutils/libraries/pelib-0.9/pelib/Makefile
# /utils/zenutils/libraries/pelib-0.9/pelib/buffer/
/utils/zenutils/libraries/pelib-0.9/pelib/buffer/CMakeCache.txt
/utils/zenutils/libraries/pelib-0.9/pelib/buffer/CMakeFiles
/utils/zenutils/libraries/pelib-0.9/pelib/buffer/cmake_install.cmake
/utils/zenutils/libraries/pelib-0.9/pelib/buffer/Makefile
# /utils/zenutils/libraries/zlib123/
/utils/zenutils/libraries/zlib123/CMakeCache.txt
/utils/zenutils/libraries/zlib123/CMakeFiles
/utils/zenutils/libraries/zlib123/cmake_install.cmake
/utils/zenutils/libraries/zlib123/Makefile
# /utils/zenutils/libraries/zlib123/zlib/
/utils/zenutils/libraries/zlib123/zlib/CMakeCache.txt
/utils/zenutils/libraries/zlib123/zlib/CMakeFiles
/utils/zenutils/libraries/zlib123/zlib/cmake_install.cmake
/utils/zenutils/libraries/zlib123/zlib/Makefile
# /utils/zenutils/source/
/utils/zenutils/source/CMakeCache.txt
/utils/zenutils/source/CMakeFiles
/utils/zenutils/source/cmake_install.cmake
/utils/zenutils/source/Makefile
# /utils/zenutils/source/firmware_extract/
/utils/zenutils/source/firmware_extract/CMakeCache.txt
/utils/zenutils/source/firmware_extract/CMakeFiles
/utils/zenutils/source/firmware_extract/cmake_install.cmake
/utils/zenutils/source/firmware_extract/Makefile
# /utils/zenutils/source/firmware_make/
/utils/zenutils/source/firmware_make/CMakeCache.txt
/utils/zenutils/source/firmware_make/CMakeFiles
/utils/zenutils/source/firmware_make/cmake_install.cmake
/utils/zenutils/source/firmware_make/Makefile
# /utils/zenutils/source/shared/
/utils/zenutils/source/shared/CMakeCache.txt
/utils/zenutils/source/shared/CMakeFiles
/utils/zenutils/source/shared/cmake_install.cmake
/utils/zenutils/source/shared/Makefile
# /utils/zenutils/source/update_extract/
/utils/zenutils/source/update_extract/CMakeCache.txt
/utils/zenutils/source/update_extract/CMakeFiles
/utils/zenutils/source/update_extract/cmake_install.cmake
/utils/zenutils/source/update_extract/Makefile
# /utils/zenutils/source/update_patch/
/utils/zenutils/source/update_patch/CMakeCache.txt
/utils/zenutils/source/update_patch/CMakeFiles
/utils/zenutils/source/update_patch/cmake_install.cmake
/utils/zenutils/source/update_patch/Makefile
# /utils/zenutils/source/zen_crypt/
/utils/zenutils/source/zen_crypt/CMakeCache.txt
/utils/zenutils/source/zen_crypt/CMakeFiles
/utils/zenutils/source/zen_crypt/cmake_install.cmake
/utils/zenutils/source/zen_crypt/Makefile
# /utils/regtools/
/utils/regtools/headergen_v1
/utils/regtools/headergen_v2
/utils/regtools/regtool
/utils/regtools/swiss_knife
/utils/regtools/tester_v1
# /utils/time-sync/
/utils/time-sync/time-sync