narmstrong changed the topic of #linux-amlogic to: Amlogic mainline kernel development discussion - our wiki http://linux-meson.com/ - ml linux-amlogic@lists.infradead.org - official channel moved from Freenode - publicly logged on https://libera.irclog.whitequark.org/linux-amlogic
GNUtoo has quit [Ping timeout: 246 seconds]
GNUtoo has joined #linux-amlogic
naoki has joined #linux-amlogic
ungeskriptet6 has joined #linux-amlogic
ungeskriptet has quit [Ping timeout: 245 seconds]
ungeskriptet6 is now known as ungeskriptet
kenny has quit [Ping timeout: 245 seconds]
jacobk has quit [Ping timeout: 248 seconds]
naoki has quit [Quit: naoki]
Daanct12 has joined #linux-amlogic
jacobk has joined #linux-amlogic
jacobk has quit [Ping timeout: 246 seconds]
hexdump0815 has quit [Ping timeout: 245 seconds]
hexdump0815 has joined #linux-amlogic
naoki has joined #linux-amlogic
camus has quit [Ping timeout: 255 seconds]
camus has joined #linux-amlogic
luka177 has quit [Ping timeout: 250 seconds]
jelly has quit [Ping timeout: 255 seconds]
<Kwiboo> f_: Building with KCFLAGS="-O1" also produce code that works, have not found correct combo of optimization flags to disable to get working code
<Kwiboo> Will send a RFC with the ushort to uint change to U-Boot mailing list later to ask if someone on list have any insights
ldevulder has quit [Quit: Leaving]
ldevulder has joined #linux-amlogic
jelly has joined #linux-amlogic
jelly has quit [Ping timeout: 255 seconds]
mripard has joined #linux-amlogic
mripard has quit [Client Quit]
mripard has joined #linux-amlogic
xdarklight has quit [Server closed connection]
xdarklight has joined #linux-amlogic
jelly has joined #linux-amlogic
Terry13732293409 has quit [Quit: Ping timeout (120 seconds)]
Terry13732293409 has joined #linux-amlogic
jelly has quit [Read error: Connection reset by peer]
jelly has joined #linux-amlogic
ldevulder_ has joined #linux-amlogic
mripard has quit [Remote host closed the connection]
adema has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
adema has joined #linux-amlogic
ldevulder has quit [Ping timeout: 245 seconds]
rockosov has quit [Quit: WeeChat 3.4-dev]
rockosov has joined #linux-amlogic
mripard has joined #linux-amlogic
naoki has quit [Quit: naoki]
kenny has joined #linux-amlogic
ldevulder_ is now known as ldevulder
buzzmarshall has joined #linux-amlogic
Daanct12 has quit [Quit: WeeChat 4.0.4]
f_ has joined #linux-amlogic
<f_> Kwiboo: looks like an env issue, probably
<f_> Also, looks like you're using Ubuntu/LinuxMint. I use Artix/Arch
<f_> But yeah do send the RFC
Danct12 has quit [Read error: Connection reset by peer]
ldevulder has quit [Quit: Leaving]
jacobk has joined #linux-amlogic
jacobk has quit [Ping timeout: 248 seconds]
hays has quit [Server closed connection]
mripard has quit [Quit: mripard]
mripard has joined #linux-amlogic
<f_> I was thinking of doing some sysadmin stuff today but scrap that idea
<f_> Let's continue.
mripard has quit [Quit: mripard]
<Kwiboo> yes, my compiles was from inside a docker container with FROM ubuntu:jammy, will also try debian:bookworm later
<f_> You love docker don't you?
* f_ really considers on using docker containers for everything, on his server.
<f_> Docker's nice.
<f_> Kwiboo: But perhaps also try arch?
<f_> I'm actually almost done rewriting
<Kwiboo> Yes, I have migrated my few local services into docker containers long time ago, and now I just need to restart the service to upgrade to latest version :)
<f_> I should migrate to alpine linux
<f_> considering how I chose a very low-end VPS
<f_> (1 cpu core, gets the job done though)
<f_> and I should probably also host public-inbox instead of telling people to send patches to my personal protonmail email address
<f_> But I host most of my things, including a pastebin, blog, git (obviously), etc
<f_> </offtopic> :)
jacobk has joined #linux-amlogic
jacobk has quit [Ping timeout: 240 seconds]
jacobk has joined #linux-amlogic
jacobk has quit [Ping timeout: 248 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 246 seconds]
Danct12 has joined #linux-amlogic
luka177 has joined #linux-amlogic
<f_> I'm proud of what I've done
<f_> You got a struct full of timings, and you can either:
<f_> * use the defaults as is (depends on CONFIG_DRAM_CLK)
<f_> * or, supply your own board-specific struct
<f_> that's what I'd like to do
<f_> Thoughts?
<f_> also all the dumps are going to be #define constants, because why use a struct for this?
luka177 has quit [Ping timeout: 246 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 260 seconds]
<f_> Also I tend to use #ifdefs a lot
<f_> err, #if
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 248 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 255 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 244 seconds]
adema has quit [Remote host closed the connection]
adema has joined #linux-amlogic
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 245 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 245 seconds]
luka177 has joined #linux-amlogic
luka177 has quit [Ping timeout: 245 seconds]
<Kwiboo> f_: Sounds nice!
luka177 has joined #linux-amlogic
<Kwiboo> I have found out that if I build with KCFLAGS="-fno-peephole2" I no longer have issues, it stops using stp/ldp, but the generated code is also ordered differently, see https://gist.github.com/Kwiboo/713703809ce19b34d7458fe0f21f846b
f_[xmpp] has quit [Ping timeout: 240 seconds]
luka177 has quit [Ping timeout: 255 seconds]
jacobk has joined #linux-amlogic
luka177 has joined #linux-amlogic
jacobk has quit [Ping timeout: 246 seconds]
<f_> gcc(1):
<f_> >Disable any machine-specific peephole optimizations.
<f_> ><...>
<f_> >-fpeephole is enabled by default. -fpeephole2 enabled at levels -O2, -O3, -Os.
luka177 has quit [Ping timeout: 255 seconds]
luka177 has joined #linux-amlogic
f_ has quit [Ping timeout: 255 seconds]
jacobk has joined #linux-amlogic
naoki has joined #linux-amlogic
hexdump0815 has quit [Quit: WeeChat 1.9.1]
hexdump0815 has joined #linux-amlogic
jacobk has quit [Ping timeout: 246 seconds]
jacobk has joined #linux-amlogic
luka177 has quit [Ping timeout: 246 seconds]
luka177 has joined #linux-amlogic
jacobk has quit [Ping timeout: 246 seconds]
yang2_ is now known as yang2
luka177 has quit [Ping timeout: 255 seconds]
luka177 has joined #linux-amlogic
hays has joined #linux-amlogic
jacobk has joined #linux-amlogic
jacobk has quit [Ping timeout: 255 seconds]
jacobk has joined #linux-amlogic