*** tpb has joined #timvideos | 00:00 | |
mithro | shenki / jimmo: ^--- See what shorne said | 00:09 |
---|---|---|
shorne | mithro: I created a PR if you want to try | 03:14 |
shorne | https://github.com/mithro/linux-litex/pull/1 | 03:14 |
tpb | Title: Fixes for openrisc litex uart by stffrdhrn · Pull Request #1 · mithro/linux-litex · GitHub (at github.com) | 03:14 |
shorne | Need to go | 03:14 |
mithro | shorne: Awesome! I'll get shenki and jimmo to test | 03:14 |
mithro | shorne: I merged the arty soc stuff (and NeTV2 and Nexys Video) into the HDMI2USB-litex-firmware | 03:19 |
mithro | shorne: https://travis-ci.org/timvideos/HDMI2USB-litex-firmware | 03:19 |
*** rohitksingh has joined #timvideos | 06:44 | |
*** rohitksingh has quit IRC | 07:34 | |
*** rohitksingh has joined #timvideos | 07:36 | |
*** CarlFK has quit IRC | 08:22 | |
shorne | mithro: cool, ill check it out, do you know why this driver would have worked on opsis? were you using keep_bootcon? | 08:37 |
shorne | I dont see how input would have worked on openrisc with that driver | 08:38 |
*** CarlFK has joined #timvideos | 09:04 | |
*** ChanServ sets mode: +v CarlFK | 09:04 | |
shorne | Sorry, I just remembered I did make one change in qemu-litex to move the IRQ for serial from UAT_INTERRUPT to 2 | 09:42 |
shorne | - litex_uart_create(CSR_UART_BASE & MEM_MASK, irqs[UART_INTERRUPT], serial_hds[0]); | 09:42 |
shorne | + litex_uart_create(CSR_UART_BASE & MEM_MASK, irqs[2], serial_hds[0]); | 09:43 |
shorne | its kind of neat that we include csr.h into qemu, but I think its probably better that we make that internal to qemu | 09:43 |
*** CarlFK has quit IRC | 09:51 | |
*** CarlFK has joined #timvideos | 09:55 | |
*** ChanServ sets mode: +v CarlFK | 09:55 | |
*** rohitksingh has quit IRC | 12:08 | |
*** jwhitmore has joined #timvideos | 12:08 | |
mithro | shorne: yeah | 13:03 |
mithro | shorne: I assume I have a branch somewhere that also has that be fix | 13:03 |
mithro | shorne: my plan with qemu is to make each peripheral take a CSR base as a config option | 13:24 |
mithro | Then have a little python script which generates the command line from the csr.csv file | 13:25 |
mithro | shorne: my other thought was to make qemu read the CSV directly | 13:27 |
mithro | shorne: I have some C code which reads the CSV files for the litescope<->sigrok integration stuff | 13:46 |
mithro | shorne: https://github.com/mithro/libsigrok/blob/litescope/src/hardware/litescope/csr.h | 13:47 |
tpb | Title: libsigrok/csr.h at litescope · mithro/libsigrok · GitHub (at github.com) | 13:47 |
*** rohitksingh has joined #timvideos | 16:01 | |
*** tvCommitBot has joined #timvideos | 16:05 | |
tvCommitBot | [website] mithro created add-code-of-conduct-1 (+1 new commit): https://git.io/vFLWv | 16:05 |
tvCommitBot | website/add-code-of-conduct-1 bad8c8b Tim Ansell: Adding Code of Conduct.... | 16:05 |
*** tvCommitBot has left #timvideos | 16:05 | |
*** tvCommitBot has joined #timvideos | 16:05 | |
tvCommitBot | [website] mithro opened pull request #17: Adding Code of Conduct. (master...add-code-of-conduct-1) https://git.io/vFLWf | 16:05 |
*** tvCommitBot has left #timvideos | 16:05 | |
*** jwhitmore has quit IRC | 16:06 | |
*** Kjetil has left #timvideos | 17:04 | |
*** jwhitmore has joined #timvideos | 18:15 | |
mithro | This is super cool -> https://probot.github.io/ | 18:46 |
tpb | Title: Probot | GitHub Apps to automate and improve your workflow (at probot.github.io) | 18:46 |
mithro | I've added a couple of the Probot apps to the TimVideos repo | 18:46 |
mithro | (Like the WIP bot and the Url expander) | 18:46 |
mithro | See it doing the expanding here -> https://github.com/timvideos/streaming-system/issues/125 | 18:47 |
tpb | Title: Change frontend to be static website · Issue #125 · timvideos/streaming-system · GitHub (at github.com) | 18:47 |
mithro | tumbleweed: ---^ | 18:51 |
tumbleweed | mithro: you have a mement? | 19:17 |
mithro | Nope! But I do have a moment :-P | 19:18 |
tumbleweed | :P | 19:18 |
*** rohitksingh has quit IRC | 20:55 | |
*** techman83 has quit IRC | 22:02 | |
*** techman83 has joined #timvideos | 22:04 | |
*** ChanServ sets mode: +v techman83 | 22:04 | |
*** jwhitmore has quit IRC | 22:55 | |
shorne | mithro: about csv.csv csr.h I think its a good idea, but just for going upstream we will need to include the csr.h into the repo | 23:07 |
mithro | shorne: We don't want to include csr.h into the repo - hence I think we want to make the liteXXX peripherals just take a csr_base / irq values as config values? | 23:10 |
shorne | maybe we can include a base one in qemu and the have a way to override the .h file with CFLAGS ot config. Not a priority right know, but just thinking of upstream when I see that | 23:12 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!