daniels changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
tlwoerner__ has quit [Remote host closed the connection]
tlwoerner__ has joined #freedesktop
georgC has joined #freedesktop
gchini has quit [Ping timeout: 480 seconds]
damian has joined #freedesktop
AbleBacon has quit [Read error: Connection reset by peer]
sima has joined #freedesktop
<kode54>
DavidHeidelberg: S3 does perform access logging, but it's been too long since I poked at my own AWS panel to know if they support auto expiring and deleting content that hasn't been accessed in a while
<kode54>
I don't know if that's an S3 feature, or if you have to form your own automation to do it
privacy has joined #freedesktop
<mupuf>
lumag, pinchartl: do you know if it is possible to bitbang the sdio interface on a uc? Would be great to have support for that for testing a whole boot process without needing to flash anything
damian has quit []
<lumag>
It should be possible, but I haven't seen such code.
<pinchartl>
mupuf: do you mean to make a µC appear as a SD device to a SD host, with a purely software implementation on the µC side ?
<mupuf>
Yes :D
georgC has quit [Quit: Leaving]
gchini has joined #freedesktop
i509vcb has quit [Quit: Connection closed for inactivity]
<pinchartl>
that will be difficult
<pinchartl>
if the host side supports MMC as well as SD, that may be easier
<pinchartl>
as you can fallback to the SPI transport mode
<pinchartl>
which most µC will have hardware support for
mvlad has joined #freedesktop
karolherbst has quit [Remote host closed the connection]
karolherbst has joined #freedesktop
<mupuf>
pinchartl: Right, I was afraid of this. What I found online for people who wanted to emulate SD cards is that they would put a mux between the memory and the sd card, so that both the host and the DUT could write to the memory
<mupuf>
sounds like it may be the best course of action here
<mupuf>
I was checking if a FOMU would have enough IO for that :D
<mupuf>
Would work in SPI mode, I guess
<mupuf>
and litex has modules for sdcards
<mupuf>
so yeah... it is more than doable, but I doubt you can find these chips in cheap online PCBA companies
<mupuf>
because honestly, whatever we do, if it can't be bought at a low volume, with PCBA, it won't work
<pinchartl>
if the host can use MMC SPI mode, then a µC should be fine
<pinchartl>
it will be slow of course
<mupuf>
yeah, that's guaranteed to be slow, but to flash 16 MB, that's fine :)
privacy has quit [Quit: Leaving]
bmodem has quit [Ping timeout: 480 seconds]
DodoGTA has quit [Quit: DodoGTA]
DodoGTA has joined #freedesktop
sysfu has joined #freedesktop
privacy has joined #freedesktop
mripard has joined #freedesktop
lsd|2 has joined #freedesktop
DodoGTA has quit [Read error: Connection reset by peer]
DodoGTA has joined #freedesktop
vkareh has joined #freedesktop
vkareh has quit [Quit: WeeChat 4.1.1]
CodeAgain has quit [Remote host closed the connection]
Haaninjo has joined #freedesktop
warren has joined #freedesktop
<warren>
Hi. https://gitlab.gnome.org/GNOME/mutter/-/issues/2353#note_1929942 Here I was told to submit a merge request for a crash fix. When I attempt to Fork the xserver project it displays an error message. Does my account need to be enabled or something? Account name: wtogami
<bentiss>
warren: done, sorry for the delay, I wasn't at home until now
<hakzsam>
it looks like I'm still missing a bunch of emails from gitlab, some don't seem to be delivered at all to me, any ideas?
privacy has quit [Quit: Leaving]
<bwidawsk>
is there a way to pass artifacts from one job to the next, but not save it for download?
<bwidawsk>
dependencies maybe?
<bwidawsk>
no, that's jobs
vsyrjala has quit [Remote host closed the connection]
<bwidawsk>
hmm, I guess it has to remain stored somewhere if you want to rerun a job
<bwidawsk>
nvm
sima has quit [Ping timeout: 480 seconds]
Haaninjo has quit [Quit: Ex-Chat]
vsyrjala has joined #freedesktop
gegoxaren[m] has joined #freedesktop
<whot>
Ford_Prefect: there's no libei channel as such, I've been using the wayland-devel channel for the few questions that came up. For the mirroring you suggest that would probably require the compositor to know about it to let the RD device through while capturing normal devices, basically. I'm guessing your use-case is modifying the input on-the-fly?