1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-20 00:07:22 +01:00

Commit Graph

  • 372b44589f bulldman: Set up output_dir earlier Simon Glass 2023-07-19 17:48:43 -06:00
  • b868064652 bulidman: Move toolchain handling to a function Simon Glass 2023-07-19 17:48:42 -06:00
  • 180c718a04 buildman: Move Boards-object code into a function Simon Glass 2023-07-19 17:48:41 -06:00
  • 9df59e4c19 bulidman: Move more code to determine_series() Simon Glass 2023-07-19 17:48:40 -06:00
  • 0d4874fc0d buildman: Move board-selection code into a function Simon Glass 2023-07-19 17:48:39 -06:00
  • 26d9077c9d buildman: Add tests for excluding things Simon Glass 2023-07-19 17:48:38 -06:00
  • f0207d77b5 buildman: Move dry-run handling higher in do_buildman() Simon Glass 2023-07-19 17:48:37 -06:00
  • d233dfb07d buildman: Drop use of builder in show_actions() Simon Glass 2023-07-19 17:48:36 -06:00
  • d4366b11ad buildman: Add a test for the -A option Simon Glass 2023-07-19 17:48:35 -06:00
  • f7a36d54ba buildman: Move fetch-arch code into a separate function Simon Glass 2023-07-19 17:48:34 -06:00
  • d230c0143f buildman: Move series calculations into a separate function Simon Glass 2023-07-19 17:48:33 -06:00
  • 309f0f15c9 buildman: Move full-help processing to main Simon Glass 2023-07-19 17:48:32 -06:00
  • b8be2bd831 buildman: Fix most pylint warnings in control Simon Glass 2023-07-19 17:48:31 -06:00
  • 9ef05b950e buildman: Convert camel case in control.py Simon Glass 2023-07-19 17:48:30 -06:00
  • 2ce6f9f44c buildman: Tidy up pylint warnings in main Simon Glass 2023-07-19 17:48:29 -06:00
  • a1431e6c97 buildman: Provide an argument to the -R option Simon Glass 2023-07-19 17:48:28 -06:00
  • 1b21842eab buildman: Add an option to check maintainers Simon Glass 2023-07-19 17:48:27 -06:00
  • 9a7cc8121f buildman: Correct logic for missing maintainers Simon Glass 2023-07-19 17:48:26 -06:00
  • 1aaaafadcc buildman: Sort the maintainer warnings Simon Glass 2023-07-19 17:48:25 -06:00
  • 4cab9aa65f buildman: Just display a single line for missing maintainers Simon Glass 2023-07-19 17:48:24 -06:00
  • c649153b58 buildman: Correct operation of MAINTAINERS N: Simon Glass 2023-07-19 17:48:23 -06:00
  • ad99599ca2 buildman: Detect boards with no CONFIG_TARGET defined Simon Glass 2023-07-19 17:48:22 -06:00
  • bec06ed892 buildman: Detect boards with multiple CONFIG_TARGETs defined Simon Glass 2023-07-19 17:48:21 -06:00
  • f99f34b14b buildman: Refactor target handling in Boards.scan() Simon Glass 2023-07-19 17:48:20 -06:00
  • bc12d03493 buildman: Warn about dangling maintainer entries Simon Glass 2023-07-19 17:48:19 -06:00
  • a114c61536 buildman: Tidy up common code in parse_file() Simon Glass 2023-07-19 17:48:18 -06:00
  • 5df95cf197 buildman: Add a partial test for ensure_board_list() Simon Glass 2023-07-19 17:48:17 -06:00
  • bd4ed9f72f buildman: Add a test for Boards.output_is_new() Simon Glass 2023-07-19 17:48:16 -06:00
  • 3350d34fb5 buildman: Add a test for Boards.scan_defconfigs() Simon Glass 2023-07-19 17:48:15 -06:00
  • b27e989197 buildman: Avoid globals in leaf functions Simon Glass 2023-07-19 17:48:14 -06:00
  • 6a754c6752 buildman: Drop dead code to handle :CONFIG_ construct Simon Glass 2023-07-19 17:48:13 -06:00
  • 2ef88d634c buildman: Rename the ARM boards Simon Glass 2023-07-19 17:48:12 -06:00
  • 8dae07aa40 buildman: Exit with the return code consistently Simon Glass 2023-07-19 17:48:11 -06:00
  • eadbfa6b08 buildman: Allow --debug to enable debugging Simon Glass 2023-07-19 17:48:10 -06:00
  • 2ef22f8e68 buildman: Fix verboose typo and add comment Simon Glass 2023-07-19 17:48:09 -06:00
  • 8c1fbd1f60 binman: ftest: Add test for u_boot_spl_pubkey_dtb Lukas Funke 2023-07-18 13:53:13 +02:00
  • 6cb6425408 binman: doc: Add documentation for Xilinx Bootgen bintool Lukas Funke 2023-07-18 13:53:16 +02:00
  • 5609843b57 binman: etype: Add u-boot-spl-pubkey-dtb etype Lukas Funke 2023-07-18 13:53:15 +02:00
  • 671bc43346 binman: btool: Add fdt_add_pubkey as btool Lukas Funke 2023-07-18 13:53:14 +02:00
  • c76831d189 binman: doc: Add documentation for fdt_add_pubkey bintool Lukas Funke 2023-07-18 13:53:12 +02:00
  • f0989c29f8 binman: blob_dtb: Add fake_size argument to ObtainContents() Lukas Funke 2023-07-18 13:53:11 +02:00
  • 7a52a45e3a binman: Don't decompress data while signing Lukas Funke 2023-07-18 13:53:10 +02:00
  • 289e6007cf binman: Add tests for etype encrypted Christian Taedcke 2023-07-17 09:05:54 +02:00
  • dcd3d76b7b binman: Allow cipher node as special section Christian Taedcke 2023-07-17 09:05:53 +02:00
  • 473e5206f0 binman: Add support for externally encrypted blobs Christian Taedcke 2023-07-17 09:05:52 +02:00
  • df11aa7d74 binman: Add missing ssl documentation Simon Glass 2023-07-24 09:20:00 -06:00
  • a6b44acaf5 binman: Renumber 277...289 TI test files Simon Glass 2023-07-24 09:19:59 -06:00
  • 176f1f68fa binman: Renumber 277_rockchip and 278_mkimage test files Simon Glass 2023-07-24 09:19:58 -06:00
  • efda8ab201 binman: Tidy up tests for pre-load entry type Simon Glass 2023-07-24 09:19:57 -06:00
  • 7177259893 Merge tag 'u-boot-at91-fixes-2023.10-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 Tom Rini 2023-07-24 10:58:25 -04:00
  • 590a6cff97 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv Tom Rini 2023-07-24 10:58:07 -04:00
  • e83b6f99fc atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE. Zixun LI 2023-05-17 15:49:45 +02:00
  • f5b9587449 configs: sama5d2: enable CONFIG_LTO Eugen Hristev 2023-07-24 13:05:13 +03:00
  • 2ac1f5982e configs: at91: sama5d2_icp_mmc: Enable CONFIG_LTO Stefan Roese 2023-04-27 10:59:45 +02:00
  • 6aabe229f8 riscv: define a cache line size for the generic CPU Heinrich Schuchardt 2023-07-21 18:01:18 +02:00
  • 9070496794 doc: visionfive2: apply a trailing space to the prompt Chanho Park 2023-07-14 18:41:09 +09:00
  • 43cefb4934 configs: visionfive2: add a trailing space to prompt Chanho Park 2023-07-14 18:41:08 +09:00
  • 9adf1cf609 clk: starfive: jh7110: Add of_xlate ops and macros for clock id conversion Xingyu Wu 2023-07-07 18:50:11 +08:00
  • 9a12e304dd dt-bindings: clock: jh7110: Modify clock id to be same with Linux Xingyu Wu 2023-07-07 18:50:10 +08:00
  • 6c4b50e6de riscv: dts: jh7110: Add clock source from PLL Xingyu Wu 2023-07-07 18:50:09 +08:00
  • 005f9627d0 riscv: dts: jh7110: Add PLL clock controller node Xingyu Wu 2023-07-07 18:50:08 +08:00
  • 2d7a578791 clk: starfive: jh7110: Separate the PLL driver Xingyu Wu 2023-07-07 18:50:07 +08:00
  • 28ff3f16c4 riscv: setup per-hart stack earlier Bo Gan 2023-06-11 16:54:17 -07:00
  • be71a05a41 Merge branch '2023-07-22-TI-binman-and-K3-improvements' Tom Rini 2023-07-23 21:46:05 -04:00
  • e5031cc07e configs: am64: Fix booting of fitImage on AM64x Kamlesh Gurudasani 2023-07-14 11:22:41 +05:30
  • 86fab11024 Kconfig: Enable FIT_SIGNATURE if ARM64 Manorit Chawdhry 2023-07-14 11:22:40 +05:30
  • dfe00b34ce lib: Kconfig: k3: Enable SHA512 for fit signature Manorit Chawdhry 2023-07-14 11:22:39 +05:30
  • 175535758a k3-*-binman: dts: Pack u-boot.dtb instead of soc specific dtb Manorit Chawdhry 2023-07-14 11:22:38 +05:30
  • d5b1ef30d7 board: ti: keys: add .key and .crt for fit signature signing Manorit Chawdhry 2023-07-14 11:22:37 +05:30
  • 14439cd71c configs: k3: make consistent bootcmd across all k3 socs Kamlesh Gurudasani 2023-07-14 11:22:36 +05:30
  • 53873974a4 include: armv7: Enable distroboot across all configs Manorit Chawdhry 2023-07-14 11:22:35 +05:30
  • 4ae1a2470c env: Make common bootcmd across all k3 devices Manorit Chawdhry 2023-07-14 11:22:34 +05:30
  • 913cea388d arm: k3: Add regex/gsub command handling Andrew Davis 2023-07-14 11:22:33 +05:30
  • 052ad4ad6a configs: Enable setexpr command on TI devices Andrew Davis 2023-07-14 11:22:32 +05:30
  • 014e013e78 environment: ti: Make get_fdt_mmc common Andrew Davis 2023-07-14 11:22:31 +05:30
  • d8ea68da6b environment: ti: Prefix ARM64 DTB names with directory Andrew Davis 2023-07-14 11:22:30 +05:30
  • a5e8678e0a configs: k3: Remove saved environments Manorit Chawdhry 2023-07-14 11:22:29 +05:30
  • 4ff151b4d4 include: j7*_evm.h: Cleanups to be done Manorit Chawdhry 2023-07-14 11:22:28 +05:30
  • 2bfd63d57b mach-k3: common: correct the calculations for determining firewalls Manorit Chawdhry 2023-07-14 11:22:27 +05:30
  • 40e09b6afb board: ti: am64x: am64x.env: set fdtfile env variable Kamlesh Gurudasani 2023-07-14 11:22:26 +05:30
  • 0eef2bf36e Kconfig: j721s2: Fix the scratchpad base Manorit Chawdhry 2023-07-14 11:22:25 +05:30
  • 44dab78580 arch: mach-k3: security: fix the check for authentication Manorit Chawdhry 2023-07-14 11:22:24 +05:30
  • f586cdaef9 CI: Make use of buildman requirements.txt Tom Rini 2023-07-22 00:14:46 +05:30
  • e381b12210 buildman: Create a requirements.txt file Tom Rini 2023-07-22 00:14:45 +05:30
  • 15432ea611 binman: Overwrite symlink if it already exists Andrew Davis 2023-07-22 00:14:44 +05:30
  • 1ee652ab2f doc: board: ti: Update documentation for binman flow Neha Malcom Francis 2023-07-22 00:14:43 +05:30
  • 8db194d046 k3: tools: config.mk: Update makefile and remove scripts Neha Malcom Francis 2023-07-22 00:14:42 +05:30
  • 9da80e7917 arm: k3-am65x-iot2050: Use binman for tispl.bin for iot2050 Neha Malcom Francis 2023-07-22 00:14:41 +05:30
  • 6d6228ab8f am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img Neha Malcom Francis 2023-07-22 00:14:40 +05:30
  • 01e0127753 am62a: yaml: Add board configs for AM62ax Neha Malcom Francis 2023-07-22 00:14:39 +05:30
  • ce46f51990 am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img Neha Malcom Francis 2023-07-22 00:14:38 +05:30
  • 0eba798b41 am62: yaml: Add board configs for AM62 Neha Malcom Francis 2023-07-22 00:14:37 +05:30
  • 106589aae7 j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img Neha Malcom Francis 2023-07-22 00:14:36 +05:30
  • 267a4845c9 j721s2: yaml: Add board configs for J721S2 Neha Malcom Francis 2023-07-22 00:14:35 +05:30
  • 1bc527e8f4 am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img Neha Malcom Francis 2023-07-22 00:14:34 +05:30
  • 640bf9dd8e am64x: yaml: Add board configs for AM64x Neha Malcom Francis 2023-07-22 00:14:33 +05:30
  • 77c29cb1b6 am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img Neha Malcom Francis 2023-07-22 00:14:32 +05:30
  • 27ebb1517f am65x: yaml: Add AM65x board config files Neha Malcom Francis 2023-07-22 00:14:31 +05:30
  • ca5f1e25e5 j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img Neha Malcom Francis 2023-07-22 00:14:30 +05:30
  • e6135b0614 j7200: yaml: Add J7200 board config files Neha Malcom Francis 2023-07-22 00:14:29 +05:30