*** tpb <[email protected]> has joined #openrisc | 00:00 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 00:47 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 01:19 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 01:31 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 01:49 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 03:33 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 03:47 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 03:51 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 05:14 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 05:36 | |
*** littlebo1eep <littlebo1eep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 05:43 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 05:45 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 06:19 | |
*** littlebo1eep <littlebo1eep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 06:21 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 06:49 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 06:49 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 06:59 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 07:03 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 07:19 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 07:25 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 07:36 | |
shorne | zx2c4: I am thinking actually the timer might not be started until the kernel intializes the clocks | 07:42 |
---|---|---|
shorne | I will try to play with your series to see if I can help | 07:42 |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 07:56 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 08:27 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 08:27 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 09:07 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 09:29 | |
zx2c4 | shorne: you mean openrisc_timer_init needs to be called earlier before random init? | 10:04 |
zx2c4 | Hmmm nope! That's not it either | 10:20 |
zx2c4 | https://xn--4db.cc/yPNDMfxr/diff BINGO that works. Ill send a v8 with a proper fix | 10:22 |
tpb | Title: yPNDMfxr - Aleph Paste (at xn--4db.cc) | 10:22 |
zx2c4 | shorne: ^^^^ | 10:22 |
zx2c4 | shorne: okay what do you think of this commit? https://xn--4db.cc/qEPrc2zK/diff Would you prefer it to the +1 commit? | 10:38 |
tpb | Title: qEPrc2zK - Aleph Paste (at xn--4db.cc) | 10:38 |
zx2c4 | https://github.com/qemu/qemu/blob/731340813fdb4cb8339edb8630e3f923b7d987ec/target/openrisc/sys_helper.c#L156 yes that is what is happening | 11:35 |
zx2c4 | shorne: yea okay this is the best strategy - ive tested it a million times and traced through all the code | 12:15 |
zx2c4 | ill send a v8 | 12:15 |
zx2c4 | shorne: emailed, waiting for your Acked-by | 12:25 |
zx2c4 | https://lists.librecores.org/pipermail/openrisc/2022-April/003894.html | 12:25 |
tpb | Title: [OpenRISC] [PATCH v8 06/19] openrisc: start CPU timer early in boot (at lists.librecores.org) | 12:25 |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Ping timeout: 240 seconds) | 13:47 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 16:29 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has quit IRC (Remote host closed the connection) | 18:20 | |
*** littlebobeep <littlebobeep!~alMalsamo@gateway/tor-sasl/almalsamo> has joined #openrisc | 18:21 | |
zx2c4 | shorne: so hopefully we're all set with that v9? | 23:20 |
zx2c4 | https://lore.kernel.org/lkml/[email protected]/ | 23:21 |
tpb | Title: [PATCH v9 06/21] openrisc: start CPU timer early in boot - Jason A. Donenfeld (at lore.kernel.org) | 23:21 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!