Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10, v2024.01-rc3 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
warthog9 has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
vagrantc has quit [Quit: leaving]
project106 has joined #u-boot
project10 has quit [Ping timeout: 255 seconds]
project106 is now known as project10
warthog9 has joined #u-boot
zibolo has quit [Ping timeout: 256 seconds]
zibolo has joined #u-boot
bq is now known as dp
dp is now known as Guest6931
Guest6931 is now known as bq
thopiekar has quit [Ping timeout: 252 seconds]
sakman has quit [Ping timeout: 252 seconds]
joeskb7 has quit [Quit: Lost terminal]
joeskb7 has joined #u-boot
jclsn has quit [Ping timeout: 256 seconds]
jclsn has joined #u-boot
joeskb7 has quit [Quit: Lost terminal]
joeskb7 has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
persmule has quit [Quit: Leaving]
Clamor has joined #u-boot
mckoan_ has joined #u-boot
mckoan|away has quit [Ping timeout: 245 seconds]
qqq has joined #u-boot
sakman has joined #u-boot
persmule has joined #u-boot
monstr has joined #u-boot
ungeskriptet has quit [Quit: The Lounge - https://thelounge.chat]
ungeskriptet has joined #u-boot
ungeskriptet has quit [Client Quit]
ungeskriptet has joined #u-boot
ungeskriptet has quit [Client Quit]
ungeskriptet has joined #u-boot
ikarso has joined #u-boot
thopiekar has joined #u-boot
davlefou has quit [Ping timeout: 245 seconds]
frieder has joined #u-boot
thopiekar has quit [Ping timeout: 276 seconds]
thopiekar has joined #u-boot
mckoan_ is now known as mckoan
thopiekar has quit [Quit: No Ping reply in 180 seconds.]
rvalue has quit [Ping timeout: 240 seconds]
rvalue has joined #u-boot
thopiekar has joined #u-boot
davlefou has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 276 seconds]
camus1 is now known as camus
aat596_3 has quit [Quit: ZNC 1.8.2 - https://znc.in]
Wouter0100670440 has quit [Ping timeout: 276 seconds]
aat596_3 has joined #u-boot
sszy has joined #u-boot
aat596_3 has quit [Quit: ZNC 1.8.2 - https://znc.in]
aat596_3 has joined #u-boot
warthog9 has quit [Remote host closed the connection]
warthog9 has joined #u-boot
rvalue has quit [Ping timeout: 256 seconds]
Mis012 has quit [Remote host closed the connection]
Mis012 has joined #u-boot
Clamor has quit [Ping timeout: 276 seconds]
Clamor has joined #u-boot
thopiekar has quit [Ping timeout: 256 seconds]
thopiekar has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
mmu_man has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
rvalue has joined #u-boot
prabhakarlad has quit [Ping timeout: 250 seconds]
prabhakarlad has joined #u-boot
vigneshr has quit [Quit: Connection closed for inactivity]
calebccff has quit [Ping timeout: 240 seconds]
calebccff has joined #u-boot
vigneshr has joined #u-boot
as_g5pw is now known as g5pw
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
Stat_headcrabed has joined #u-boot
<f_> marex, sjg1: Amlogic RE progress: S905X boots!
monstr has quit [Remote host closed the connection]
frieder has quit [Remote host closed the connection]
delovoilemon has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<f_> Now to be able to boot from eMMC I need the pinctrl framework..which doesn't fit
ungeskriptet has quit [Quit: The Lounge - https://thelounge.chat]
jmasson has joined #u-boot
jmasson has left #u-boot [#u-boot]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
mckoan is now known as mckoan|away
thopiekar has quit [Quit: No Ping reply in 210 seconds.]
thopiekar has joined #u-boot
sakman has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 260 seconds]
delovoilemon has quit [Quit: delovoilemon]
sakman has joined #u-boot
thopiekar has quit [Read error: Connection reset by peer]
<marex> f_: in SPL ?
<marex> f_: you dont
<marex> f_: in SPL you dont need DM
mmu_man has joined #u-boot
<f_> but most amlogic drivers use DM.
thopiekar has joined #u-boot
<marex> f_: is it the pinctrl tables which do not fit ?
<f_> the framework doesn't fit
<f_> CONFIG_SPL_PINCTRL.
<f_> It may be counter productive, but should I convert meson drivers back to legacy, for SPL?
<f_> (for saving space, perhaps)
vigneshr has quit [Quit: Connection closed for inactivity]
thopiekar has quit [Ping timeout: 260 seconds]
thopiekar has joined #u-boot
vagrantc has joined #u-boot
thopiekar has quit [Ping timeout: 276 seconds]
thopiekar has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
<marex> f_: uh ... what is your SPL size limit ?
<marex> f_: I think most of the code could be dual non-DM/DM , no ?
thopiekar has quit [Ping timeout: 252 seconds]
<f_> 48K, but in practise it's 44K.
<f_> and yes, that's what I meant by "converting", having dual non-DM/DM code.
<f_> marex: 4K is taken by an @AML bootrom header.
ikarso has joined #u-boot
Clamor has quit [Ping timeout: 264 seconds]
thopiekar has joined #u-boot
Clamor has joined #u-boot
<marex> f_: ha, that is a bit on the smaller side
<marex> f_: unless you want to go the TPL->SPL->U-Boot route (doubtful), non-SPL SPL pinmux would be just fine I think
<marex> Tartarus: ^
<diederik> when booting my Rock64 (rk3328) with u-boot 2023.07+dfsg-1 (also with 2023.01 version), I see this: "WARNING: BL31: cortex_a53: CPU workaround for 1530924 was missing!" Should I care?
<marex> diederik: yes
<marex> diederik: but this is not U-Boot defect, this is TFA defect
<diederik> I found that it was enabled (in TF-A) for various platforms, but not for rk3328
<f_> marex: non-SPL SPL pinmux???
<diederik> yeah, I had a feeling it was a TF-A problem. Thanks
<diederik> TF-A requires a GitHub account? :-/
<f_> diederik: No? AFAICT they use Gerrit now.
<marex> f_: but to log into that , you do need Microsoft GitHub account ;-)
<f_> oh :/
<f_> That's why I self-host my git repos :)
* marex refrains from venting any more negative thoughts today
<diederik> You need to be logged into https://developer.trustedfirmware.org/ ... I wonder if they've checked there recently ... :-O
<f_> (I used GitLab.com before, but realised self-hosting was much better)
<marex> f_: I self host and use gitlab.com , as applicable
<f_> gitlab.com is using gitlab ee which is proprietary...
<marex> f_: I dont really want to deal with server maintenance
<marex> f_: luckily source.denx.de is using gitlab-ce :-)
<diederik> Didn't help with the *trusted* part of their name ...
<f_> As for server maintenance I don't work on maintaining git hosting much
<marex> diederik: tbh, every time I see something called "trusted" and a bunch of locks on the website, I lose all trust in that stuff
<f_> For the most part if was just fire and forget
<f_> (for the most part)
<f_> s/if/it/
<marex> diederik: and after being involved in that development process, well, I didn't regain that trust
<diederik> marex: I guess you didn't open the URL ... but it looks like it has been hacked ...
<diederik> or at least full of spam
<f_> *hijacked
<marex> diederik: I didn't open it, no
<f_> hah their Phabricator instance is full of spam.
<marex> I guess I'll stick with community development for the foreseeable future :)
<diederik> Looks like I can send an email to their ML, so I'll go for that.
<f_> marex: :)
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
goliath has joined #u-boot
persmule has quit [Remote host closed the connection]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
persmule has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
thopiekar has quit [Ping timeout: 256 seconds]
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
thopiekar has quit [Read error: Connection reset by peer]
glaroque has quit [Quit: Connection closed for inactivity]
lucascastro has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
thopiekar has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
thopiekar has quit [Read error: Connection reset by peer]
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
zear has quit [Read error: Connection reset by peer]
zear has joined #u-boot
mckoan|away has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
mckoan|away has joined #u-boot