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: 2000531adf2c
Choose a base ref
...
head repository: timvideos/HDMI2USB-litex-firmware
compare: 96d85866bf8c
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 17, 2018

  1. build-linux: Update buildroot rootfs location

    This contains fixes to uclibc that allow userspace applications to work
    correctly. It is a build of Buildroot master,
    2018.02-git-00441-g5b85c6a038cc with this config:
    
      http://ozlabs.org/~joel/litex_or1k_defconfig
    
    To reproduce:
    
     git clone git://git.buildroot.net/buildroot && cd buildroot
     wget http://ozlabs.org/~joel/litex_or1k_defconfig -O configs/litex_or1k_defconfig
     make litex_or1k_defconfig
     make
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Jan 17, 2018
    Copy the full SHA
    054d35e View commit details
    Browse the repository at this point in the history
  2. liteeth: bump to latest upstream version

    This contains a new CSR register required by the Linux kernel driver.
    Other register changes due to a sync with upstream mean that the BIOS
    and firmware will need a recompile in order to work with this gateware.
    
    Signed-off-by: Joel Stanley <joel@jms.id.au>
    shenki committed Jan 17, 2018
    Copy the full SHA
    6465bc8 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. Copy the full SHA
    03ffade View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    96d8586 View commit details
    Browse the repository at this point in the history