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

build(deps): bump third_party/litex-boards from 63b65e2 to fe563ba #582

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps third_party/litex-boards from 63b65e2 to fe563ba.

Commits
  • fe563ba targets/fomu: modification to ValentyUSB no longer required.
  • 5a4e28d target/usb_acm: switch git clone to litex-hub/valentyusb repo (up to date wit...
  • 20903da Merge pull request #128 from trabucayre/redpitaya_support
  • 8d10952 add support for redpitaya14/16
  • b3315bd Merge pull request #127 from daveshah1/nexus-toolchain
  • 11fa5c3 nexus: Allow selection of toolchain
  • b9d9af3 ci: switch from Travis CI to Github Actions.
  • 159a0c7 targets/colorlight_5a_75x: update instructions and LiteEthPHYRGMII's tx_delay...
  • 03bb929 colorlight_5a_75x: add LedChaser.
  • d18deef colorlight_5a_75x: switch prog to FT232 based programmer (ex: JTAG HS2).
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [third_party/litex-boards](https://github.com/litex-hub/litex-boards) from `63b65e2` to `fe563ba`.
- [Release notes](https://github.com/litex-hub/litex-boards/releases)
- [Commits](litex-hub/litex-boards@63b65e2...fe563ba)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 27, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

mateusz-holenko added a commit to antmicro/litex-buildenv that referenced this pull request Dec 2, 2020
 * litedram changed from 9044c10 to edd5e0e
    * edd5e0e - phy/gensdrphy: padd clk to SDROutput/SDRInput/SDRTristate. <Florent Kermarrec>
    * a8fa38e - phy/ecp5ddrphy: cosmetic cleanups. <Florent Kermarrec>
    * 8c339b9 - litedram_gen: update ECP5 clocking. <Florent Kermarrec>
    * f6cc1cd - litedram_gen: increase integrated_rom_size to 0x8000. <Florent Kermarrec>

 * litepcie changed from 61c202d to 5668679
    * 5668679 - README: update. <Florent Kermarrec>
    * 3c8a651 - litepcie_gen: fix tab/space. <Florent Kermarrec>
    * 182a03c - examples/software: remove soft reset. <Florent Kermarrec>
    * 024dbb3 - litepcie_gen: add Ultrascale+ support. <Florent Kermarrec>
    * d2159e2 - software/kernel: remove minimal gateware revision check. <Florent Kermarrec>
    * 011b819 - software/kernel: add support for Ultrascale(+) device ids. <Florent Kermarrec>
    * b81565f - phy: update Ultrascale(+) device ids: 80xy for Ultrascale/90xy for Ultrascale+. <Florent Kermarrec>
    * 89af051 - phy/xilinx_us_x4: use similar class than other phys. <Florent Kermarrec>
    * 8713abe - software/kernel: make dma1 optional. <Florent Kermarrec>
    * dadbc9a - software/kernel: add #ifdef on soft reset. <Florent Kermarrec>
    * ff12e4f - phy: add initial Ultrascale+ support (PCIe Gen2 X4, tested on FK33). <Florent Kermarrec>

 * litex changed from 54598ed2 to e7646416
    *   e7646416 - Merge pull request timvideos#587 from antmicro/mor1x_ror_instruction <enjoy-digital>
    |\
    | * b8d90086 - mor1kx: Do not generate the ror instruction <Mateusz Holenko>
    * 468db3cf - integration/soc/sdcard: add mode parameter to enable read only, write only or read+write modes. <Florent Kermarrec>
    * b7e45076 - core/cpu/CPUNone: set endianness to little. <Florent Kermarrec>
    *   0eb1f88b - Merge pull request timvideos#585 from FFY00/more-gcc <Tim Ansell>
    |\
    | * 235e8cf6 - cpu: add a few missing GCC toolchains <Filipe Laíns>
    |/
    * 5ebdfd93 - liblitesdcard/sdcard: clamp divider value. <Florent Kermarrec>
    *   23085cff - Merge pull request timvideos#584 from ozbenh/memtest <enjoy-digital>
    |\
    | * 83d24d08 - memspeed: Write a fixed value <Benjamin Herrenschmidt>
    | * c0b948d4 - memtest: Fix memspeed access size <Benjamin Herrenschmidt>
    | * 798b3d7b - memtest: Fix integer size/type printf errors <Benjamin Herrenschmidt>
    * | 5c332e4b - cores/dma: add stream.last support on WishboneDMAReader. <Florent Kermarrec>
    * | 146ead4c - buid/io/InferedSDRIO/InferedSDRTristate: avoid unnecessary clk_domain/limitation. <Florent Kermarrec>
    * | b54b3b33 - interconnect/avalon: minor cleanup, remove max on SyncFIFO depth. <Florent Kermarrec>
    |/
    * 8af4e05c - software/litesdcard: use new clocking and use slow clock during initialization. <Florent Kermarrec>
    * 52f36b12 - integration/soc/sdcard: cleanup emulator integration, fix sim. <Florent Kermarrec>
    * 7602977c - integration/soc: move pads.rst control to PHY. <Florent Kermarrec>
    * 51f2e6ce - build/io/InferedSDRTristate: pass clock domain to SDROutput/SDRInput. <Florent Kermarrec>
    * 23dfefb9 - software/liblitesdcard: improve sdcard_init and handle errors. <Florent Kermarrec>
    * 8d765090 - litesdcard: use new Block2Mem/Mem2Block DMAs. <Florent Kermarrec>
    * eeea30ea - litex/gen: remove io that has been replaced with litex/build/io (and should have been removed). <Florent Kermarrec>
    *   0a3095ea - Merge pull request timvideos#583 from gsomlo/gls-sdcard-timeout <enjoy-digital>
    |\
    | * 6fdb36b8 - liblitesdcard/sdcard: adjust card-ready timeout <Gabriel Somlo>
    |/
    * e473c6f2 - liblitesdcard/sdcard: add timeout when waiting card to be ready. <Florent Kermarrec>
    * 31d4d7c2 - liblitesdcard/sdcard: use new SDClocker enable CSR. <Florent Kermarrec>
    * f0a97791 - interconnect/csr_bus: move/rewrite paged access warning. <Florent Kermarrec>
    * 9e461952 - interconnect/csr_bus: remove 64-bit CSR bus alignment support (no longer supported in SoCs). <Florent Kermarrec>
    *   527798f7 - Merge pull request timvideos#582 from gsomlo/gls-minor-fixup <enjoy-digital>
    |\
    | * c52731d1 - liblitesdcard/sdcard: return error code outside '#ifdef SDCARD_DEBUG' <Gabriel Somlo>
    | * 499d291d - liblitesdcard/sdcard: cosmetic: fix indentation, eliminate redundant counter <Gabriel Somlo>
    |/
    * 2bfa372b - targets: remove sdcard clock domain (now generated in the PHY). <Florent Kermarrec>
    * 31a9273c - litesdcard: use new clocker. <Florent Kermarrec>
    * ee8da87e - liblitesdcard/sdcard: use new register names and new software initalization register. <Florent Kermarrec>
    * e6b94b16 - interconnect/stream: allow empty description/payload on Endpoint. <Florent Kermarrec>
    * 2f6b27da - litelitesdcard/sdcard: remove wait workaround and replace remove SDCARD_MULTIPLE_BLOCK_SUPPORT define (replace it with SDCARD_CMD23_SUPPORT). <Florent Kermarrec>
    * 94821cb7 - litesdcard: update integration. <Florent Kermarrec>
    * 2c53f9b2 - interconnect/stream: add ClockDomainCrossing wrapper around AsyncFIFO. <Florent Kermarrec>
    * 23a95bea - integration/soc/etherbone: always run ethcore in eth_tx clock domain and remove clock_domain parameter. <Florent Kermarrec>
    *   4575a117 - Merge pull request timvideos#581 from antmicro/i2s_tx_fix <enjoy-digital>
    |\
    | * 16a0aebc - i2s: Fix the incorrect TX fifo almost empty offset <Pawel Sagan>
    |/
    * 8f204e77 - sdcard: rename cd_sdcard to cd_sd to avoid unnecessary clock domain. <Florent Kermarrec>
    * 42bfb90f - liblitesdcard/sdcard: add SDCARD_MULTIPLE_BLOCK_SUPPORT define. <Florent Kermarrec>
    * e492e96b - integration/soc/add_sdcard: update SDEmulator. <Florent Kermarrec>
    * 996e9a91 - tools/litex_sim: cleanup cpu endianness. <Florent Kermarrec>
    *   1c631cee - Merge pull request timvideos#580 from Dolu1990/patch-2 <enjoy-digital>
    |\
    | * b455a816 - Improve verilator compilation speed <Dolu1990>
    * 949a8e73 - boards/platforms/versa_ecp5: fix mising update. <Florent Kermarrec>
    * c0dba18d - tools/litex_crossover_uart: add host argument to connect to a remote server. <Florent Kermarrec>
    * 6fe4994f - targets: add identifier on all targets and update Versa ECP5. <Florent Kermarrec>
    * 5713c210 - tools/remote/comm_pcie: use ctypes.c_uint32 to do 32-bit accesses and avoid double writes/reads. <Florent Kermarrec>
    * 68297fce - tools/litex_crossover_uart: add base_address argument (required when wishbone translation). <Florent Kermarrec>

 * litex-boards changed from 1356ebb to 1f98bc5
    *   1f98bc5 - Merge pull request timvideos#88 from gregdavill/orangecrab_changes <enjoy-digital>
    |\
    | * a461f5a - orangecrab: add usb, rst_n signals for r0.1  - fix standard io extensions  - Use newly assigned code for orangecrab 1209:5af0 <Greg Davill>
    |/
    *   f3d02d8 - Merge pull request timvideos#87 from antmicro/arty_i2s <enjoy-digital>
    |\
    | * df54b93 - arty: Add configuration of I2S pins <Pawel Sagan>
    * d9595a3 - targets/orangecrab: use user_btn as rst_n. <Florent Kermarrec>
    * 40fbbbb - platforms/orangecrab: add sdcard pins on r0_2. <Florent Kermarrec>
    * 7b1bf9d - targets: remove sdcard specific clock domain (now generated by the PHY). <Florent Kermarrec>
    * 31e6997 - sdcard: rename cd_sdcard to cd_sd to avoid unnecessary clock domain. <Florent Kermarrec>
    * fe3ea80 - targets/pcie: make pcie optional (--with-pcie) and avoid forcing uart to crossover. <Florent Kermarrec>
    * 7a48a61 - targets: add indentifier on all targets. <Florent Kermarrec>
    * fc22e28 - targets: replace PCIeSoC with BaseSoC. <Florent Kermarrec>
    * d28a0c4 - targets/pcie: remove DNA/XADC/ICAP that were only on PCIe targets. <Florent Kermarrec>
    * e91a5d6 - targets/pcie: remove soft reset. <Florent Kermarrec>

 * migen changed from 0.6.dev-347-gb1b2b29 to 0.6.dev-351-gfa7bed2
    * fa7bed2 - kasli: remove duplicate i2c declaration <Sebastien Bourdeauducq>
    * 4fea1bd - platforms/arty_a7: make part name configurable <Mariusz Glebocki>
    * 7e8056b - build/xilinx: add support for Symbiflow toolchain <Mariusz Glebocki>
    * 36814a8 - xilinx/vivado: escape signal names in .xdc file <Mariusz Glebocki>

Full submodule status
--
 2942d0652a89646c5225bee15dd55cc3b0871766 VexRiscv (1.0.1-417-g2942d06)
 3a6108a75be356a3dc53760d22782f1323248b6b edid-decode (heads/master)
 3a06aa84b62ad24467fb0d2c6ceddf565e9ea447 flash_proxies (heads/master)
 edd5e0ec7843f9b3f36669124859ce8e9ccc1618 litedram (2020.04-65-gedd5e0e)
 dbe15f17fcf96b8a4671465a4df93381ca11b818 liteeth (2020.04-19-gdbe15f1)
 6fdd02058fba29008c90b162e0ef707dce15ebeb liteiclink (2020.04)
 56686796a1a26ea647dc25d0dadf763078c42830 litepcie (2020.04-51-g5668679)
 b36d3a33fbbfcffdb77a7a9e05bc8121387858d3 litesata (2020.04-1-gb36d3a3)
 15179cb46f68bff1679631a8bade6f7e1607a40a litescope (2020.04-2-g15179cb)
 7457a29b1a47fe15e81fa37f3bbdd510788f1d53 liteusb (heads/master)
 41f30143075ece3fff5c33a332ed067d1837cbb3 litevideo (2020.04)
 e76464167b14c367840cad42bed5acd3bf24bad0 litex (2020.04-461-ge7646416)
 1f98bc5b940a3c19a91fc41263200400afeee212 litex-boards (2020.04-125-g1f98bc5)
 f1792587a9b50732578e0166cb5d1d83b126cfa6 litex-renode (remotes/origin/HEAD)
 fa7bed28673fbbf463e590ec5d77b61914e15ba2 migen (0.6.dev-351-gfa7bed2)
 8f5a253b22cd4ebcd56304a3662f4c70e3b34ed5 nmigen (v0.1-69-g8f5a253)
 48333804e40c7c9c1c8d5b2e70ba75f4b646d8f0 pythondata-cpu-lm32 (2020.04-5-g4833380)
 4731142284cf87e89b21fb35ceff1139f2f89227 pythondata-cpu-minerva (heads/master)
 af561171f5fc8c684537897f12ef0f429e38624b pythondata-cpu-mor1kx (2020.04-5-gaf56117)
 88974894c800ee2e827db47865e0611a07ff40d7 pythondata-cpu-picorv32 (2020.04-5-g8897489)
 654057b2f5cec0f9fc99487dff67861f76fcbe7e pythondata-cpu-vexriscv (2020.04-7-g654057b)
 7cfcaed2e726027fd622650b58dd77e47c495ee0 pythondata-software-compiler_rt (2020.04-5-g7cfcaed2)
@dependabot-preview
Copy link
Contributor Author

Superseded by #587.

@dependabot-preview dependabot-preview bot deleted the dependabot/submodules/third_party/litex-boards-fe563ba branch December 4, 2020 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants