1. fa4f82d cmd: move mac command by Heinrich Schuchardt · 1 year, 2 months ago
  2. b964b72 Merge tag 'dm-pull-13oct23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 2 months ago
  3. da35b11 Merge branch '2023-10-13-firmware-scmi-updates' by Tom Rini · 1 year, 2 months ago
  4. d54ca4a firmware: scmi: Fix clearing variable by Francois Berder · 1 year, 2 months ago
  5. fa74400 firmware: scmi: add a check against availability of protocols by AKASHI Takahiro · 1 year, 2 months ago
  6. 49f366b test: dm: add SCMI base protocol test by AKASHI Takahiro · 1 year, 2 months ago
  7. 1183506 sandbox: remove SCMI base node definition from test.dts by AKASHI Takahiro · 1 year, 2 months ago
  8. 410be2c firmware: scmi: install base protocol to SCMI agent by AKASHI Takahiro · 1 year, 2 months ago
  9. dae0046 test: dm: simplify SCMI unit test on sandbox by AKASHI Takahiro · 1 year, 2 months ago
  10. 4b9839a firmware: scmi: fake base protocol commands on sandbox by AKASHI Takahiro · 1 year, 2 months ago
  11. 3413c31 firmware: scmi: add a version check against base protocol by AKASHI Takahiro · 1 year, 2 months ago
  12. d1ce56a firmware: scmi: implement SCMI base protocol by AKASHI Takahiro · 1 year, 2 months ago
  13. cc4ecda test: dm: add protocol-specific channel test by AKASHI Takahiro · 1 year, 2 months ago
  14. 6c90f82 firmware: scmi: framework for installing additional protocols by AKASHI Takahiro · 1 year, 2 months ago
  15. 6d37915 firmware: scmi: move scmi_bind_protocols() backward by AKASHI Takahiro · 1 year, 2 months ago
  16. 6221bf7 firmware: scmi: support dummy channels for sandbox agent by AKASHI Takahiro · 1 year, 2 months ago
  17. 589ec9a firmware: scmi: use a protocol's own channel if assigned by AKASHI Takahiro · 1 year, 2 months ago
  18. 7b3aa37 scmi: refactor the code to hide a channel from devices by AKASHI Takahiro · 1 year, 2 months ago
  19. 875162e Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 1 year, 2 months ago
  20. 6b2d18a binman: capsule: Add support for generating EFI empty capsules by Sughosh Ganu · 1 year, 2 months ago
  21. f7970c2 btool: mkeficapsule: Add support for EFI empty capsule generation by Sughosh Ganu · 1 year, 2 months ago
  22. 5ffce2b binman: capsule: Use dumped capsule header contents for verification by Sughosh Ganu · 1 year, 2 months ago
  23. ff164fc binman: capsule: Remove superfluous [address, size]-cells properties by Sughosh Ganu · 1 year, 2 months ago
  24. ecebf28 doc: capsule: Add documentation for the capsule dump feature by Sughosh Ganu · 1 year, 2 months ago
  25. a7d1fdc tools: mkeficapsule: Add support to print capsule headers by Sughosh Ganu · 1 year, 2 months ago
  26. 4733193 treewide: use dev_read_addr_*_ptr() where appropriate by Matthias Schiffer · 1 year, 2 months ago
  27. bb970d5 pinctrl: single: fix compile warnings with PHYS_64BIT on 32bit by Matthias Schiffer · 1 year, 2 months ago
  28. 5e90d4e core: introduce dev_read_addr_name[_size]_ptr() functions by Matthias Schiffer · 1 year, 2 months ago
  29. bc2b85d core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors by Matthias Schiffer · 1 year, 2 months ago
  30. 7c238d0 core: fix doc comments of dev_read_addr*() and related functions by Matthias Schiffer · 1 year, 2 months ago
  31. a0b3589 binman: bintool: Change make target arg type from string to list by Lukas Funke · 1 year, 2 months ago
  32. 0b465d6 sandbox: fix spl_board_init by Heinrich Schuchardt · 1 year, 2 months ago
  33. 60bcbf0 bootstd: Scan all bootdevs in a boot_targets entry by Simon Glass · 1 year, 2 months ago
  34. 214c539 Merge tag 'efi-2024-01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 2 months ago
  35. 00135d8 Merge tag 'xilinx-for-v2024.01-rc1-v3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 1 year, 2 months ago
  36. 8acf2a4 Merge tag 'u-boot-nand-20231013' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash by Tom Rini · 1 year, 2 months ago
  37. fbb5c15 usb: gadget: atmel: fix transfer of queued requests by Artur Rojek · 1 year, 3 months ago
  38. 4f99a20 dfu: mtd: mark bad the MTD block on erase error by Patrick Delaunay · 1 year, 6 months ago
  39. e20cb05 dfu: mtd: fix the trace when limit is reached by Patrick Delaunay · 1 year, 6 months ago
  40. 165b02dc mtd: spinand: winbond: add Winbond W25N02KV flash support by Mikhail Kshevetskiy · 1 year, 11 months ago
  41. 8f17a9a mtd: spinand: winbond: fix flash identification by Mikhail Kshevetskiy · 1 year, 11 months ago
  42. 2a1e78b mtd/spinand: sync supported devices with linux-5.15.43 by Mikhail Kshevetskiy · 1 year, 11 months ago
  43. 696ed73 mtd/spinand: sync core spinand code with linux-5.10.118 by Mikhail Kshevetskiy · 1 year, 11 months ago
  44. 7201031 mtd/spinand: rework detect procedure for different READ_ID operation by Mikhail Kshevetskiy · 1 year, 11 months ago
  45. 30878c4 Merge branch '2023-10-12-assorted-TI-platform-updates' by Tom Rini · 1 year, 2 months ago
  46. 6e95f87 arm: mach-k3: j721s2_init: Enable memory with CONFIG_K3_J721E_DDRSS by Dominik Haller · 1 year, 4 months ago
  47. 6ab505f board: ti: j721s2: MAINTAINERS: Update the MAINTAINERS File. by Manorit Chawdhry · 1 year, 2 months ago
  48. 670a22b docs: board: ti: Add j721s2_evm documentation by Manorit Chawdhry · 1 year, 2 months ago
  49. 1b1b93d arm: dts: k3-am68: Sync from Linux tag v6.6-rc1 by Manorit Chawdhry · 1 year, 2 months ago
  50. 377cc64 arm: dts: k3-j721s2: Sync from Linux tag v6.6-rc1 by Manorit Chawdhry · 1 year, 2 months ago
  51. e13abaf arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list by Manorit Chawdhry · 1 year, 2 months ago
  52. bee2a20 Revert "arm: dts: k3-j7*: ddr: Update to 0.10 version of DDR config tool" by Manorit Chawdhry · 1 year, 2 months ago
  53. 634f764 configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM by Udit Kumar · 1 year, 2 months ago
  54. 7a2826a arm: dts: j7200: dts sync with Linux 6.6-rc1 by Reid Tonking · 1 year, 2 months ago
  55. af56dbc arm: mach-k3: j7200: Add mcu_timer0 id to the dev list by Reid Tonking · 1 year, 2 months ago
  56. ed5fbaf board: ti: am64x: Switch to standard boot flow by Roger Quadros · 1 year, 2 months ago
  57. f099aa1 board: ti: am62x: am62x.env: Fix boot_targets by Roger Quadros · 1 year, 2 months ago
  58. c31616f clk: ti: clk-sci: Notify AVS driver based upon clock rate by Udit Kumar · 1 year, 2 months ago
  59. c648daa clk: ti: clk-k3: Notify AVS driver upon setting clock rate by Udit Kumar · 1 year, 2 months ago
  60. 33b1d13 Merge branch '2023-10-12-expo-add-support-for-edting-lines-of-text' by Tom Rini · 1 year, 2 months ago
  61. a28cce5 efi_loader: use well-known guid for auto-created boot option by Masahisa Kojima · 1 year, 2 months ago
  62. 5e9c4d0 efi_selftest: BitBlt test by Heinrich Schuchardt · 1 year, 2 months ago
  63. 5b9c4bd doc: Migrate Renesas board docs to rst by Paul Barker · 1 year, 2 months ago
  64. 805c64b doc: Add a short intro video by Simon Glass · 1 year, 2 months ago
  65. 6cc9c3d cyclic: doc: Update documentation for CONFIG_CYCLIC_MAX_CPU_TIME_US by Weizhao Ouyang · 1 year, 2 months ago
  66. c006172 sphinx: Bump urllib3 version by Tom Rini · 1 year, 2 months ago
  67. 00f6c40 expo: Update documentation to include textline by Simon Glass · 1 year, 2 months ago
  68. 70c579b expo: Update tests to include textline by Simon Glass · 1 year, 2 months ago
  69. c7c751b expo: Support building an expo with a textline by Simon Glass · 1 year, 2 months ago
  70. 23c3eb4 expo: Plumb in textline to cedit by Simon Glass · 1 year, 2 months ago
  71. eb8af2c expo: Support handling any key in cedit by Simon Glass · 1 year, 2 months ago
  72. 0d41ea9 video: Mark truetype_measure() static by Simon Glass · 1 year, 2 months ago
  73. 0023d18 expo: Plumb in textlines to a scene by Simon Glass · 1 year, 2 months ago
  74. f6a943a expo: Support opening a textline by Simon Glass · 1 year, 2 months ago
  75. 6116e76 expo: Add basic support for textline objects by Simon Glass · 1 year, 2 months ago
  76. a968f5f expo: Add some scene fields needed for text entry by Simon Glass · 1 year, 2 months ago
  77. 118a727 expo: Allow rendering the background of any object by Simon Glass · 1 year, 2 months ago
  78. f099469 expo: Make calculation of an object bounding box generic by Simon Glass · 1 year, 2 months ago
  79. f78388b expo: Add a function to write a property to a devicetree by Simon Glass · 1 year, 2 months ago
  80. 193bfea expo: Allow highlighting other scene-object types by Simon Glass · 1 year, 2 months ago
  81. 51bde1a expo: Correct the logic for duplicate-ID detection by Simon Glass · 1 year, 2 months ago
  82. 1b4a225 expo: Correct some swallowed errors in scene by Simon Glass · 1 year, 2 months ago
  83. b7a6453 expo: Use switch statements more for object types by Simon Glass · 1 year, 2 months ago
  84. db6a051 expo: Fix up comments for get_cur_menuitem_text() et al by Simon Glass · 1 year, 2 months ago
  85. b3a8b0a expo: Add better error reporting by Simon Glass · 1 year, 2 months ago
  86. 377f79aa video: Support showing a cursor by Simon Glass · 1 year, 2 months ago
  87. 4446c4b video: Export vidconsole_entry_start() by Simon Glass · 1 year, 2 months ago
  88. 34b5c25 video: Allow saving and restoring text-entry state by Simon Glass · 1 year, 2 months ago
  89. 8b82e59 video: Allow obtaining the nominal size of a string size by Simon Glass · 1 year, 2 months ago
  90. b949131 cli: Add a function to set up a new cread by Simon Glass · 1 year, 2 months ago
  91. 3e9bc77 cli: Allow command completion to be disabled by Simon Glass · 1 year, 2 months ago
  92. 1c67ae4 cli: Allow history to be disabled by Simon Glass · 1 year, 2 months ago
  93. 9f07109 cli: Terminate the string in cread_line_process_ch() by Simon Glass · 1 year, 2 months ago
  94. 2f13ae5 cli: Create a function to process characters by Simon Glass · 1 year, 2 months ago
  95. c8d7ac7 cli: Unindent some code in cread_line() by Simon Glass · 1 year, 2 months ago
  96. 07627c5 cli: Convert cread_line() to use a struct for the main vars by Simon Glass · 1 year, 2 months ago
  97. 9e6201e cli: Use unsigned int instead of unsigned long by Simon Glass · 1 year, 2 months ago
  98. 415f32d cli: Implement delete-word in cread_line() by Simon Glass · 1 year, 2 months ago
  99. c0734c3 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · 1 year, 2 months ago
  100. 4dc73c4 cli: Drop some #ifdefs in cli_readline by Simon Glass · 1 year, 2 months ago