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

libresoc #172

Closed
wants to merge 45 commits into from
Closed

libresoc #172

wants to merge 45 commits into from

Commits on Mar 31, 2024

  1. wip

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9b5a15a View commit details
    Browse the repository at this point in the history
  2. Python dependencies

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4733576 View commit details
    Browse the repository at this point in the history
  3. Package dependencies successfully

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    79a9916 View commit details
    Browse the repository at this point in the history
  4. Get build starting

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a541c89 View commit details
    Browse the repository at this point in the history
  5. Fix openpower-isa

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4309953 View commit details
    Browse the repository at this point in the history
  6. Package c4m-jtag

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4399aac View commit details
    Browse the repository at this point in the history
  7. Fix c4m-jtag

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3f37a78 View commit details
    Browse the repository at this point in the history
  8. Get pinmux working

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    dacce34 View commit details
    Browse the repository at this point in the history
  9. Fix nmigen dependencies

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8d18d14 View commit details
    Browse the repository at this point in the history
  10. WIP

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    bcfee1a View commit details
    Browse the repository at this point in the history
  11. Include Litex dependency

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a7e4bd1 View commit details
    Browse the repository at this point in the history
  12. wip

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    b42e12f View commit details
    Browse the repository at this point in the history
  13. Split up into several derivations

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    d44574e View commit details
    Browse the repository at this point in the history
  14. Litex work

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e4b215f View commit details
    Browse the repository at this point in the history
  15. Litex work

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6d43691 View commit details
    Browse the repository at this point in the history
  16. Add ppc64le cross compiler

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4a5b14c View commit details
    Browse the repository at this point in the history
  17. Use LiteX from 2020-08-22

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    4564cd3 View commit details
    Browse the repository at this point in the history
  18. Attempt to build for versa ecp5

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8558287 View commit details
    Browse the repository at this point in the history
  19. Fix building for a Versa ECP5

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c2322b4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    342a337 View commit details
    Browse the repository at this point in the history
  21. ecp5-program: Delete garbage

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e85b272 View commit details
    Browse the repository at this point in the history
  22. flake.nix: Clean up

    L-as authored and jleightcap committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2664f2e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. libresoc: remove imports into repo root

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    416a941 View commit details
    Browse the repository at this point in the history
  2. libresoc: pyelftools fork init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    993e76e View commit details
    Browse the repository at this point in the history
  3. libresoc: mdis init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c583907 View commit details
    Browse the repository at this point in the history
  4. libresoc: nmigen init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    872cdc9 View commit details
    Browse the repository at this point in the history
  5. libresoc: nmigen-soc init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c974076 View commit details
    Browse the repository at this point in the history
  6. libresoc: c4m-jtag init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c9e8445 View commit details
    Browse the repository at this point in the history
  7. libresoc: pinmux init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3ac66e8 View commit details
    Browse the repository at this point in the history
  8. libresoc: power-instruction-analyzer init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dd2ac2c View commit details
    Browse the repository at this point in the history
  9. libresoc: pytest-output-to-files init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    94c8375 View commit details
    Browse the repository at this point in the history
  10. libresoc: nmutil init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    69b7597 View commit details
    Browse the repository at this point in the history
  11. libresoc: ieee754fpu init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b81b216 View commit details
    Browse the repository at this point in the history
  12. libresoc: openpower-isa init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e7cad4d View commit details
    Browse the repository at this point in the history
  13. libresoc: openpower-isa inclue missing __init__.py

    upstream does not include a handful of `__init__.py`, manually `touch`
    them in the `prePatch` phase.
    
    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    04ae280 View commit details
    Browse the repository at this point in the history
  14. libresoc: openpower-isa powerpc64le toolchain

    set $CC/$AS/etc environment variables, and any hard-coded references,
    to refer to pkgsCross.powernv.buildPackages.gcc.
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9a7b207 View commit details
    Browse the repository at this point in the history
  15. libresoc: openpower-isa fix @git dependencies

    setup.py uses @git versioning, patch to refer these to the nix inputs.
    
    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0458044 View commit details
    Browse the repository at this point in the history
  16. libresoc: openpower-isa fix empty directory hack

    upstream uses a .gitignore in an empty directory as a means to include
    that empty directory in the resulting wheel. patch to do this
    explicitly.
    
    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6bd1623 View commit details
    Browse the repository at this point in the history
  17. libresoc: openpower-isa include linker scripts

    copy the `memmap` linker script into the expected location for test
    suite.
    
    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d3f8179 View commit details
    Browse the repository at this point in the history
  18. libresoc: openpower-isa building

    see included postInstall comment for the solved chicken-and-egg problem
     with building.
    
    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c1096ed View commit details
    Browse the repository at this point in the history
  19. libresoc: openpower-isa enable test suite

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    72092a8 View commit details
    Browse the repository at this point in the history
  20. libresoc: soc init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5e3d7a6 View commit details
    Browse the repository at this point in the history
  21. libresoc: soc nmigen/litex fixes

    seems to be some drift with nmigen dependency version.
    remove vendored litex directory.
    
    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cc1eae6 View commit details
    Browse the repository at this point in the history
  22. libresoc: soc enable test suite

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    26f0ca7 View commit details
    Browse the repository at this point in the history
  23. libresoc: verilog init

    Signed-off-by: Jack Leightcap <jack@leightcap.com>
    jleightcap committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    efd3a34 View commit details
    Browse the repository at this point in the history