1. 22137b8 pci: ppc: Drop ftpci100 driver by Simon Glass · 3 years, 3 months ago
  2. 076c7bf global_data: Ensure we have <config.h> when symbols are not in Kconfig yet by Tom Rini · 3 years, 5 months ago
  3. 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 5 months ago
  4. 77b8cfe lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · 3 years, 8 months ago
  5. 477a6bc arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · 3 years, 10 months ago
  6. 5ffd5e8 bdinfo: nds32: Use generic bd_info by Simon Glass · 4 years, 5 months ago
  7. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  8. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 8 months ago
  9. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 8 months ago
  10. c22c0db dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · 4 years, 8 months ago
  11. c0a5a81 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 9 months ago
  12. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  13. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  14. 73171c8 nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · 6 years ago
  15. 76b916f nds32: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 6 years ago
  16. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  17. ebce73f Drop CONFIG_FTSDC010_BASE by Rick Chen · 7 years ago
  18. b3666a6 nds32: Use asm-generic/io.h by Paul Burton · 7 years ago
  19. 9c7ffc9 nds32: Fix io.h warning message about readb by rick · 7 years ago
  20. e336b73 nds32: ftmac100 support cache enable. by rick · 7 years ago
  21. 19fc21f nds32: bootm: Fix warning of struct tag_serialnr declared by rick · 7 years ago
  22. b27af39 dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  23. e8d4fa9 nds32: Make u-boot-nds32.h a private header by Simon Glass · 7 years ago
  24. b841b6e nds32: Support AE3XX platform. by rick · 7 years ago
  25. 86132af nds32: Support AG101P serial DM. by rick · 8 years ago
  26. d607f6f nds32: Support relocation. by rick · 9 years ago
  27. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  28. c74b8fc arm, nds32, sh: remove useless ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  29. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  30. b19cc6b nds32: Fix compile error. by rick · 9 years ago
  31. d0a3123 nds32: Use the generic bitops headers by Fabio Estevam · 9 years ago
  32. b3537c0 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  33. 2e88bb2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  34. 0267ba5 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  35. 8e26157 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  36. 9f128bc nds32: introduce DMA allocation API by ken kuo · 11 years ago
  37. aaf5e82 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  38. 99ca91b nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers by Tom Rini · 11 years ago
  39. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  40. e3c58b0 nds32: Enable the function of passing parameters to Linux by ken kuo · 11 years ago
  41. bea2868 nds32: introduce macros for bit manipulation by Gabor Juhos · 11 years ago
  42. fe8e4db nds32: Use sections header to obtain link symbols by Kuan-Yu Kuo · 12 years ago
  43. 716cc8c Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  44. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  45. 3929fb0 Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  46. ea6bd08 nds32: Add a basic errno.h by Simon Glass · 12 years ago
  47. ee22c1a nds32: Use generic global_data by Simon Glass · 12 years ago
  48. 3743478 nds32: Drop tlb_addr from global data by Simon Glass · 12 years ago
  49. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  50. a25356d nds32: Change global data baudrate to int by Simon Glass · 12 years ago
  51. 38230ee nds32: drop bi_enetaddr from global data by Mike Frysinger · 12 years ago
  52. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  53. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  54. 1e52fea nds32/ag102: add header support of ag102 soc by Macpaul Lin · 13 years ago
  55. b0c4fae nds32: fix ptrace and interrupt register overflow by Macpaul Lin · 13 years ago
  56. 184e6f7 nds32: add linkage support by Macpaul Lin · 13 years ago
  57. d21f6e5 nds32: enhance io.h for compatibility with periphals by Macpaul Lin · 13 years ago
  58. 6cb144b adp-ag101p: Add SoC and board support of ag101p by Macpaul Lin · 14 years ago
  59. a53ef5e nds32: asm/io.h: add __iormb __iowmb and inline io support by Macpaul Lin · 13 years ago
  60. 466e73b nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Macpaul Lin · 13 years ago
  61. 445a886 nds32/ag101: cpu and init funcs of SoC ag101 by Macpaul Lin · 13 years ago
  62. 00f892f nds32: add header files support for nds32 by Macpaul Lin · 13 years ago