Sunday, 2017-10-29

*** tpb has joined #timvideos00:00
mithroshenki / jimmo: ^--- See what shorne said00:09
shornemithro: I created a PR if you want to try03:14
shornehttps://github.com/mithro/linux-litex/pull/103:14
tpbTitle: Fixes for openrisc litex uart by stffrdhrn · Pull Request #1 · mithro/linux-litex · GitHub (at github.com)03:14
shorneNeed to go03:14
mithroshorne: Awesome! I'll get shenki and jimmo to test03:14
mithroshorne: I merged the arty soc stuff (and NeTV2 and Nexys Video) into the HDMI2USB-litex-firmware03:19
mithroshorne: https://travis-ci.org/timvideos/HDMI2USB-litex-firmware03:19
*** rohitksingh has joined #timvideos06:44
*** rohitksingh has quit IRC07:34
*** rohitksingh has joined #timvideos07:36
*** CarlFK has quit IRC08:22
shornemithro: cool, ill check it out, do you know why this driver would have worked on opsis? were you using keep_bootcon?08:37
shorneI dont see how input would have worked on openrisc with that driver08:38
*** CarlFK has joined #timvideos09:04
*** ChanServ sets mode: +v CarlFK09:04
shorneSorry, I just remembered I did make one change in qemu-litex to move the IRQ for serial from UAT_INTERRUPT to 209: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
shorneits kind of neat that we include csr.h into qemu, but I think its probably better that we make that internal to qemu09:43
*** CarlFK has quit IRC09:51
*** CarlFK has joined #timvideos09:55
*** ChanServ sets mode: +v CarlFK09:55
*** rohitksingh has quit IRC12:08
*** jwhitmore has joined #timvideos12:08
mithroshorne: yeah13:03
mithroshorne: I assume I have a branch somewhere that also has that be fix13:03
mithroshorne: my plan with qemu is to make each peripheral take a CSR base as a config option13:24
mithroThen have a little python script which generates the command line from the csr.csv file13:25
mithroshorne: my other thought was to make qemu read the CSV directly13:27
mithroshorne: I have some C code which reads the CSV files for the litescope<->sigrok integration stuff13:46
mithroshorne: https://github.com/mithro/libsigrok/blob/litescope/src/hardware/litescope/csr.h13:47
tpbTitle: libsigrok/csr.h at litescope · mithro/libsigrok · GitHub (at github.com)13:47
*** rohitksingh has joined #timvideos16:01
*** tvCommitBot has joined #timvideos16:05
tvCommitBot[website] mithro created add-code-of-conduct-1 (+1 new commit): https://git.io/vFLWv16:05
tvCommitBotwebsite/add-code-of-conduct-1 bad8c8b Tim Ansell: Adding Code of Conduct....16:05
*** tvCommitBot has left #timvideos16:05
*** tvCommitBot has joined #timvideos16:05
tvCommitBot[website] mithro opened pull request #17: Adding Code of Conduct. (master...add-code-of-conduct-1) https://git.io/vFLWf16:05
*** tvCommitBot has left #timvideos16:05
*** jwhitmore has quit IRC16:06
*** Kjetil has left #timvideos17:04
*** jwhitmore has joined #timvideos18:15
mithroThis is super cool -> https://probot.github.io/18:46
tpbTitle: Probot | GitHub Apps to automate and improve your workflow (at probot.github.io)18:46
mithroI've added a couple of the Probot apps to the TimVideos repo18:46
mithro(Like the WIP bot and the Url expander)18:46
mithroSee it doing the expanding here -> https://github.com/timvideos/streaming-system/issues/12518:47
tpbTitle: Change frontend to be static website · Issue #125 · timvideos/streaming-system · GitHub (at github.com)18:47
mithrotumbleweed: ---^18:51
tumbleweedmithro: you have a mement?19:17
mithroNope! But I do have a moment :-P19:18
tumbleweed:P19:18
*** rohitksingh has quit IRC20:55
*** techman83 has quit IRC22:02
*** techman83 has joined #timvideos22:04
*** ChanServ sets mode: +v techman8322:04
*** jwhitmore has quit IRC22:55
shornemithro: 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 repo23:07
mithroshorne: 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
shornemaybe 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 that23:12

Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!