1. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  2. daf0721 stm32mp: fix various array bounds checks by Rasmus Villemoes · 1 year, 8 months ago
  3. 6eea541 ARM: stm32: Pass ROM API table pointer to U-Boot proper by Marek Vasut · 1 year, 11 months ago
  4. dbeaca7 ARM: stm32: Factor out save_boot_params by Marek Vasut · 1 year, 11 months ago
  5. 46f9eb5 arm: stm32mp: support 2 MAC address for STM32MP13 by Patrick Delaunay · 2 years, 6 months ago
  6. 960debb arm: stm32mp: add support of STM32MP13x by Patrick Delaunay · 2 years, 6 months ago
  7. 6df271a arm: stm32mp: move code for STM32MP15x by Patrick Delaunay · 2 years, 6 months ago
  8. 3865a7e arm: stm32mp: move the get_otp helper function in bsec by Patrick Delaunay · 2 years, 6 months ago
  9. 655af9a ARM: stm32mp: correctly handle Silicon revision by Patrick Delaunay · 2 years, 7 months ago
  10. c8b2eef stm32mp15: tidy up #ifdefs in cpu.c by Patrick Delaunay · 3 years, 1 month ago
  11. f42045b stm32mp15: replace CONFIG_TFABOOT when it is possible by Patrick Delaunay · 3 years, 1 month ago
  12. 9788708 arm: stm32mp: bsec: Update OTP shadow registers in SPL by Patrick Delaunay · 3 years, 1 month ago
  13. 8b71b20 arm: stm32mp1: force boot_device variable for invalid TAMP register value by Patrick Delaunay · 3 years, 5 months ago
  14. 3c1057c stm32mp: use device sequence number in boot_instance variable by Patrick Delaunay · 3 years, 5 months ago
  15. ade4e04 stm32mp: don't map the reserved region with no-map property by Patrick Delaunay · 3 years, 7 months ago
  16. 3f2e3c7 Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 8 months ago
  17. 2c2d7d6 arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variables by Marek Vasut · 3 years, 8 months ago
  18. cbea7b3 stm32mp: replace printf by log macro in setup_boot_mode by Patrick Delaunay · 3 years, 8 months ago
  19. 5fc6e86 stm32mp: update uart number in trace of serial device not found by Patrick Delaunay · 3 years, 8 months ago
  20. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 8 months ago
  21. 23e20b2 arm: stm32mp: Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled by Patrice Chotard · 3 years, 9 months ago
  22. f49eb16 stm32mp: stm32prog: replace alias by serial device sequence number by Patrick Delaunay · 3 years, 9 months ago
  23. b9d5e3a stm32mp: stm32prog: reactivate console and display serial error by Patrick Delaunay · 3 years, 9 months ago
  24. 5a05af8 stm32mp: stm32prog: Add CONFIG_CMD_STM32PROG_SERIAL and _USB by Patrick Delaunay · 3 years, 9 months ago
  25. aad8414 stm32mp: update the mmu configuration for SPL and prereloc by Patrick Delaunay · 3 years, 10 months ago
  26. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  27. eb653ac arm: stm32mp: migrate trace to log macro by Patrick Delaunay · 4 years, 1 month ago
  28. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  29. 77c077e arm: stm32mp: correct the ALIGN macro usage by Patrick Delaunay · 4 years, 1 month ago
  30. 67f9f11 stm32mp: limit size of cacheable DDR in pre-reloc stage by Patrick Delaunay · 4 years, 3 months ago
  31. cf8df34 arm: stm32mp: cleanup test on eth_env_set_enetaddr result by Patrick Delaunay · 4 years, 8 months ago
  32. 43fe9d2 stm32mp1: mmu_set_region_dcache_behaviour by Patrick Delaunay · 4 years, 4 months ago
  33. 97f7e39 arm: stm32mp: move dbgmcu_init call when DT is ready by Patrick Delaunay · 4 years, 4 months ago
  34. bd3f60d arm: stm32mp: protect DBGMCU_IDC access with BSEC by Patrick Delaunay · 4 years, 5 months ago
  35. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  36. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  37. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  38. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  39. 7e8471c arm: stm32mp: activate data cache in SPL and before relocation by Patrick Delaunay · 4 years, 7 months ago
  40. 7802a44 stm32mp: add function get_cpu_dev by Patrick Delaunay · 4 years, 8 months ago
  41. b664a74 board: stm32mp1: support boot from spi-nand by Patrick Delaunay · 4 years, 8 months ago
  42. 654706b configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT by Patrick Delaunay · 4 years, 8 months ago
  43. 050fed8 stm32mp1: add 800 MHz profile support by Patrick Delaunay · 4 years, 9 months ago
  44. ac5e4d8 arm: stm32mp: add function get_soc_name by Patrick Delaunay · 4 years, 10 months ago
  45. 7ae22d7 arm: stm32mp: bsec: add permanent lock support in bsec driver by Patrick Delaunay · 4 years, 10 months ago
  46. cf0818b stm32mp1: support of STM32MP15x Rev.Z by Patrick Delaunay · 4 years, 10 months ago
  47. e71b9a6 ARM: stm32: Allow overriding setup_mac_address() by Marek Vasut · 5 years ago
  48. 7bff971 stm32mp1: reset coprocessor status at cold boot by Fabien Dessenne · 5 years ago
  49. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  50. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  51. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  52. e609e13 stm32mp1: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  53. 24cb458 stm32mp1: export get_cpu_package function by Patrick Delaunay · 5 years ago
  54. bc9487d arm: mach-stm32mp: Add newline to the MAC error message by Manivannan Sadhasivam · 6 years ago
  55. 17f1f9b stm32mp1: Replace OTP read by SHADOW read by Patrick Delaunay · 6 years ago
  56. 59a54e3 stm32mp1: basic boot: SPL enable access to GPIOZ bank by Patrick Delaunay · 6 years ago
  57. 8983ba2 stm32mp1: align serial number on bootrom by Patrick Delaunay · 6 years ago
  58. 9a2ba28 stm32mp1: support forced boot mode by Patrick Delaunay · 6 years ago
  59. 35d568f stm32mp1: update print_cpuinfo() by Patrick Delaunay · 6 years ago
  60. 7f63c1e stm32mp1: update boot mode management by Patrick Delaunay · 6 years ago
  61. abf2678 stm32mp1: add trusted boot with TF-A by Patrick Delaunay · 6 years ago
  62. 8729b1a misc: Update read() and write() methods to return bytes xfered by Simon Glass · 6 years ago
  63. 7f7deb0 stm32mp1: use OTP to configure MAC address and serial number by Patrick Delaunay · 7 years ago
  64. 320d266 stm32mp1: Allow to activate CONFIG_DEBUG_UART by Patrick Delaunay · 7 years ago
  65. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 7 years ago
  66. 86634a9 stm32mp: handle SYSRESET by Patrick Delaunay · 7 years ago
  67. 08772f6 stm32mp1: get boot mode from BootRom by Patrick Delaunay · 7 years ago
  68. 96583cd stm32mp: add check of cpu identifier by Patrick Delaunay · 7 years ago
  69. cda3dcb stm32mp: cleanup cpu.c by Patrick Delaunay · 7 years ago
  70. 2514c2d arm: stm32: add new architecture for STM32MP family by Patrick Delaunay · 7 years ago