aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Use the fdtgrep -u flagSimon Glass2023-12-311-1/+12
* sandbox: Correct SPL condition for building devicetreeSimon Glass2023-12-311-1/+1
* Merge tag 'v2024.01-rc5' into nextTom Rini2023-12-181-0/+5
|\
| * scripts/Makefile.lib: print error when no public key is specifiedMasahisa Kojima2023-12-051-0/+5
* | tools/make_pip: Add mention of u_boot_pylib in tool listSimon Glass2023-12-131-1/+1
* | tools: Keep test_util and patman test files in the pip releaseSimon Glass2023-12-131-1/+11
|/
* tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon2023-11-101-1/+1
* get_maintainer.pl: update from Linux kernel v6.5Tom Rini2023-10-301-1/+2
* checkpatch.pl: Make common.h check boarderTom Rini2023-10-241-2/+8
* scripts/gen_compile_commands: fix usage messageJoao Marcos Costa2023-10-111-2/+2
* doc: add documentation for gen_compile_commands.pyJoao Marcos Costa2023-10-111-0/+1
* scripts/gen_compile_commands.py: add acknowledgmentsJoao Marcos Costa2023-10-111-0/+1
* scripts/gen_compile_commands.py: fix docstringJoao Marcos Costa2023-10-111-1/+1
* scripts/gen_compile_commands.py: adapt _LINE_PATTERNJoao Marcos Costa2023-10-111-1/+1
* scripts: Port Linux's gen_compile_commands.py to U-BootJoao Marcos Costa2023-10-111-0/+228
* checkpatch: skip fdtdec_* check for toolsLars Feyaerts2023-10-111-2/+2
* Makefile: Allow for board directories to not have a MakefileTom Rini2023-10-091-1/+1
* Allow Python packages to be droppedSimon Glass2023-09-221-0/+2
* event: Support a simple spy recordSimon Glass2023-08-311-4/+8
* scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu2023-08-291-0/+15
* scripts/Makefile.lib: Add dtsi include files as deps for building DTBSughosh Ganu2023-08-291-1/+3
* scripts/Makefile.lib: Collate all dtsi files for inclusionSughosh Ganu2023-08-291-4/+7
* scripts: kconfig: Add config fragment support in board/../WIP/2023-08-09-misc-cleanupsJason Kacines2023-08-091-1/+3
* scripts/Makefile.lib: change spelling of $(srctree)/arch/$(ARCH)/dts in dtc_c...Rasmus Villemoes2023-05-311-1/+1
* kbuild: Allow DTB overlays to built from .dtso named source filesRasmus Villemoes2023-05-151-0/+3
* kbuild: add dtc as dependency on .dtb filesRasmus Villemoes2023-05-151-2/+2
* scripts/Makefile.dts: tweak logic for deciding which dtbs to buildRasmus Villemoes2023-05-151-1/+1
* scripts: dtc-version: support git version strings tooMartin Hundebøll2023-05-151-1/+1
* efI: Allow packaging a kernel in the debugging scriptSimon Glass2023-03-251-1/+13
* Merge tag 'v2023.04-rc4' into nextWIP/14Mar2023-nextTom Rini2023-03-141-0/+180
|\
| * RFC: tools: Add a camel-case conversion scriptSimon Glass2023-03-011-0/+180
* | efi: Adjust script to show pre-relocation output on terminalSimon Glass2023-03-131-0/+2
* | script: Add a script to build a PyPi packageSimon Glass2023-03-081-0/+117
* | patman: Move library functions into a library directorySimon Glass2023-03-081-1/+1
* | checkpatch: Add a warning for pre-schema driver model tagsSimon Glass2023-02-141-0/+6
* | dm: Add support for handling old u-boot,dm- tagsSimon Glass2023-02-141-6/+17
|/
* Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä2023-01-111-1/+1
* Merge branch 'next'Tom Rini2023-01-098-1148/+9
|\
| * kbuild: Remove checking for adhoc CONFIG symbolsTom Rini2022-12-233-353/+0
| * checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini2022-12-231-4/+4
| * kbuild: Remove uncmd_spl logicTom Rini2022-12-233-16/+0
| * global: Migrate CONFIG_BOARDDIR to CFGTom Rini2022-12-231-1/+1
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-211-1/+0
| |\
| * | board/km/secu: migrate to use environment text filesHolger Brunck2022-12-121-2/+0
| * | board/km/cent2: migrate to environment text fileHolger Brunck2022-12-121-15/+0
| * | Makefile: link with --no-warn-rwx-segmentsTom Rini2022-12-121-2/+4
| * | scripts/config_whitelist.txt: Remove more referenced symbolsTom Rini2022-12-051-21/+0
| * | configs: Resync with savedefconfigTom Rini2022-12-051-734/+0
| * | powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini2022-12-051-1/+1
* | | pylibfdt: Allow version normalization to failWIP/07Jan2023Tom Rini2023-01-071-3/+11