1. 2734789 board: Add support for Conclusive KSTR-SAMA5D27 by Artur Rojek · 1 year ago
  2. 87d1cac board: at91: sama5d29_curiosity: add initial support for sama5d29_curiosity by Mihai Sain · 1 year, 3 months ago
  3. e80f407 Merge tag 'v2023.07-rc6' into next by Tom Rini · 1 year, 4 months ago
  4. ee8f873 ARM: at91: don't initialize clocks if scmi clock driver is enabled by Clément Léger · 1 year, 5 months ago
  5. f167120 include: Remove unused header files by Tom Rini · 1 year, 5 months ago
  6. a3fda0d global: Remove unused CONFIG defines by Tom Rini · 1 year, 9 months ago
  7. b82f12b Merge tag 'u-boot-at91-2023.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 1 year, 10 months ago
  8. 11c037a ARM: at91: add sama7 SFR definitions by Cristian Birsan · 1 year, 10 months ago
  9. a60c5a9 ARM: mach-at91: add support for sama7g5 chip id and extended id definition by Mihai Sain · 1 year, 11 months ago
  10. 8457d02 global: Remove extraneous DM_ETH imply/select by Tom Rini · 1 year, 11 months ago
  11. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  12. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  13. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  14. 6b9a829 video: Drop atmel LCD code by Simon Glass · 2 years ago
  15. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  16. 08f8018 arm: Remove snapper9260 board by Tom Rini · 2 years, 3 months ago
  17. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  18. 284c1a9 Merge tag 'u-boot-at91-2022.10-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next by Tom Rini · 2 years, 4 months ago
  19. c1cadac gpio: atmel_pio4: add support for PIO_PORTE by Mihai Sain · 2 years, 5 months ago
  20. 5858b90 spl: Move SPL_LDSCRIPT defaults to one place by Tom Rini · 2 years, 4 months ago
  21. d6e9efa Convert CONFIG_EFLASH_PROTSECTORS to Kconfig by Tom Rini · 2 years, 4 months ago
  22. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 5 months ago
  23. 0fbc893 ARM: mach-at91: armv7: Remove default reset driver by Sergiu Moga · 2 years, 7 months ago
  24. 34a28bd ARM: mach-at91: arm926ejs: Add SYSRESET conditional by Sergiu Moga · 2 years, 7 months ago
  25. b07a022 board: Add sam9x60_curiosity support by Durai Manickam KR · 2 years, 7 months ago
  26. 8c3e231 at91: Remove unused LED code by Tom Rini · 2 years, 7 months ago
  27. 70fb1ae timer: atmel_tcb_timer: add atmel_tcb driver by Clément Léger · 2 years, 7 months ago
  28. f206af8 ARM: at91: sama7g5: Reset external devices at software reset by Tudor Ambarus · 2 years, 8 months ago
  29. af612ee configs: Convert AT91RESET_EXTRST to Kconfig by Tudor Ambarus · 2 years, 8 months ago
  30. 5576bb3 ARM: at91: sama5d2: Enable the use of Galois Tables from ROM by Tudor Ambarus · 2 years, 9 months ago
  31. 5a606a4 Convert CONFIG_AT91_WANTS_COMMON_PHY to Kconfig by Tom Rini · 2 years, 7 months ago
  32. cb81640 Convert CONFIG_ATMEL_LEGACY to Kconfig by Tom Rini · 2 years, 7 months ago
  33. 5644f3b Convert CONFIG_AT91_GPIO_PULLUP to Kconfig by Tom Rini · 2 years, 7 months ago
  34. 675e703 Convert CONFIG_AT91SAM9260 et al to Kconfig by Tom Rini · 2 years, 7 months ago
  35. 3425dec Convert CONFIG_AT91_EFLASH to Kconfig by Patrick Delaunay · 2 years, 10 months ago
  36. 9bf459c ARM: mach-at91: Add compile time option to choose proper timer by Hari Prasath · 2 years, 10 months ago
  37. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago WIP/2021-09-30-whitespace-cleanups
  38. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 1 month ago
  39. 094f19c ARM: mach-at91: armv7: fix multiple cpu_reset definition when enabling SYSRESET by Clément Léger · 3 years, 3 months ago
  40. 6beb4a3 ARM: at91: Add chip ID of SAMA5D29 by Hari Prasath · 3 years, 3 months ago
  41. 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 2 months ago
  42. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  43. a2ac2b9 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 2 months ago
  44. f4a6f75 arm: Remove at91rm9200ek boards by Tom Rini · 3 years, 5 months ago
  45. a94b2aa Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 3 years, 4 months ago WIP/17Jun2021-next
  46. 55661ee Revert "sama5d3: Fix Galois Field Table offsets" by Tudor Ambarus · 3 years, 5 months ago
  47. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  48. 65a591f arm: Remove picosam9g45 board by Tom Rini · 3 years, 8 months ago
  49. 80c642f arm: Remove wb50n board by Tom Rini · 3 years, 8 months ago
  50. 3cb80c7 arm: Remove wb45n board by Tom Rini · 3 years, 8 months ago
  51. 7d23eb9 Merge tag 'u-boot-atmel-2021.07-a' of https://source.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 3 years, 7 months ago
  52. bbfb81c ARM: mach-at91: arm926ejs: fix data abort in startup returning from lowlevel_init by Martin Townsend · 3 years, 8 months ago
  53. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 10 months ago
  54. 8bad34a pinctrl: at91-pio4: add support for slew-rate by Claudiu Beznea · 3 years, 9 months ago
  55. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  56. 786f35b ARM: at91: spl: add spl_early_init for sama5d2 platforms by Greg Gallagher · 3 years, 9 months ago
  57. 3270c47 sam9x60.h: Fix Galois Field Table offsets by Kai Stuhlemmer (ebee Engineering) · 3 years, 10 months ago
  58. 786f888 sama5d3: Fix Galois Field Table offsets by Tudor Ambarus · 3 years, 10 months ago
  59. 417eca0 pinctrl: at91-pio4: implement drive strength support by Eugen Hristev · 3 years, 10 months ago
  60. 996f217 Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 9 months ago
  61. 1d463d6 board: atmel: sama7g5ek: add initial support for sama7g5ek by Eugen Hristev · 4 years, 7 months ago
  62. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  63. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago WIP/05Jan2021-next
  64. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 10 months ago
  65. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  66. 6c5f79d ARM: mach-at91: fix timer.o compile condition by Eugen Hristev · 4 years ago
  67. 62495e2 ARM: at91: armv7: sama7g5 uses CCF clock driver by Nicolas Ferre · 4 years ago
  68. db228c5 ARM: at91: Add chip ID for SAM9X60 SiP by Nicolas Ferre · 4 years ago
  69. 558378a ARM: mach-at91: add support for new SoC sama7g5 by Eugen Hristev · 4 years, 2 months ago
  70. 919c4f3 ARM: at91: common: guard ATMEL_PIT code by ifdef by Eugen Hristev · 4 years, 2 months ago
  71. 68d3ec5 board: atmel: common: introduce at91_set_eth1addr for second interface by Eugen Hristev · 4 years, 3 months ago
  72. e6385c7 Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 3 months ago
  73. e3e2470 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 4 months ago
  74. 348d183 Convert CONFIG_AT91_GPIO to Kconfig by Tom Rini · 4 years, 4 months ago
  75. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago WIP/2020-05-18-reduce-size-of-common.h
  76. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  77. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  78. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  79. b79fdc7 common: Drop flash.h from common header by Simon Glass · 4 years, 5 months ago
  80. a595a0e flash: Tidy up coding style for flash functions by Simon Glass · 4 years, 5 months ago
  81. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  82. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 10 months ago
  83. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 4 years, 10 months ago
  84. ac0f978 Merge tag 'u-boot-atmel-2020.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years, 10 months ago
  85. f10b400 board: atmel: sama5d27_wlsom1_ek: Set ethaddr from spi-nor flash by Tudor Ambarus · 5 years ago
  86. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 11 months ago
  87. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  88. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  89. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  90. cd0fcf1 ARM: at91: Add SFR definitions by Tudor Ambarus · 5 years ago
  91. b96b175 ARM: at91: Rename sama5_sfr.h to at91_sfr.h by Tudor Ambarus · 5 years ago
  92. 5142266 board: atmel: Add sam9x60ek board by Sandeep Sheriker Mallikarjun · 5 years ago
  93. 9cf7f46 ARM: at91: Add sam9x60 soc by Sandeep Sheriker Mallikarjun · 5 years ago
  94. c721c22 board: atmel: sama5d2_wlsom1_ek: add SPL support by Eugen Hristev · 5 years ago
  95. a34ae7c ARM: at91: mpddrc: add lpddr2 initialization procedure by Eugen Hristev · 5 years ago
  96. f64ec16 board: laird: wb50n: use configure_ddrcfg_input_buffers by Eugen Hristev · 5 years ago
  97. b1c7b33 ARM: at91: sfr: implement DDR input buffers open function by Eugen Hristev · 5 years ago
  98. d231e37 ARM: at91: sfr: convert to Kconfig by Eugen Hristev · 5 years ago
  99. 44b5c40 board: atmel: add sama5d27_wlsom1_ek board by Nicolas Ferre · 5 years ago
  100. 00561e7 ARM: at91: Add the chip ID for SAMA5D2 LPDDR2 SiP by Nicolas Ferre · 5 years ago