1. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 8 months ago
  2. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 8 months ago
  3. c22c0db dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · 4 years, 8 months ago
  4. c0a5a81 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 9 months ago
  5. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  6. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 10 months ago
  7. 9413387 common: Move relocate_code() to init.h by Simon Glass · 4 years, 10 months ago
  8. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
  9. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  10. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  11. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
  12. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  13. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  14. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  15. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  16. a0aba8a CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · 5 years ago
  17. b7b4af0 CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' case by Trevor Woerner · 5 years ago
  18. ffd4c7c dts: switch spi-flash to jedec, spi-nor compatible by Neil Armstrong · 6 years ago
  19. 866ab87 nds32: dts: Fix mmc node compatible string by Rick Chen · 6 years ago
  20. e690148 nds32: Fix boot fail issue when build with elf-mculib. by Rick Chen · 6 years ago
  21. 9135858 nds32: Generate SW fpu instruction. by Rick Chen · 6 years ago
  22. 28c107f nds32: Remove gcc unused option by Rick Chen · 6 years ago
  23. c95cafd Drop CONFIG_INIT_CRITICAL by Bin Meng · 6 years ago
  24. 1d3b97c Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
  25. d8d81d4 config.mk: Remove duplicated -fno-strict-aliasing by Bin Meng · 6 years ago
  26. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  27. 73171c8 nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · 6 years ago
  28. 76b916f nds32: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 6 years ago
  29. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  30. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  31. ebce73f Drop CONFIG_FTSDC010_BASE by Rick Chen · 7 years ago
  32. 2060a69 nds32: dts: AG101P support sd High-Speed mode by Rick Chen · 7 years ago
  33. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  34. febcd97 nds32: dts: Support ftsdc010 DM. by Rick Chen · 7 years ago
  35. b3666a6 nds32: Use asm-generic/io.h by Paul Burton · 7 years ago
  36. 9c7ffc9 nds32: Fix io.h warning message about readb by rick · 7 years ago
  37. 7b1a50b nds32: board: Support SPI driver. by rick · 7 years ago
  38. e336b73 nds32: ftmac100 support cache enable. by rick · 7 years ago
  39. 19fc21f nds32: bootm: Fix warning of struct tag_serialnr declared by rick · 7 years ago
  40. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  41. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  42. 3a53e99 nds32: Remove include files from common.h by Simon Glass · 7 years ago
  43. e8d4fa9 nds32: Make u-boot-nds32.h a private header by Simon Glass · 7 years ago
  44. be71a17 nds32: eth: Support ftmac100 DM. by rick · 7 years ago
  45. b841b6e nds32: Support AE3XX platform. by rick · 7 years ago
  46. f5076f8 nds32: Support AG101P timer DM. by rick · 7 years ago
  47. 86132af nds32: Support AG101P serial DM. by rick · 8 years ago
  48. 01abae4 Remove various unused interrupt related code by Tom Rini · 8 years ago
  49. d607f6f nds32: Support relocation. by rick · 9 years ago
  50. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  51. c74b8fc arm, nds32, sh: remove useless ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  52. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  53. b19cc6b nds32: Fix compile error. by rick · 9 years ago
  54. d0a3123 nds32: Use the generic bitops headers by Fabio Estevam · 9 years ago
  55. b3537c0 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  56. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  57. a26cd04 arch: Make board selection choices optional by Joe Hershberger · 9 years ago
  58. d2eaec6 net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  59. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  60. 0267ba5 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  61. e19db55 Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  62. 56f31e8 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  63. 165ecd2 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  64. 461be2f kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  65. 90f984e kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  66. dd84058 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  67. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  68. 254d68b kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib by Masahiro Yamada · 11 years ago
  69. a0a15b4 config.mk: specify the exact path to standalone linker script by Masahiro Yamada · 11 years ago
  70. 9b6e2c3 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  71. 7c8278a kbuild: add dummy obj-y to create built-in.o by Masahiro Yamada · 11 years ago
  72. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  73. f889cc8 nds32: add support for leopard and orca board boot flow auto detect by rick · 11 years ago
  74. 547bb1e nds32: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  75. 9f128bc nds32: introduce DMA allocation API by ken kuo · 11 years ago
  76. aaf5e82 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  77. c54fd3e nds32: Enable FPU if the version of CPU supported by ken kuo · 11 years ago
  78. 99ca91b nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers by Tom Rini · 11 years ago
  79. 951344b nds32: Convert Makefiles to use COBJS-y style by ken kuo · 11 years ago
  80. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  81. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  82. 4fc9670 nds32: ag101/ag102: Fix setting lastdec and now values by Axel Lin · 11 years ago
  83. e3c58b0 nds32: Enable the function of passing parameters to Linux by ken kuo · 11 years ago
  84. 3c01670 nds32: Enable two banks of SDRAM on Andes board by ken kuo · 11 years ago
  85. bea2868 nds32: introduce macros for bit manipulation by Gabor Juhos · 11 years ago
  86. 3f4978c i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  87. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  88. 2cb0e55 avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  89. fe8e4db nds32: Use sections header to obtain link symbols by Kuan-Yu Kuo · 12 years ago
  90. d2eae43 lib: consolidate hang() by Andreas Bießmann · 12 years ago
  91. 472d546 Consolidate bool type by York Sun · 12 years ago
  92. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  93. 716cc8c Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  94. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  95. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  96. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  97. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  98. ea6bd08 nds32: Add a basic errno.h by Simon Glass · 12 years ago
  99. ee22c1a nds32: Use generic global_data by Simon Glass · 12 years ago
  100. 3743478 nds32: Drop tlb_addr from global data by Simon Glass · 12 years ago