1. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  2. a0a71d3b Remove CROSS_COMPILE default from arch/*/config.mk by Tom Rini · Tue May 19 10:32:33 2020 -0400
  3. 6570d73 bdinfo: nds32: Use generic bd_info by Simon Glass · Sun May 10 14:16:25 2020 -0600
  4. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  5. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  6. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  7. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  8. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  9. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  10. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  11. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  12. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  13. 7167d67 dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · Fri Feb 14 16:40:17 2020 +0900
  14. 4a81a21 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · Thu Jan 16 14:23:45 2020 +0530
  15. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  16. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  17. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  18. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  19. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  20. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  21. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  22. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  23. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  24. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  25. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  26. ba64b8b CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · Fri May 03 09:40:59 2019 -0400
  27. 4d4ac02 CONFIG_SYS_[ID]CACHE_OFF: unify the 'any' case by Trevor Woerner · Fri May 03 09:40:56 2019 -0400
  28. a009fa7 dts: switch spi-flash to jedec, spi-nor compatible by Neil Armstrong · Sun Feb 10 10:16:20 2019 +0000
  29. 9f76865 nds32: dts: Fix mmc node compatible string by Rick Chen · Tue Jan 15 13:30:35 2019 +0800
  30. 8c5e914 nds32: Fix boot fail issue when build with elf-mculib. by Rick Chen · Tue Jan 15 11:07:54 2019 +0800
  31. f078804 nds32: Generate SW fpu instruction. by Rick Chen · Tue Jan 15 10:41:20 2019 +0800
  32. 2d75ab7 nds32: Remove gcc unused option by Rick Chen · Thu Jan 10 11:22:43 2019 +0800
  33. ccd035a Drop CONFIG_INIT_CRITICAL by Bin Meng · Thu Nov 22 11:26:26 2018 +0100
  34. 9dc13da Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · Sun Sep 23 19:15:15 2018 +0200
  35. 508332b config.mk: Remove duplicated -fno-strict-aliasing by Bin Meng · Sun Sep 16 22:35:29 2018 -0700
  36. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · Mon Aug 06 20:47:39 2018 +0900
  37. 348a236 nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit() by Bryan O'Donoghue · Mon Apr 30 15:56:08 2018 +0100
  38. 2725e0b nds32: Define PLATFORM__SET_BIT for generic_set_bit() by Bryan O'Donoghue · Mon Apr 30 15:56:07 2018 +0100
  39. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  40. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  41. 87bed2a Drop CONFIG_FTSDC010_BASE by Rick Chen · Tue Mar 20 14:06:38 2018 +0800
  42. b29123e nds32: dts: AG101P support sd High-Speed mode by Rick Chen · Thu Mar 15 10:47:07 2018 +0800
  43. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · Wed Jan 24 20:47:09 2018 +0300
  44. da1ad11 nds32: dts: Support ftsdc010 DM. by Rick Chen · Thu Jun 01 15:09:25 2017 +0800
  45. b037a5b nds32: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:06 2017 -0700
  46. a6a1db3 nds32: Fix io.h warning message about readb by rick · Thu Sep 21 10:14:56 2017 +0800
  47. 4f6cd72 nds32: board: Support SPI driver. by rick · Mon Aug 28 15:13:09 2017 +0800
  48. 702affe nds32: ftmac100 support cache enable. by rick · Tue Aug 29 10:12:02 2017 +0800
  49. 6a93159 nds32: bootm: Fix warning of struct tag_serialnr declared by rick · Mon Aug 28 13:31:48 2017 +0800
  50. ef205ea dma: import linux/dma-direction.h to consolidate enum dma_data_direction by Masahiro Yamada · Sat Aug 26 00:50:17 2017 +0900
  51. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  52. 692abc9 nds32: Remove include files from common.h by Simon Glass · Wed May 17 08:22:57 2017 -0600
  53. 94dd939 nds32: Make u-boot-nds32.h a private header by Simon Glass · Wed May 17 08:22:52 2017 -0600
  54. dc24dac nds32: eth: Support ftmac100 DM. by rick · Tue May 23 13:48:27 2017 +0800
  55. f1113c9 nds32: Support AE3XX platform. by rick · Thu May 18 14:37:53 2017 +0800
  56. 6d564b8 nds32: Support AG101P timer DM. by rick · Wed May 17 10:59:20 2017 +0800
  57. 2492bfc nds32: Support AG101P serial DM. by rick · Mon Apr 17 14:41:58 2017 +0800
  58. dfafe89 Remove various unused interrupt related code by Tom Rini · Thu Apr 06 20:42:18 2017 -0400
  59. b0fd6e0 nds32: Support relocation. by rick · Thu Apr 14 14:32:27 2016 +0800
  60. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · Wed Sep 21 11:28:56 2016 +0900
  61. ea83da5 arm, nds32, sh: remove useless ioremap()/iounmap() defines by Masahiro Yamada · Tue Jun 28 10:48:41 2016 +0900
  62. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  63. 687f1f8 nds32: Fix compile error. by rick · Tue Jan 19 13:52:10 2016 +0800
  64. 4a779da nds32: Use the generic bitops headers by Fabio Estevam · Thu Nov 05 12:43:33 2015 -0200
  65. 71300b2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · Mon Aug 24 14:52:36 2015 +0800
  66. 89299e2 NDS32: Generic Board Support and Unsupport by Kun-Hua Huang · Mon Aug 24 14:52:35 2015 +0800
  67. f069960 arch: Make board selection choices optional by Joe Hershberger · Tue May 12 14:46:23 2015 -0500
  68. 3dbe17e net: Remove the bd* parameter from net stack functions by Joe Hershberger · Sun Mar 22 17:09:06 2015 -0500
  69. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  70. ef932b0 common: Move dram_init() declaration to common location by Michal Simek · Fri Jan 30 10:51:46 2015 +0100
  71. 17def7d Kbuild: introduce Makefile in arch/$ARCH/ by Daniel Schwierzeck · Fri Nov 21 23:51:33 2014 +0100
  72. abde127 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · Thu Nov 13 12:28:42 2014 +0900
  73. 40e73b1 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · Thu Nov 13 12:28:40 2014 +0900
  74. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · Sun Sep 14 03:01:49 2014 +0900
  75. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · Wed Jul 30 14:08:23 2014 +0900
  76. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · Wed Jul 30 14:08:14 2014 +0900
  77. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  78. 8226dfd kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib by Masahiro Yamada · Tue Mar 18 16:38:13 2014 +0900
  79. a06c7cd config.mk: specify the exact path to standalone linker script by Masahiro Yamada · Wed Mar 05 16:59:39 2014 +0900
  80. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · Fri Feb 28 14:33:30 2014 +0900
  81. 350735c kbuild: add dummy obj-y to create built-in.o by Masahiro Yamada · Tue Feb 04 17:24:25 2014 +0900
  82. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · Tue Feb 04 17:24:24 2014 +0900
  83. 1aa6bf9 nds32: add support for leopard and orca board boot flow auto detect by rick · Fri Jan 24 17:14:28 2014 +0800
  84. 8087e0e nds32: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:32 2013 +0900
  85. 6e56e4a nds32: introduce DMA allocation API by ken kuo · Tue Aug 06 01:00:53 2013 +0800
  86. 827b6f6 Merge branch 'master' of git://git.denx.de/u-boot-nds32 by Tom Rini · Thu Jul 25 08:22:08 2013 -0400
  87. b69fa0d nds32: Enable FPU if the version of CPU supported by ken kuo · Thu Jul 25 02:17:11 2013 +0800
  88. 98a4269 nds32: Update <asm/io.h> and <asm/setup.h> with SPDX license identifiers by Tom Rini · Wed Jul 24 09:39:00 2013 -0400
  89. c081426 nds32: Convert Makefiles to use COBJS-y style by ken kuo · Thu Jul 25 02:24:54 2013 +0800
  90. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · Wed Jul 24 09:22:28 2013 -0400
  91. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  92. 55edeb5 nds32: ag101/ag102: Fix setting lastdec and now values by Axel Lin · Mon Jul 08 14:29:52 2013 +0800
  93. 3756a37 nds32: Enable the function of passing parameters to Linux by ken kuo · Sat Jun 08 11:14:12 2013 +0800
  94. 7abab27 nds32: Enable two banks of SDRAM on Andes board by ken kuo · Sat Jun 08 11:14:09 2013 +0800
  95. caa2a96 nds32: introduce macros for bit manipulation by Gabor Juhos · Sun May 26 12:11:26 2013 +0200
  96. e0e55bc i2c: common changes for multibus/multiadapter support by Heiko Schocher · Mon Jan 16 21:12:24 2012 +0000
  97. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · Wed Jun 26 15:55:16 2013 +0200
  98. da233ce avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux by Andreas Bießmann · Tue Jul 02 13:57:44 2013 +0200
  99. b73752a nds32: Use sections header to obtain link symbols by Kuan-Yu Kuo · Tue Apr 23 07:47:47 2013 +0000
  100. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000