1. 09424d1 board: Switch Abilis TB-100 board to Driver Model for serial port by Alexey Brodkin · 10 years ago
  2. 01496c4 serial-arc: switch to DM by Alexey Brodkin · 10 years ago
  3. b903792 arc: minor fixes in Kconfig by Alexey Brodkin · 10 years ago
  4. f56d625 arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA by Alexey Brodkin · 10 years ago
  5. 3fb8016 arc: clean-up init procedure by Alexey Brodkin · 10 years ago
  6. 8ee2825 arc: move low-level interrupt and exception handlers in a separate file by Alexey Brodkin · 10 years ago
  7. 4d93617 arc: merge common start-up code between ARC and ARCv2 by Alexey Brodkin · 10 years ago
  8. ae4a351 arc: cache - build invalidate_icache_all() and invalidate_dcache_all() always by Alexey Brodkin · 10 years ago
  9. 1069770 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  10. ff255e8 ARM: atmel: at91sam9n12ek: enable spl support by Bo Shen · 10 years ago
  11. d85e891 ARM: atmel: at91sam9x5ek: enable spl support by Bo Shen · 10 years ago
  12. 41d41a9 ARM: atmel: at91sam9m10g45ek: enable spl support by Bo Shen · 10 years ago
  13. 72cb3b6 ARM: atmel: arm926ejs: fix clock configuration by Bo Shen · 10 years ago
  14. e755d54 spl_atmel.c: Switch s_init to board_init_f by Tom Rini · 10 years ago
  15. a2df3a3 ARM: atmel: armv7: switch to use common timer functions by Bo Shen · 10 years ago
  16. a02c8a3 ARM: atmel: arm9: switch to use common timer functions by Bo Shen · 10 years ago
  17. 9da7e3d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  18. e71b422 sunxi: use CONFIG_SYS_CLK_FREQ to set cpu clock by Iain Paton · 10 years ago
  19. 7a14011 sunxi: sun4i: improve cpu clock selection method by Iain Paton · 10 years ago
  20. 246e3b8 sunxi: musb: Fix some lo speed devices not working with musb host by Hans de Goede · 10 years ago
  21. d5f3d17 armv8: semihosting: delete external interface by Linus Walleij · 10 years ago
  22. 202a674 armv8: semihosting: add a command to load semihosted images by Linus Walleij · 10 years ago
  23. e769f68 armv8: semihosting: do not inline trap call by Linus Walleij · 10 years ago
  24. aa63387 m68k: merge per-CPU config.mk into arch/m68k/Makefile by Masahiro Yamada · 10 years ago
  25. 4cbd292 m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  26. f47fb6b m68k: mcf523x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  27. 2bb1cd5 m68k: mcf5227x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  28. 7f8ebbf m68k: mcf5445x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  29. c155ab7 m68k: mcf532x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  30. bdde659 m68k: mcf530x: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  31. d4a9b17 m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk by Masahiro Yamada · 10 years ago
  32. d6c418e ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach by Masahiro Yamada · 10 years ago
  33. ddf6bd4 ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283x by Masahiro Yamada · 10 years ago
  34. 326a682 malloc_f: enable SYS_MALLOC_F by default if DM is on by Masahiro Yamada · 10 years ago
  35. 91405b7 malloc_f: remove redundant defalut values of CONFIG_SYS_MALLOC_F_LEN by Masahiro Yamada · 10 years ago
  36. 6eb6f13 m68k: remove arch/m68k/lib/board.c by Masahiro Yamada · 10 years ago
  37. 0a9e7ee generic-board: select SYS_GENERIC_BOARD for some architectures by Masahiro Yamada · 10 years ago
  38. 0a12e68 generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig by Masahiro Yamada · 10 years ago
  39. e4ad603 x86: quark: Enable on-chip ethernet controllers by Bin Meng · 10 years ago
  40. 1c854dc arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIME by Tom Rini · 10 years ago
  41. 312cc39 x86: quark: MRC codes clean up by Bin Meng · 10 years ago
  42. 7682a99 remove unnecessary version.h includes by Rob Herring · 10 years ago
  43. 90e357e ARM: UniPhier: remove unnecessary ifdef conditional by Masahiro Yamada · 10 years ago
  44. a509161 ARM: UniPhier: disable L2 cache by lowlevel_init of U-Boot proper by Masahiro Yamada · 10 years ago
  45. 62118b7 ARM: UniPhier: optimize kicking secondary CPUs code by Masahiro Yamada · 10 years ago
  46. 4d13b1b ARM: UniPhier: fix typos in comments by Masahiro Yamada · 10 years ago
  47. def3feb ARM: UniPhier: add empty lowlevel_init to U-boot proper by Masahiro Yamada · 10 years ago
  48. ce3a639 ARM: UniPhier: use CONFIG_SPL_STACK to define SPL stack pointer by Masahiro Yamada · 10 years ago
  49. 499785b ARM: UniPhier: enable Driver Model and UART on SPL by Masahiro Yamada · 10 years ago
  50. 7d1a3a6 ARM: UniPhier: move UART pin settings to SPL by Masahiro Yamada · 10 years ago
  51. 94ab98b ARM: UniPhier: move platform devices to SPL by Masahiro Yamada · 10 years ago
  52. d5e7305 ARM: UniPhier: include PH1-LD4 Makefile from PH1-sLD8 by Masahiro Yamada · 10 years ago
  53. 4ab994b ARM: UniPhier: remove unnecessary CONFIG_SYS_SOC by Masahiro Yamada · 10 years ago
  54. 058d231 board/seco: Add mx6q-uq7 basic board support by Boris BREZILLON · 10 years ago
  55. a05a604 ARM: iMX: define an IMX_CONFIG Kconfig option by Boris BREZILLON · 10 years ago
  56. 89ebc82 ARM: mx6: move to a standard arch/board approach by Boris BREZILLON · 10 years ago
  57. e6f4042 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 10 years ago
  58. 8e7a963 ARM: atmel: sama5d4: set non-secured for peripherals by Bo Shen · 10 years ago
  59. 993ea97 ARM: atmel: armv7: move spl lds to armv7 directory by Bo Shen · 10 years ago
  60. 111ec4c ARM: at91: at91sam9rlek: add mci support by Wu, Josh · 10 years ago
  61. a538ae9 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago
  62. 5043045 powerpc: ppc4xx: remove korat board support by Masahiro Yamada · 10 years ago
  63. 41eb4e5 powerpc: mpc5xxx: remove galaxy5200 board support by Masahiro Yamada · 10 years ago
  64. 6beecd5 powerpc: ppc4xx: remove W7OLMC/W7OLMG board support by Masahiro Yamada · 10 years ago
  65. 470ee8b powerpc: mpc5xxx: remove aev, TB5200 board support by Masahiro Yamada · 10 years ago
  66. 2da8137 powerpc: ppc4xx: remove JSE board support by Masahiro Yamada · 10 years ago
  67. f8296d6 powerpc: mpc5xxx: remove BC3450 board support by Masahiro Yamada · 10 years ago
  68. a74ef40 Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 10 years ago
  69. 6462cde ARM: UniPhier: adjust device trees for business transfer by Masahiro Yamada · 10 years ago
  70. cdef0b3 ARM: OMAP3: rx51: Enable workaround for ARM errata 454179, 430973, 621766 by Nishanth Menon · 10 years ago
  71. c6f90e1 ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766 by Nishanth Menon · 10 years ago
  72. fc7368e ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration by Nishanth Menon · 10 years ago
  73. 5f60376 ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870 by Praveen Rao · 10 years ago
  74. 49ec949 ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1 by Nishanth Menon · 10 years ago
  75. 987ec58 ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs by Nishanth Menon · 10 years ago
  76. 6d8abe6 ARM: OMAP: Change set_pl310_ctrl_reg to be generic by Nishanth Menon · 10 years ago
  77. 9b4d65f ARM: Introduce erratum workaround for 621766 by Nishanth Menon · 10 years ago
  78. 5902f4c ARM: Introduce erratum workaround for 430973 by Nishanth Menon · 10 years ago
  79. b45c48a ARM: Introduce erratum workaround for 454179 by Nishanth Menon · 10 years ago
  80. c616a0d ARM: Introduce erratum workaround for 798870 by Nishanth Menon · 10 years ago
  81. 9d16c52 mx6: soc: Switch to cold reset by Dirk Behme · 10 years ago
  82. 0c1842a imx:mx6 remove duplicated includes by Peng Fan · 10 years ago
  83. b79dadf Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
  84. 23b5877 armv8/vexpress64: make multientry conditional by Linus Walleij · 10 years ago
  85. dd09f7e ARM: PSCI: Rework the DT handler slightly by Tom Rini · 10 years ago
  86. 114c86d arm: relocation: clear .bss section with arch memset if defined by Przemyslaw Marczak · 10 years ago
  87. 65994d0 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  88. 1c6f6a6 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  89. 950cb9b use ASM_NL instead of '; ' for assembler new line character in the macro by Chen Gang · 10 years ago
  90. b050898 omap: gpmc: 'nandecc sw' can use HAM1 or BCH8 by Ash Charles · 10 years ago
  91. e310b93 m68k: add generic-board support by angelo@sysam.it · 10 years ago
  92. e77e65d m68k: add mcf5307 cpu support by angelo@sysam.it · 10 years ago
  93. 06fd66a m68k: add amcore board support by angelo@sysam.it · 10 years ago
  94. a2bc432 Adding Support for BAV335x boards by Gilles Gameiro · 10 years ago
  95. d275c40 omap3: add support for QUIPOS Cairo board. by Albert ARIBAUD \(3ADEV\) · 10 years ago
  96. e04916a SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms. by gaurav rana · 10 years ago
  97. a2e225e fsl_sfp : Move ccsr_sfp_regs definition to common include by gaurav rana · 10 years ago
  98. 9b5b60a Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 10 years ago
  99. 901f79e arm: pxa: introducing cpuinfo display for marvell pxa270m by Marcel Ziswiler · 10 years ago
  100. 02ebe6f Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 10 years ago