Monday, 2022-05-16

*** tpb <[email protected]> has joined #litex00:00
*** Degi <[email protected]> has quit IRC (Ping timeout: 240 seconds)03:54
*** Degi <[email protected]> has joined #litex03:56
pepijndevos[m]Huh what's that for?04:33
*** philpax_ <[email protected]> has quit IRC (*.net *.split)05:41
*** mobius <[email protected]> has quit IRC (*.net *.split)05:41
*** sorear <[email protected]> has quit IRC (*.net *.split)05:41
*** mobius <[email protected]> has joined #litex05:42
*** philpax_ <[email protected]> has joined #litex05:42
*** sorear <[email protected]> has joined #litex05:42
*** _florent_ <[email protected]> has quit IRC (*.net *.split)05:48
*** tumbleweed <tumbleweed!~stefanor@ubuntu/member/tumbleweed> has quit IRC (*.net *.split)05:48
*** tumbleweed <tumbleweed!~stefanor@ubuntu/member/tumbleweed> has joined #litex05:48
*** _florent_ <[email protected]> has joined #litex05:48
*** FabM <FabM!~FabM@2a03:d604:103:600:16e0:d546:200a:f3f5> has joined #litex06:00
*** davebee <[email protected]> has joined #litex07:43
_florent_cr1901, pepijndevos[m]: pythondata-auto are in fact just here to give us more flexibility for deployment vs git submodules. For private projects or experiments, this is not really useful. 08:11
_florent_Wolfvak: Can you verify that the default configuration is also only providing  64MiB? (./make.py --board=orangecrab --build --load)08:13
_florent_Wolfvak: if so, I could have a look. (I could also have a look if not, but we'll then know that this related to the additional parameters).08:14
*** zjason`` is now known as zjason08:57
*** novenary <[email protected]> has quit IRC (Quit: ZNC 1.8.2 - https://znc.in)11:37
*** novenary <[email protected]> has joined #litex11:40
*** jdmux <[email protected]> has quit IRC (Ping timeout: 256 seconds)12:38
Wolfvak_florent_, I've also been thinking it might just be a dtb thing since that's what indicates memory regions13:09
WolfvakI used the one from the gh issue with the latest for orangecrab13:09
Wolfvakgonna try building the gw without any custom options too13:09
_florent_Wolfvak: the LiteX BIOS should also report the DRAM size based on the one computed during the build, does it matches the one in Linux?13:10
Wolfvakyep the BIOS reports the full 128MiB13:12
Wolfvakand `hexdump /sys/firmware/devicetree/base/memory@40000000/reg` reports that the devicetree is wrong13:13
Wolfvakbtw there's a bug in line 765 of make.py, someone left a stray `...platforms.orangecrab`, should be `...platforms.gsd_orangecrab`13:38
Wolfvak(or at least that fixed it for me, must've been a recent change)13:38
*** xenador77 <xenador77!~xenador77@user/xenador77> has joined #litex13:40
Wolfvakand yeah, using the rv32.dtb I get with the build gives me 128 megs so that was my bad13:54
somlovery early, alpha quality, read-only, experimental LiteSATA linux driver https://github.com/litex-hub/linux/commit/cd0693dc796834af1271617363b879641f624f91 (in the https://github.com/litex-hub/linux/tree/litex-rebase branch)14:27
somlohttps://pastebin.com/P4JKWn4t for a first (apparently successful) read test...14:27
somlonow I gotta go and do $DAYJOB things for a while, will play a bit more with this over the next few days (add write support, get it to actually scan the disk for partitions, etc.)14:29
*** linear_cannon <linear_cannon!~linear_ca@2600:1700:4090:5fe0:a494:65b0:945b:966f> has quit IRC (Ping timeout: 240 seconds)15:09
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1c77:3c7b:46da:68e6> has joined #litex15:22
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1c77:3c7b:46da:68e6> has quit IRC (Remote host closed the connection)15:25
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1c77:3c7b:46da:68e6> has joined #litex15:26
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1c77:3c7b:46da:68e6> has quit IRC (Remote host closed the connection)15:56
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1c77:3c7b:46da:68e6> has joined #litex15:59
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:1c77:3c7b:46da:68e6> has quit IRC (Client Quit)16:01
*** davebee <[email protected]> has quit IRC (Quit: Leaving)16:17
*** FabM <FabM!~FabM@armadeus/team/FabM> has quit IRC (Quit: Leaving)16:31
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Remote host closed the connection)16:42
*** xenador77 <xenador77!~xenador77@user/xenador77> has joined #litex16:43
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Ping timeout: 252 seconds)16:49
_florent_somlo: Great, thanks , that's already a first good step!16:56
_florent_somlo: I'll try to add the missing features in the interface soon (IRQs and allow running the Identify command from software)16:57
somlo_florent_: no rush, it'll be a few days before I can play with it some more. Not sure whether it's worth enabling (requiring) the full SATA IdentifyDevice command given how well encapsulated the rest of the interface is, though17:20
somlomaybe just exposing a register (e.g. part of the phy) that allows the software to read how many 512-byte sectors the device has total would be enough?17:21
somloand not having to read a sector as part of initialization would be nice (right now I need to use a global buffer, since dma-mapping anything on the stack of the probe method fails in linux) 17:23
somloeither way (except for the "don't make me read a buffer" thing) it's still mostly on me to improve the driver before we'd actually need any of the additional stuff (irq, identify/sector-count registers, etc)17:24
*** xenador77 <xenador77!~xenador77@user/xenador77> has joined #litex19:28
*** xenador77 <xenador77!~xenador77@user/xenador77> has quit IRC (Remote host closed the connection)19:36
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:d424:e57d:a694:d768> has joined #litex19:45
*** G33KatWork is now known as andy19:57
*** andy is now known as G33KatWork19:58
*** cr1901 <cr1901!~cr1901@2601:8d:8600:911:d424:e57d:a694:d768> has quit IRC (Ping timeout: 248 seconds)22:21
swetlandheya litex folks, I'm building some ethernet phy pmods (LAN8720A, expecting 50MHz clock from the MAC) -- is there a good example in one of the existing Litex board targets of configuring the ethernet MAC against a RMII PHY for 100TX, with the MAC providing the clock to the PHY?23:14

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!