1. 00a0b56 imx: hab: add mx7 secure boot support by Adrian Alonso · 9 years ago
  2. 1f3029f imx: hab: use read_fuse for secure boot settings by Adrian Alonso · 9 years ago
  3. fcc8cb3 arm: imx: add secure boot fuse details for imx7 SoC by Adrian Alonso · 9 years ago
  4. 6ec8d84 arm: imx: add secure boot fuse details for imx6 SoC by Adrian Alonso · 9 years ago
  5. ae1e853 imx: hab: add secure boot fuse details by Adrian Alonso · 9 years ago
  6. aeb57d8 imx: hab: rework unified rom section for mx7 by Adrian Alonso · 9 years ago
  7. 994d9cf imx: hab: use unified rom section for mx6sx and mx6ul by Adrian Alonso · 9 years ago
  8. c97e476 imx: hab: rework secure boot support for imx6 by Adrian Alonso · 9 years ago
  9. a7209a2 imx: cpu: move common chip revision id's by Adrian Alonso · 9 years ago
  10. ff2b40d arm, imx: add some gpr register defines by Heiko Schocher · 9 years ago
  11. c271c13 imx-common: timer: clean up code by Peng Fan · 9 years ago
  12. 5ded014 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  13. 7b6a364 arch/powerpc/cpu/ppc4xx/Kconfig: Finish removing boards by Tom Rini · 9 years ago
  14. de0fe09 dts: zed: Enable zynq qspi controller node by Jagan Teki · 9 years ago
  15. 4d79f78 dts: zc770-xm010: Enable zynq qspi controller node by Jagan Teki · 9 years ago
  16. dd45632 dts: zc706: Enable zynq qspi controller node by Jagan Teki · 9 years ago
  17. 0ac0ffb dts: zc702: Enable zynq qspi controller node by Jagan Teki · 9 years ago
  18. 52b4702 dts: microzed: Enable zynq qspi controller node by Jagan Teki · 9 years ago
  19. 0a2dc1d dts: zynq: Add zynq qspi controller nodes by Jagan Teki · 9 years ago
  20. cb064e4 arm, powerpc: select SYS_GENERIC_BOARD by Masahiro Yamada · 9 years ago
  21. e04843d zynq: Move SPL console init out of board_init_f() by Simon Glass · 9 years ago
  22. c6187a4 microblaze: Add a TODO to call board_init_f_mem() by Simon Glass · 9 years ago
  23. 35375d4 arm: Switch 32-bit ARM to using generic global_data setup by Simon Glass · 9 years ago
  24. 4f45651 arm: Switch aarch64 to using generic global_data setup by Simon Glass · 9 years ago
  25. 9f36cbc nios2: fix virt_to_phys for nios2 with MMU by Thomas Chou · 9 years ago
  26. 4d7d92f nios2: zap nios2-generic board dir by Thomas Chou · 9 years ago
  27. 8e1e96d nios2: convert dma_alloc_coherent to use malloc_cache_aligned by Thomas Chou · 9 years ago
  28. 93f9646 nios2: convert copy_exception_trampoline to use dm cpu data by Thomas Chou · 9 years ago
  29. 741085b nios2: convert cache flush to use dm cpu data by Thomas Chou · 9 years ago
  30. 3982617 nios2: set default cache configuration in start.S by Thomas Chou · 9 years ago
  31. f8efd77 nios2: clean up comments style in start.S by Thomas Chou · 9 years ago
  32. 8701cc3 nios2: convert ioremap to use dm cpu data by Thomas Chou · 9 years ago
  33. 72b6198 nios2: convert do_reset to use dm cpu data by Thomas Chou · 9 years ago
  34. e0fa55f nios2: remove asm/psr.h by Thomas Chou · 9 years ago
  35. 36b9c9a nios2: convert altera sysid to driver model by Thomas Chou · 9 years ago
  36. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  37. c617026 nios2: convert nios2 cpu to driver model by Thomas Chou · 9 years ago
  38. fb1a4bf nios2 : convert altera_pio to driver model by Thomas Chou · 9 years ago
  39. 99b336a nios2: add clear and set bits macros by Thomas Chou · 9 years ago
  40. 26066df nios2: convert altera_jtag_uart to driver model by Thomas Chou · 9 years ago
  41. 4e1acb7 nios2: map physical address to uncached virtual address by Thomas Chou · 9 years ago
  42. c3c6ab1 nios2: call board_init_f_mem by Thomas Chou · 9 years ago
  43. 60a3b1b nios2: zap version_string by Thomas Chou · 9 years ago
  44. a646271 nios2: zap dly_clks by Thomas Chou · 9 years ago
  45. 16dc04b nios2: Split timer code into timer.c by Thomas Chou · 9 years ago
  46. 47903a6 nios2: Switch to generic timer by Thomas Chou · 9 years ago
  47. 0d5f5e1 nios2: enable device tree control of U-Boot by Thomas Chou · 9 years ago
  48. 93a7842 nios2: define _end in link script by Thomas Chou · 9 years ago
  49. 63ed255 nios2: remove gp assignments in link script by Thomas Chou · 9 years ago
  50. f2bec0e nios2: enlarge the code relocation range by Thomas Chou · 9 years ago
  51. fb731f2 nios2: BSS should be cleared only after board_init_f by Thomas Chou · 9 years ago
  52. 08e4e9c nios2: permit device tree control of U-Boot by Thomas Chou · 9 years ago
  53. a4d1174 am437x: Add am57xx_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  54. bd2fb22 am437x: Add am437x_sk_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  55. f77f9e7 am437x: Add am437x_gp_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  56. 5f016ba omap_hsmmc: update struct hsmmc to accomodate base address from DT by Mugunthan V N · 9 years ago
  57. 0f14831 dra7xx: Add dra74_evm_defconfig using CONFIG_DM by Mugunthan V N · 9 years ago
  58. e8e92b8 ARM: dts: k2g: Add DT support by Lokesh Vutla · 9 years ago
  59. 44157de ARM: k2g: add SD card and eMMC support by Roger Quadros · 9 years ago
  60. 4cedef3 driver: net: keystone_net: add support for rgmii phy by Vitaly Andrianov · 9 years ago
  61. d44bb34 driver: net: keystone_net: fix phy mode configuration by Mugunthan V N · 9 years ago
  62. 71c8993 ARM: k2g: update keystone nav rx queue numbers by Vitaly Andrianov · 9 years ago
  63. 9dadfd7 ARM: k2g: Correct base addresses by Vitaly Andrianov · 9 years ago
  64. 6099011 ARM: k2g: Add support for pin mux configuration by Vitaly Andrianov · 9 years ago
  65. bbf8ac2 ARM: k2g: Add ddr3 info by Vitaly Andrianov · 9 years ago
  66. b00e9cd ARM: k2g: Add PSC info by Vitaly Andrianov · 9 years ago
  67. 7fd5b64 ARM: k2g: Add clock information by Vitaly Andrianov · 9 years ago
  68. 2964684 ARM: k2g: Add pll data by Vitaly Andrianov · 9 years ago
  69. 64c0bab ARM: k2g: Add kconfig support by Lokesh Vutla · 9 years ago
  70. 05b8e49 ARM: k2g: Add support for CPU detection by Lokesh Vutla · 9 years ago
  71. b91d3b0 ARM: keystone2: Use dtb images by default by Lokesh Vutla · 9 years ago
  72. 2c14c64 ARM: dts: k2e: Enable OF_CONTROL and DM by Lokesh Vutla · 9 years ago
  73. 8c54a15 ARM: dts: k2l: Enable OF_CONTROL and DM by Lokesh Vutla · 9 years ago
  74. 050d8ab ARM: dts: k2hk: Enable OF_CONTROL and DM by Lokesh Vutla · 9 years ago
  75. d32bd1e ARM: dts: keystone2: Do not use LPAE addresses in U-Boot by Lokesh Vutla · 9 years ago
  76. 7f8bd53 ARM: dts: Keystone2: Import generic dt files from Linux Kernel by Lokesh Vutla · 9 years ago
  77. 2c06c3f ARM: keystone2: Fix serial port init by Lokesh Vutla · 9 years ago
  78. edf8581 sandbox: Introduce dummy remoteproc nodes by Nishanth Menon · 9 years ago
  79. a7267d2 omap-common: Common get_board_serial function to pass serial through ATAG by Paul Kocialkowski · 9 years ago
  80. 6bc318e omap-common: Common function to display die id, replacing omap3-specific version by Paul Kocialkowski · 9 years ago
  81. 2edadee omap-common: Common serial and usbethaddr functions based on die id by Paul Kocialkowski · 9 years ago
  82. c68d569 omap5: omap_die_id support by Paul Kocialkowski · 9 years ago
  83. d76b8b9 omap4: omap_die_id support by Paul Kocialkowski · 9 years ago
  84. 290ba6d omap3: omap_die_id support by Paul Kocialkowski · 9 years ago
  85. e0cfa45 omap-common: Common omap_die_id definition by Paul Kocialkowski · 9 years ago
  86. 7afc48d Merge git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  87. a4dd9bf x86: Add support for Advantech SOM-6896 by George McCollister · 9 years ago
  88. 149f24f x86: ivybridge: Enable the MRC cache by Bin Meng · 9 years ago
  89. 9eff5a7 x86: ivybridge: Measure the MRC code execution time by Simon Glass · 9 years ago
  90. 5d12980 x86: ivybridge: Fix car_uninit() to correctly set run state by Simon Glass · 9 years ago
  91. 664c0e1 x86: ivybridge: Check the RTC return value by Simon Glass · 9 years ago
  92. a45312e x86: ivybridge: Use 'ret' instead of 'rcode' by Simon Glass · 9 years ago
  93. f2dd470 x86: chromebook_link: Enable the debug UART by Simon Glass · 9 years ago
  94. 4773012 x86: Init the debug UART if enabled by Simon Glass · 9 years ago
  95. c0718c1 x86: Pass correct cpu_index to ap_init() by Bin Meng · 9 years ago
  96. 8331aa0 x86: galileo: Enable mrc cache by Bin Meng · 9 years ago
  97. 4c2af8b x86: quark: Implement mrc cache by Bin Meng · 9 years ago
  98. 8046714 x86: ivybridge: Correct two typos for MRC by Bin Meng · 9 years ago
  99. 84dd04f x86: Remove unused rw-mrc-cache properties in the link and panther dts files by Bin Meng · 9 years ago
  100. 71d7c2f x86: baytrail: Issue full system reset in reset_cpu() by Bin Meng · 9 years ago