Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more boards #398

Merged
merged 31 commits into from
May 18, 2018
Merged

Commits on May 18, 2018

  1. saturn: adding platform and base target

    Support for the Numato Saturn (LX45 version)
    http://numato.com/product/saturn-spartan-6-fpga-development-board-with-ddr-sdram)
    Board comes with DDR SDRAM, USB-FIFO and lots of GPIO on 100mil headers
    
    Max frequency can be further optimized
    FelixVi authored and rohitk-singh committed May 18, 2018
    Configuration menu
    Copy the full SHA
    afd3b95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3122301 View commit details
    Browse the repository at this point in the history
  3. platforms: Adding PicoEVB platform.

    mithro authored and rohitk-singh committed May 18, 2018
    Configuration menu
    Copy the full SHA
    80d61f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24d9aab View commit details
    Browse the repository at this point in the history
  5. platforms: Add prelimiary support for Numato Galatea

    Joe User authored and rohitk-singh committed May 18, 2018
    Configuration menu
    Copy the full SHA
    0052a51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    392cf59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71d241f View commit details
    Browse the repository at this point in the history
  8. saturn: Add Makefile.mk

    rohitk-singh committed May 18, 2018
    Configuration menu
    Copy the full SHA
    efbe68b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b06918 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a06a5cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60e2a14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8fdc3a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a038f54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c751d87 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2331d57 View commit details
    Browse the repository at this point in the history
  16. firmware: stub-out framebuffer/pattern if no main ram

    On systems without external SDRAM (eg, Numato Elbert v2), there
    is no MAIN_RAM_BASE, and we cannot hold a frame buffer as we
    have only small amounts of in-FPGA SRAM.
    
    This should be cleaned up to avoid even compiling the framebuffer /
    pattern when there is no main ram / MAIN_RAM_BASE, but for now we
    have stubbed out everything referring to main ram or L2 cache (since
    the L2 cache is over the external SDRAM).
    
    In theory this should still work on systems with MAIN RAM, but currently
    untested.
    ewenmcneill authored and rohitk-singh committed May 18, 2018
    Configuration menu
    Copy the full SHA
    aa479a8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7fd4ca3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b32d5e3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3618b61 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c15321d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4518520 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f75b6b4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fbbf31f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    82237d0 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5052592 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2df87c0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    598e393 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    58f9931 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e7ef037 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    88fb1b6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c50c6ec View commit details
    Browse the repository at this point in the history