1. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · 6 years ago
  2. 9dc13da Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
  3. 508332b config.mk: Remove duplicated -fno-strict-aliasing by Bin Meng · 6 years ago
  4. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  5. 348a236 nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · 7 years ago
  6. 2725e0b nds32: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · 7 years ago
  7. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  8. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  9. 87bed2a Drop CONFIG_FTSDC010_BASE by Rick Chen · 7 years ago
  10. b29123e nds32: dts: AG101P support sd High-Speed mode by Rick Chen · 7 years ago
  11. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  12. da1ad11 nds32: dts: Support ftsdc010 DM. by Rick Chen · 7 years ago
  13. b037a5b nds32: Use asm-generic/io.h by Paul Burton · 7 years ago
  14. a6a1db3 nds32: Fix io.h warning message about readb by rick · 7 years ago
  15. 4f6cd72 nds32: board: Support SPI driver. by rick · 7 years ago
  16. 702affe nds32: ftmac100 support cache enable. by rick · 7 years ago
  17. 6a93159 nds32: bootm: Fix warning of struct tag_serialnr declared by rick · 7 years ago
  18. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · 7 years ago
  19. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  20. 692abc9 nds32: Remove include files from common.h by Simon Glass · 8 years ago
  21. 94dd939 nds32: Make u-boot-nds32.h a private header by Simon Glass · 8 years ago
  22. dc24dac nds32: eth: Support ftmac100 DM. by rick · 8 years ago
  23. f1113c9 nds32: Support AE3XX platform. by rick · 8 years ago
  24. 6d564b8 nds32: Support AG101P timer DM. by rick · 8 years ago
  25. 2492bfc nds32: Support AG101P serial DM. by rick · 8 years ago
  26. dfafe89 Remove various unused interrupt related code by Tom Rini · 8 years ago
  27. b0fd6e0 nds32: Support relocation. by rick · 9 years ago
  28. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  29. ea83da5 arm, nds32, sh: remove useless ioremap()/iounmap() defines by Masahiro Yamada · 8 years ago
  30. 7557405 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  31. 687f1f8 nds32: Fix compile error. by rick · 9 years ago
  32. 4a779da nds32: Use the generic bitops headers by Fabio Estevam · 9 years ago
  33. 71300b2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  34. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · 9 years ago
  35. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  36. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · 10 years ago
  37. ffdb488 remove unnecessary version.h includes by Rob Herring · 10 years ago
  38. ef932b0 common: Move dram_init() declaration to common location by Michal Simek · 10 years ago
  39. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · 10 years ago
  40. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  41. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  42. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  43. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  44. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  45. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  46. 8226dfd kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib by Masahiro Yamada · 11 years ago
  47. a06c7cd config.mk: specify the exact path to standalone linker script by Masahiro Yamada · 11 years ago
  48. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  49. 350735c kbuild: add dummy obj-y to create built-in.o by Masahiro Yamada · 11 years ago
  50. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  51. 1aa6bf9 nds32: add support for leopard and orca board boot flow auto detect by rick · 11 years ago
  52. 8087e0e nds32: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  53. 6e56e4a nds32: introduce DMA allocation API by ken kuo · 11 years ago
  54. 827b6f6 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · 11 years ago
  55. b69fa0d nds32: Enable FPU if the version of CPU supported by ken kuo · 11 years ago
  56. 98a4269 nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers by Tom Rini · 11 years ago
  57. c081426 nds32: Convert Makefiles to use COBJS-y style by ken kuo · 11 years ago
  58. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  59. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. 55edeb5 nds32: ag101/ag102: Fix setting lastdec and now values by Axel Lin · 11 years ago
  61. 3756a37 nds32: Enable the function of passing parameters to Linux by ken kuo · 11 years ago
  62. 7abab27 nds32: Enable two banks of SDRAM on Andes board by ken kuo · 11 years ago
  63. caa2a96 nds32: introduce macros for bit manipulation by Gabor Juhos · 12 years ago
  64. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
  65. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  66. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · 11 years ago
  67. b73752a nds32: Use sections header to obtain link symbols by Kuan-Yu Kuo · 12 years ago
  68. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  69. 4a59809 Consolidate bool type by York Sun · 12 years ago
  70. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  71. 5b92820 Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  72. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  73. ed70c8f Replace __bss_end__ with __bss_end by Simon Glass · 12 years ago
  74. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  75. b3b533c malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  76. be288b0 nds32: Add a basic errno.h by Simon Glass · 12 years ago
  77. f62b94d nds32: Use generic global_data by Simon Glass · 12 years ago
  78. 7734b95 nds32: Drop tlb_addr from global data by Simon Glass · 12 years ago
  79. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  80. efd76dad common: Discard the __u_boot_cmd section by Marek Vasut · 12 years ago
  81. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  82. 607092a common: Add .u_boot_list into all linker files by Marek Vasut · 12 years ago
  83. f4baef0 nds32: Change global data baudrate to int by Simon Glass · 12 years ago
  84. 4298c93 nds32: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT by Nobuhiro Iwamatsu · 13 years ago
  85. 52039da serial: Remove CONFIG_SERIAL_MULTI from remaining sources by Marek Vasut · 12 years ago
  86. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  87. 1ab1e61 nds32: fix unused pmu_init warning by Mike Frysinger · 12 years ago
  88. cf68311 nds32: delete unused local variable by Mike Frysinger · 12 years ago
  89. a090309 nds32: drop bi_enetaddr from global data by Mike Frysinger · 12 years ago
  90. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  91. 30c3944 nds32: split common cache access from cpu into lib by Macpaul Lin · 12 years ago
  92. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  93. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  94. 6471556 nds32/ag102: add ag102 soc support by Macpaul Lin · 13 years ago
  95. 024db0a nds32/ag102: add header support of ag102 soc by Macpaul Lin · 13 years ago
  96. 526750b nds32/n1213: correct vector table in start.S by Macpaul Lin · 13 years ago
  97. d29086a nds32: fix ptrace and interrupt register overflow by Macpaul Lin · 13 years ago
  98. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  99. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  100. e474e77 nds32/board.c: add PCI prompt at boot up by Macpaul Lin · 13 years ago