1. 3451b69 xtensa: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. 206ad6c board: emulation: New board qemu-xtensa by Jiaxun Yang · 5 months ago
  3. bd64275 xtensa: Bring in semihosting headers and config options by Jiaxun Yang · 5 months ago
  4. 76a0b9f xtensa: Define PLATFORM_ELFFLAGS by Jiaxun Yang · 5 months ago
  5. 8dd193b xtensa: Implement phys virt conversion for PTP_MMU by Jiaxun Yang · 5 months ago
  6. e8461f4 xtensa: Correct define of _end symbol by Jiaxun Yang · 5 months ago
  7. 20fa79c xtensa: Move dram_init to xtfpga board file by Jiaxun Yang · 5 months ago
  8. 6a71858 global: Make <asm/global_data.h> include <asm/u-boot.h> by Tom Rini · 7 months ago
  9. d3127bc xtensa: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  10. cdd20e3 Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" by Tom Rini · 7 months ago
  11. 777c284 Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled" by Tom Rini · 8 months ago
  12. 6be5ec9 treewide: Make arch-specific bootm code depend on BOOTM by Simon Glass · 12 months ago
  13. a48336e bootm: Adjust arguments of boot_os_fn by Simon Glass · 11 months ago
  14. 02585ad xtensa: io.h: Add defines for ins/outs functions by Igor Prusov · 1 year ago
  15. ccea96f treewide: unify the linker symbol reference format by Shiji Yang · 1 year, 4 months ago
  16. 1d457db global: Migrate CONFIG_MAX_MEM_MAPPED to CFG by Tom Rini · 2 years ago
  17. 308520b global: Remove unused CONFIG symbols by Tom Rini · 2 years ago
  18. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  19. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
  20. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 3 months ago
  21. d64d338 xtensa: Switch to using CONFIG_XTENSA for building device trees by Tom Rini · 2 years, 6 months ago
  22. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 6 months ago
  23. 6d21dd3 Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig by Tom Rini · 2 years, 9 months ago
  24. 3609e1d dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 11 months ago
  25. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years ago
  26. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago WIP/2021-09-30-whitespace-cleanups
  27. 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  28. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  29. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  30. 7996b7e lmb: xtensa: Add arch_lmb_reserve() by Marek Vasut · 3 years, 3 months ago
  31. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  32. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
  33. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 9 months ago
  34. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago WIP/2021-02-02-drop-asm_global_data-when-unused
  35. 477a6bc arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · 4 years ago
  36. b59cc51 xtensa: Remove arch_setup_bdinfo() by Stefan Roese · 4 years, 3 months ago
  37. e207f22 global: Move from bi_memstart/memsize -> gd->ram_base/ram_size by Stefan Roese · 4 years, 3 months ago
  38. a4aa188 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · 4 years, 4 months ago
  39. faf002c Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · 4 years, 6 months ago
  40. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  41. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 7 months ago
  42. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  43. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  44. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 9 months ago
  45. 9413387 common: Move relocate_code() to init.h by Simon Glass · 5 years ago
  46. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  47. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  48. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  49. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  50. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 5 years ago
  51. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  52. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 6 years ago
  53. a0aba8a CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · 6 years ago
  54. b7b4af0 CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' case by Trevor Woerner · 6 years ago
  55. 47cef9c xtensa: use asm-generic/atomic.h by Chris Packham · 6 years ago
  56. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  57. 0bdea7c CONFIG_SYS_GENERIC_BOARD: Finish migration by Tom Rini · 6 years ago
  58. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  59. 10117a2 xtensa: clean up CONFIG_SYS_TEXT_ADDR by Max Filippov · 7 years ago
  60. e864552 xtensa: Use asm-generic/io.h by Paul Burton · 7 years ago
  61. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  62. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 8 years ago
  63. e47b2d6 board_f: Make relocation functions generic by Simon Glass · 8 years ago
  64. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  65. 63a7578 arch, board: squash lines for immediate return by Masahiro Yamada · 8 years ago
  66. 7e270ec xtensa: add support for the 'xtfpga' evaluation board by Chris Zankel · 8 years ago
  67. 28b48a0 xtensa: add core information for the de212 processor by Max Filippov · 8 years ago
  68. 2d2811c xtensa: add core information for the dc233c processor by Max Filippov · 8 years ago
  69. da188a0 xtensa: add core information for the dc232b processor by Chris Zankel · 8 years ago
  70. c978b52 xtensa: add support for the xtensa processor architecture [2/2] by Chris Zankel · 8 years ago