Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: timvideos/HDMI2USB-litex-firmware
base: e260e6e0fbc8
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
compare: 03152253b412
Choose a head ref
  • 6 commits
  • 9 files changed
  • 1 contributor

Commits on Sep 8, 2018

  1. tools: Read the BIOS maxsize from the SoC.

    Means the larger BIOS size on or1k should be understood by `mkimage.py`
    command.
    
    Fixes #43.
    mithro committed Sep 8, 2018
    Copy the full SHA
    8c17b79 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    410b919 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51 from mithro/bios-maxsize

    tools: Read the BIOS maxsize from the SoC.
    mithro committed Sep 8, 2018
    Copy the full SHA
    5a6ac7b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48 from mithro/riscv-script-support

    scripts: Support RISC-V CPU architecture.
    mithro committed Sep 8, 2018
    Copy the full SHA
    6d580ad View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. make: Fix missing arguments issue.

    Fixes;
    ```
    AttributeError: 'Namespace' object has no attribute 'integrated_rom_size'
    ```
    mithro committed Sep 9, 2018
    Copy the full SHA
    6abafd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2018

  1. Merge pull request #53 from mithro/master

    make: Fix missing arguments issue.
    mithro committed Sep 10, 2018
    Copy the full SHA
    0315225 View commit details
    Browse the repository at this point in the history