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: aa201c61f917
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
compare: 88d39a9b6c45
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 22, 2018

  1. Makefile: tftpd: fix detection logic

    Rework tftpd detection logic to use immediate Makefile assignment,
    and "check for empty" instead of "check for not assigned".  Thanks
    to @stffrdhrn for pointing this out:
    
    https://github.com/timvideos/litex-buildenv/pull/16/files#r162814028
    ewenmcneill committed Jan 22, 2018
    Copy the full SHA
    b4aa7b5 View commit details
    Browse the repository at this point in the history
  2. Makefile: check if submodules are current, warn if not

    Make litex-submodules also check if submodules are "current" (ie,
    match the sha1 indicated in the parent repository -- timvideos/litex-buildenv)
    and if not, emit a warning that they are out of date.
    
    NOTE: we do _not_ force update in the Makefile, as this would make it
    difficult to test changes inside submodules by building at top level
    (eg, building new litex firmware, gateware, etc).
    
    Possible future enhancements:
    1.  Bail out of makefile (eg, "exit 1") if a variable indicating "development"
        is not set;
    
    2.  Forcibly run "git submodule update --init --recursive" if found to be
        out of date, unless a variable indicating "development" is set
    ewenmcneill committed Jan 22, 2018
    Copy the full SHA
    7e8f01b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from ewen-naos-nz/submodule-check

    Makefile: check if submodules are current, warn if not
    mithro committed Jan 22, 2018
    Copy the full SHA
    00e5722 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Merge pull request #17 from ewen-naos-nz/tftpd-detection

    Makefile: tftpd: fix detection logic
    mithro committed Jan 23, 2018
    Copy the full SHA
    c4f54fb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88d39a9 View commit details
    Browse the repository at this point in the history