1. 8f317b9 buildman: Add a test for the -A option by Simon Glass · Wed Jul 19 17:48:35 2023 -0600
  2. 6c4beca buildman: Move fetch-arch code into a separate function by Simon Glass · Wed Jul 19 17:48:34 2023 -0600
  3. 2183b84 buildman: Move series calculations into a separate function by Simon Glass · Wed Jul 19 17:48:33 2023 -0600
  4. c7643c1 buildman: Move full-help processing to main by Simon Glass · Wed Jul 19 17:48:32 2023 -0600
  5. af0e29f buildman: Fix most pylint warnings in control by Simon Glass · Wed Jul 19 17:48:31 2023 -0600
  6. c1e1e1d buildman: Convert camel case in control.py by Simon Glass · Wed Jul 19 17:48:30 2023 -0600
  7. bb928de buildman: Tidy up pylint warnings in main by Simon Glass · Wed Jul 19 17:48:29 2023 -0600
  8. 09afcb7 buildman: Provide an argument to the -R option by Simon Glass · Wed Jul 19 17:48:28 2023 -0600
  9. 5e728d4 buildman: Add an option to check maintainers by Simon Glass · Wed Jul 19 17:48:27 2023 -0600
  10. e6acab5 buildman: Correct logic for missing maintainers by Simon Glass · Wed Jul 19 17:48:26 2023 -0600
  11. 263b598 buildman: Sort the maintainer warnings by Simon Glass · Wed Jul 19 17:48:25 2023 -0600
  12. ee088aa buildman: Just display a single line for missing maintainers by Simon Glass · Wed Jul 19 17:48:24 2023 -0600
  13. 060ee97 buildman: Correct operation of MAINTAINERS N: by Simon Glass · Wed Jul 19 17:48:23 2023 -0600
  14. 061499b buildman: Detect boards with no CONFIG_TARGET defined by Simon Glass · Wed Jul 19 17:48:22 2023 -0600
  15. 07a95d8 buildman: Detect boards with multiple CONFIG_TARGETs defined by Simon Glass · Wed Jul 19 17:48:21 2023 -0600
  16. 7188e4b buildman: Refactor target handling in Boards.scan() by Simon Glass · Wed Jul 19 17:48:20 2023 -0600
  17. 9b828ec buildman: Warn about dangling maintainer entries by Simon Glass · Wed Jul 19 17:48:19 2023 -0600
  18. b555e14 buildman: Tidy up common code in parse_file() by Simon Glass · Wed Jul 19 17:48:18 2023 -0600
  19. c0b6fcc buildman: Add a partial test for ensure_board_list() by Simon Glass · Wed Jul 19 17:48:17 2023 -0600
  20. ada78d4 buildman: Add a test for Boards.output_is_new() by Simon Glass · Wed Jul 19 17:48:16 2023 -0600
  21. cef26b8 buildman: Add a test for Boards.scan_defconfigs() by Simon Glass · Wed Jul 19 17:48:15 2023 -0600
  22. e156836 buildman: Avoid globals in leaf functions by Simon Glass · Wed Jul 19 17:48:14 2023 -0600
  23. 1ee644d buildman: Drop dead code to handle :CONFIG_ construct by Simon Glass · Wed Jul 19 17:48:13 2023 -0600
  24. 560bd4a buildman: Rename the ARM boards by Simon Glass · Wed Jul 19 17:48:12 2023 -0600
  25. 44b0a7f buildman: Exit with the return code consistently by Simon Glass · Wed Jul 19 17:48:11 2023 -0600
  26. 7fd6615 buildman: Allow --debug to enable debugging by Simon Glass · Wed Jul 19 17:48:10 2023 -0600
  27. 1cd79c6 buildman: Fix verboose typo and add comment by Simon Glass · Wed Jul 19 17:48:09 2023 -0600
  28. e901faf binman: ftest: Add test for u_boot_spl_pubkey_dtb by Lukas Funke · Tue Jul 18 13:53:13 2023 +0200
  29. 6c2c9e1 binman: doc: Add documentation for Xilinx Bootgen bintool by Lukas Funke · Tue Jul 18 13:53:16 2023 +0200
  30. b4937da binman: etype: Add u-boot-spl-pubkey-dtb etype by Lukas Funke · Tue Jul 18 13:53:15 2023 +0200
  31. 76b08b7 binman: btool: Add fdt_add_pubkey as btool by Lukas Funke · Tue Jul 18 13:53:14 2023 +0200
  32. cb0fe2e binman: doc: Add documentation for fdt_add_pubkey bintool by Lukas Funke · Tue Jul 18 13:53:12 2023 +0200
  33. b1bc62a binman: blob_dtb: Add fake_size argument to ObtainContents() by Lukas Funke · Tue Jul 18 13:53:11 2023 +0200
  34. 6767d8f binman: Don't decompress data while signing by Lukas Funke · Tue Jul 18 13:53:10 2023 +0200
  35. 62ac29a binman: Add tests for etype encrypted by Christian Taedcke · Mon Jul 17 09:05:54 2023 +0200
  36. 711093e binman: Allow cipher node as special section by Christian Taedcke · Mon Jul 17 09:05:53 2023 +0200
  37. bc45436 binman: Add support for externally encrypted blobs by Christian Taedcke · Mon Jul 17 09:05:52 2023 +0200
  38. d96804b binman: Add missing ssl documentation by Simon Glass · Mon Jul 24 09:20:00 2023 -0600
  39. f1264ba binman: Renumber 277...289 TI test files by Simon Glass · Mon Jul 24 09:19:59 2023 -0600
  40. e3ef5ed binman: Renumber 277_rockchip and 278_mkimage test files by Simon Glass · Mon Jul 24 09:19:58 2023 -0600
  41. e2dfb96 binman: Tidy up tests for pre-load entry type by Simon Glass · Mon Jul 24 09:19:57 2023 -0600
  42. 48d4c57 Merge branch '2023-07-22-TI-binman-and-K3-improvements' by Tom Rini · Sun Jul 23 21:46:05 2023 -0400
  43. 95f1c6cb CI: Make use of buildman requirements.txt by Tom Rini · Sat Jul 22 00:14:46 2023 +0530
  44. 2d53829 buildman: Create a requirements.txt file by Tom Rini · Sat Jul 22 00:14:45 2023 +0530
  45. 6b463da binman: Overwrite symlink if it already exists by Andrew Davis · Sat Jul 22 00:14:44 2023 +0530
  46. 507be12 doc: board: ti: Update documentation for binman flow by Neha Malcom Francis · Sat Jul 22 00:14:43 2023 +0530
  47. bb1f534 k3: tools: config.mk: Update makefile and remove scripts by Neha Malcom Francis · Sat Jul 22 00:14:42 2023 +0530
  48. 48183b0 arm: k3-am65x-iot2050: Use binman for tispl.bin for iot2050 by Neha Malcom Francis · Sat Jul 22 00:14:41 2023 +0530
  49. e482445 am62a: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:40 2023 +0530
  50. d9c4b3e am62a: yaml: Add board configs for AM62ax by Neha Malcom Francis · Sat Jul 22 00:14:39 2023 +0530
  51. 8f8f4fc am625: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:38 2023 +0530
  52. 367371d am62: yaml: Add board configs for AM62 by Neha Malcom Francis · Sat Jul 22 00:14:37 2023 +0530
  53. 9409fb6 j721s2: dts: binman: Package tiboot3.bin, tispl.bin and u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:36 2023 +0530
  54. 63119f8 j721s2: yaml: Add board configs for J721S2 by Neha Malcom Francis · Sat Jul 22 00:14:35 2023 +0530
  55. 9a1b271 am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:34 2023 +0530
  56. 9ebaf75 am64x: yaml: Add board configs for AM64x by Neha Malcom Francis · Sat Jul 22 00:14:33 2023 +0530
  57. 4ad962d am65: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:32 2023 +0530
  58. 06aa857 am65x: yaml: Add AM65x board config files by Neha Malcom Francis · Sat Jul 22 00:14:31 2023 +0530
  59. 30dcda2 j7200: dts: binman: Package tiboot3.bin, tispl.bin, u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:30 2023 +0530
  60. 9ee7bd2 j7200: yaml: Add J7200 board config files by Neha Malcom Francis · Sat Jul 22 00:14:29 2023 +0530
  61. 20a9004 j721e: dts: binman: Package tiboot3.bin, sysfw.itb, tispl.bin, u-boot.img by Neha Malcom Francis · Sat Jul 22 00:14:28 2023 +0530
  62. a104fe3 j721e: schema: yaml: Add general schema and J721E board config files by Neha Malcom Francis · Sat Jul 22 00:14:27 2023 +0530
  63. 45140f0 arm: dts: k3: Add support for packaging sysfw.itb and tiboot3.bin by Neha Malcom Francis · Sat Jul 22 00:14:26 2023 +0530
  64. 5f5f0a6 binman: ti-secure: Add support for TI signing by Neha Malcom Francis · Sat Jul 22 00:14:25 2023 +0530
  65. 3b78894 binman: ti-board-config: Add support for TI board config binaries by Neha Malcom Francis · Sat Jul 22 00:14:24 2023 +0530
  66. 7c6001f Merge branch '2023-07-21-assorted-TI-platform-updates' by Tom Rini · Fri Jul 21 19:33:05 2023 -0400
  67. aa3c9bb common: Kconfig: Fix CMD_BMP/BMP dependency by Samuel Dionne-Riel · Tue Jul 18 14:27:36 2023 +0530
  68. a9b1204 doc: board: ti: am62x_sk: Add A53 SPL DDR layout by Nikhil M Jain · Tue Jul 18 14:27:35 2023 +0530
  69. cc1c462 configs: am62x_evm_a53: Add bloblist address by Nikhil M Jain · Tue Jul 18 14:27:34 2023 +0530
  70. 1a606db common: spl: spl: Remove video driver by Nikhil M Jain · Tue Jul 18 14:27:33 2023 +0530
  71. 085f1dd drivers: video: Kconfig: Add config remove video by Nikhil M Jain · Tue Jul 18 14:27:32 2023 +0530
  72. f7ec531 common: board_f: Pass frame buffer info from SPL to u-boot by Nikhil M Jain · Tue Jul 18 14:27:31 2023 +0530
  73. 7683353 include: video: Reserve video using blob by Nikhil M Jain · Tue Jul 18 14:27:30 2023 +0530
  74. dafda90 board: ti: am62x: evm: Update function calls for splash screen by Nikhil M Jain · Tue Jul 18 14:27:29 2023 +0530
  75. 3683681 arch: arm: mach-k3: common: Return a pointer after setting page table by Nikhil M Jain · Tue Jul 18 14:27:28 2023 +0530
  76. 799ceff common: spl: spl: Update stack pointer address by Nikhil M Jain · Tue Jul 18 14:27:27 2023 +0530
  77. d7404d7 arm: mach-k3: am62a7: change some prints to debug prints by Bryan Brattlof · Mon Jul 17 18:01:33 2023 -0500
  78. 2905a46 ram: k3-ddrss: do not touch ctrl regs during training by Bryan Brattlof · Mon Jul 17 17:15:26 2023 -0500
  79. 0f0a4f5 arm: omap2: Fix warning in force_emif_self_refresh by Tom Rini · Mon Jul 17 15:26:43 2023 -0400
  80. 8b81071 configs: k2x_evm: Always include FIT loading support by Andrew Davis · Fri Jul 14 14:00:58 2023 -0500
  81. d7e0b07 arm: mach-k3: am62: Fixup CPU core, gpu and pru nodes in fdt by Emanuele Ghidoli · Fri Jul 14 17:23:10 2023 +0200
  82. 2d3e642 arm: mach-k3: am62: Add CTRLMMR_WKUP_JTAG_DEVICE_ID register definition by Emanuele Ghidoli · Fri Jul 14 17:23:09 2023 +0200
  83. 73bc188 arm: k3: Fix ft_system_setup so it can be enabled on any SoC by Emanuele Ghidoli · Fri Jul 14 17:23:08 2023 +0200
  84. 2f3e1ef arm: dts: Fix build of am62a7 dtbs by Nishanth Menon · Thu Jul 13 14:40:51 2023 -0500
  85. af75618 arm: mach-k3: *: dev-data: Update to use ARRAY_SIZE by Nishanth Menon · Thu Jul 13 14:36:34 2023 -0500
  86. ad998d2 arm: mach-k3: am62a7_init: Open up FSS_DAT_REG3 firewall by Vignesh Raghavendra · Sun Jul 02 14:46:54 2023 +0530
  87. 9298132 common: splash_source: Fix type casting errors by Nikhil M Jain · Wed Jun 21 16:29:53 2023 +0530
  88. 3ad584b board: ti: am62x: evm: Include necessary header files by Nikhil M Jain · Wed Jun 21 16:29:52 2023 +0530
  89. fedb74c Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Fri Jul 21 10:01:11 2023 -0400
  90. fe34bf0 Merge tag 'xilinx-for-v2023.10-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Fri Jul 21 09:57:59 2023 -0400
  91. df36981 event: Add fpga load event by Christian Taedcke · Thu Jul 20 09:27:24 2023 +0200
  92. 0a08f44 clk: zynqmp: Add gem rx and tsu clocks to return register by Ashok Reddy Soma · Thu Jul 20 01:28:59 2023 -0600
  93. 025964b clk: zynqmp: Add set_rate support for gem rx and tsu clks by Ashok Reddy Soma · Wed Jul 19 02:49:12 2023 -0600
  94. 3789b99 net: axi_emac: Change return value to -EAGAIN if RX is not ready by Maksim Kiselev · Wed Jul 19 09:53:37 2023 +0300
  95. 2324ecf arm64: zynqmp: Remove clock-names from pcap node by Michal Simek · Mon Jul 10 14:37:43 2023 +0200
  96. cef1e3a arm64: zynqmp: Rename ams_ps/pl node names by Michal Simek · Mon Jul 10 14:37:42 2023 +0200
  97. 9737944 arm64: zynqmp: Remove interrupt/reg-names for AMS by Michal Simek · Mon Jul 10 14:37:41 2023 +0200
  98. 091d623 arm64: zynqmp: remove snps, enable_guctl1_resume_quirk quirk for usb by Piyush Mehta · Mon Jul 10 14:37:40 2023 +0200
  99. bf38888 arm64: zynqmp: add pmu interrupt-affinity by Radhey Shyam Pandey · Mon Jul 10 14:37:39 2023 +0200
  100. 366111e arm64: zynqmp: Sync node name address with reg (mailbox) by Michal Simek · Mon Jul 10 14:37:38 2023 +0200