1. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  2. b06dad2 ARM: socfpga: Add new CycloneV SoC Devboards DBM-SoC1 board by Marek Vasut · 7 years ago
  3. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · 7 years ago
  4. 1c478c2 ARM: socfpga: Convert callers of cm_write_with_phase for wait_for_bit_le32 by Tom Rini · 7 years ago
  5. 60649bb Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  6. 7473932 SOCFPGA: clock manager: implement dw_spi_get_clk function by Eugeniy Paltsev · 7 years ago
  7. 918de03 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  8. df09a19 arm: socfpga: Guard commands with CONFIG_SPL_BUILD tests by Tom Rini · 7 years ago
  9. 85bd93d socfpga: boot0 hook: adjust to unified boot0 semantics by Philipp Tomsich · 7 years ago
  10. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  11. 2337ebe ARM: socfpga: fix duplicate const specifier warning by Masahiro Yamada · 7 years ago
  12. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  13. 1d675f3 arm: socfpga: Add FPGA driver support for Arria 10 by Tien Fong Chee · 7 years ago
  14. 31e50f4 arm: socfpga: Restructure FPGA driver in the preparation to support A10 by Tien Fong Chee · 7 years ago
  15. 7b7b625 arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset by Tien Fong Chee · 7 years ago
  16. 48fcc4a Convert CONFIG_SPL_BOARD_INIT to Kconfig by Ley Foon Tan · 8 years ago
  17. 5b7cea6 arm: socfpga: Enable build for Arria 10 by Ley Foon Tan · 8 years ago
  18. 9db517e arm: socfpga: Add SPL support for Arria 10 by Ley Foon Tan · 8 years ago
  19. cfd0c54 arm: socfpga: Add misc support for Arria 10 by Ley Foon Tan · 8 years ago
  20. 9ea8c5b arm: socfpga: Add pinmux for Arria 10 by Ley Foon Tan · 8 years ago
  21. d33c203 arm: socfpga: Add sdram header file for Arria 10 by Ley Foon Tan · 8 years ago
  22. c3b4963 arm: socfpga: Add system manager for Arria 10 by Ley Foon Tan · 8 years ago
  23. ca40f29 arm: socfpga: Add clock driver for Arria 10 by Ley Foon Tan · 8 years ago
  24. 778ed2c arm: socfpga: Add reset driver support for Arria 10 by Ley Foon Tan · 8 years ago
  25. 05e8629 arm: socfpga: Add A10 macros by Ley Foon Tan · 8 years ago
  26. b149f2b arm: socfpga: Restructure misc driver by Ley Foon Tan · 8 years ago
  27. d5c5e3b arm: socfpga: Restructure system manager by Ley Foon Tan · 8 years ago
  28. dd5d12d arm: socfpga: Restructure reset manager driver by Ley Foon Tan · 8 years ago
  29. ec6f882 arm: socfpga: Restructure clock manager driver by Ley Foon Tan · 8 years ago
  30. 7a0fe0d arm: socfpga: add cyclone5 based de10-nano board by Dalon Westergreen · 8 years ago
  31. 016539e arm: socfpga: Convert Altera DDR SDRAM driver to use Kconfig by Ley Foon Tan · 8 years ago
  32. 9d6c56b ARM: socfpga: Rename MCVEVK by Marek Vasut · 8 years ago
  33. 19869ea ARM: socfpga: boot0 hook: remove macro from boot0 header file by Chee, Tien Fong · 8 years ago
  34. 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  35. 2492b9f arm: socfpga: set the mpuclk divider in the Altera group register by Dinh Nguyen · 8 years ago
  36. 22d567e Kconfig: Migrate BOARD_LATE_INIT to a select by Tom Rini · 8 years ago
  37. 9e79d20 qts-filter.sh: strip DOS line endings and handle continuation lines by Bill Randle · 8 years ago
  38. bcd861b ARM: socfpga: Add boot0 hook to prevent SPL corruption by Marek Vasut · 8 years ago
  39. 705bf37 socfpga: add support for Terasic DE1-SoC board by Anatolij Gustschin · 8 years ago
  40. 259b1fb Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  41. 3ea5951 ddr: altera: Configuring SDRAM extra cycles timing parameters by Chin Liang See · 8 years ago
  42. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  43. 6662a9f Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig by Simon Glass · 8 years ago
  44. b24fdca Convert CONFIG_SPL_SPI_SUPPORT to Kconfig by Simon Glass · 8 years ago
  45. 219d612 Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig by Simon Glass · 8 years ago
  46. e076d6f Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig by Simon Glass · 8 years ago
  47. d5a307a Convert CONFIG_SPL_NAND_SUPPORT to Kconfig by Simon Glass · 8 years ago
  48. bd58f1d Convert CONFIG_SPL_MMC_SUPPORT to Kconfig by Simon Glass · 8 years ago
  49. b16c92c Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig by Simon Glass · 8 years ago
  50. f6de257 Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig by Simon Glass · 8 years ago
  51. f2a8946 Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig by Simon Glass · 8 years ago
  52. 64d64bb common: Pass the boot device into spl_boot_mode() by Marek Vasut · 9 years ago
  53. 2e717ec ARM: socfpga: Sort Kconfig entries by Marek Vasut · 8 years ago
  54. 9802e87 ARM: socfpga: add support for IS1 board by Pavel Machek · 8 years ago
  55. ba2ade9 arm: socfpga: Add samtec VIN|ING board by Marek Vasut · 9 years ago
  56. 4f70c38 socfpga: fix broken build if CONFIG_ETH_DESIGNWARE disabled by Anatolij Gustschin · 9 years ago
  57. 734c066 arm: socfpga: Nuke useless include by Marek Vasut · 9 years ago
  58. 559c28a arm: socfpga: Handle phy-mode OF property for GMACs by Marek Vasut · 9 years ago
  59. e089d4d arm: socfpga: Fix ethernet reset handling by Marek Vasut · 9 years ago
  60. b7e5108 arm: socfpga: Remove bashisms from qts filter by Marek Vasut · 9 years ago
  61. c142d30 socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories by Dalon Westergreen · 9 years ago
  62. 70c0412 arm: socfpga: Unreset NAND in U-Boot by Marek Vasut · 9 years ago
  63. 796c4c2 arm: socfpga: Unreset NAND in SPL by Marek Vasut · 9 years ago
  64. 8dcb5c5 arm: socfpga: Define NAND reset bit by Marek Vasut · 9 years ago
  65. 9f7b30d arm: socfpga: Actually enable L2 cache by Marek Vasut · 9 years ago
  66. c4b66c4 arm: socfpga: fix up a questionable macro for SDMMC by Dinh Nguyen · 9 years ago
  67. 9365e90 arm: socfpga: remove building scan manager by Dinh Nguyen · 9 years ago
  68. 677a16f arm: socfpga: introduce TARGET_SOCFPGA_GEN5 config property by Dinh Nguyen · 9 years ago
  69. 05204f6 arm: socfpga: Introduce common board code by Marek Vasut · 9 years ago
  70. ed93428 arm: socfpga: Remove cpu_mmc_init() by Marek Vasut · 9 years ago
  71. bf5ed2e arm: socfpga: Add SoCFPGA SR1500 board by Stefan Roese · 9 years ago
  72. 567356a arm: socfpga: Repair SoCrates board by Marek Vasut · 9 years ago
  73. eca8b5c ARM: socfpga: rename the cyclone5 and arria5 base address file by Dinh Nguyen · 9 years ago
  74. b1f95d6 ARM: socfpga: arria10: add base address map for Arria10 by Dinh Nguyen · 9 years ago
  75. e3f7a45 arm: socfpga: reset: FIX address of tstscratch register by Philipp Rosenberger · 9 years ago
  76. 200f0c5 arm: socfpga: reset: correct dma, qspi, and sdmmc reset bit defines by Dinh Nguyen · 9 years ago
  77. e89ff70 arm: socfpga: enable data/inst prefetch and shared override in the L2 by Dinh Nguyen · 9 years ago
  78. 16f6ffd arm: socfpga: rename socfpga_cyclone5 and socfpga_arria5 config files by Dinh Nguyen · 9 years ago
  79. c3364da arm: socfpga: Add support for the Terasic DE-0 Atlas board by Dinh Nguyen · 9 years ago
  80. 8e8b62a arm: socfpga: Add support for DENX MCV SoM and MCVEVK board by Marek Vasut · 9 years ago
  81. b415bad arm: socfpga: Add support for Terasic SoCkit board by Marek Vasut · 9 years ago
  82. 6a76723 arm: socfpga: Do not call board_init_r() from board_init_f() by Marek Vasut · 9 years ago
  83. b10a607 arm: socfpga: Assure ISWGRP 0 and 1 are inited by Marek Vasut · 9 years ago
  84. 1749723 mmc: dw_mmc: Probe the MMC from OF by Marek Vasut · 9 years ago
  85. 7b64873 arm: socfpga: Make the pinmux table const u8 by Marek Vasut · 9 years ago
  86. 372f70d arm: socfpga: Switch to filtered QTS files by Marek Vasut · 9 years ago
  87. c5d4303 arm: socfpga: Add qts-filter.sh script by Marek Vasut · 9 years ago
  88. 3f4c561 arm: socfpga: Split Altera socfpga into AV and CV SoCDK by Marek Vasut · 9 years ago
  89. 822e795 arm: socfpga: Unbind CPU type from board type by Marek Vasut · 9 years ago
  90. aefb78d arm: socfpga: Move wrappers into platform directory by Marek Vasut · 9 years ago
  91. 0d718dc arm: socfpga: Fix delay in clock manager by Marek Vasut · 9 years ago
  92. aac2330 arm: socfpga: Fix delay in freeze controller by Marek Vasut · 9 years ago
  93. 8ed6661 arm: socfpga: misc: Add support for printing FPGA type by Dinh Nguyen · 9 years ago
  94. b640cae arm: socfpga: scan: Add code to get FPGA ID by Dinh Nguyen · 9 years ago
  95. efc6ed5 arm: socfpga: scan: Factor out IO chain programming by Marek Vasut · 9 years ago
  96. 65371c8 arm: socfpga: scan: Clean up horrible macros by Marek Vasut · 9 years ago
  97. e1b96fc arm: socfpga: scan: Introduce generic JTAG accessor by Marek Vasut · 9 years ago
  98. 24d12ec arm: socfpga: scan: Clean up scan_chain_engine_is_idle() by Marek Vasut · 9 years ago
  99. f00a6ea ddr: altera: sequencer: Wrap misc remaining macros by Marek Vasut · 9 years ago
  100. 3bf9204 ddr: altera: sequencer: Wrap IO_* macros by Marek Vasut · 9 years ago