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

*, axi_ram: Runs Linux; fix memory read. #59

Merged
merged 18 commits into from
Nov 14, 2023

Commits on Oct 27, 2023

  1. fix(N_SLAVES): Use dynamic number of peripherals.

    - Remove fixed N_SLAVES value from Veriog source.
    - Remove fixed peripheral addresses from firmware.
    - Add scripts to dynamically generate these values based on configured
      peripherals.
    arturum1 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2aaef1f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. software/*:

    - fix loading fw_jump.bin, iob_soc.dtb, Image and rootfs.cpio.g to FPGA.
    PedroAntunes178 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0ca212a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecaea73 View commit details
    Browse the repository at this point in the history
  3. fix(axi_m_port): Fix axi_m_port part-select in internal interconnect.

    The `axi_m_port` interface of this system is a variable width bus based
    on the amount of peripherals with DMA connections.
    When the bus size is greater than 1, the part-select of this bus interface must be specified.
    arturum1 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    796b6be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb5da5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e1979f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f31732 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad15733 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    278e9d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d854ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    173680a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a99b694 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    08812f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    2a5d8a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ac375 View commit details
    Browse the repository at this point in the history
  3. ghaction: Do not run Cyclone V tests.

    Cyclone V not supported.
    PedroAntunes178 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9050514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73f03b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea10e1a View commit details
    Browse the repository at this point in the history