<apritzel_>
sjg1: Tartarus: at the moment our DT patch .dtsi name is built from SYS_SOC, which is just "sunxi", for all Allwinner SoCs
<apritzel_>
how do you feel about adding an extra symbol for that, and letting this default to SYS_SOC
<apritzel_>
so sunxi can set this per SoC, without introducing really SoC specific SYS_SOC settings?
<apritzel_>
or shall I rather see if I can get rid of arch/arm/cpu/armv7/sunxi, and move this somewhere else?
<Tartarus>
It's something that needs thought as there's a lot of other socs I think that just end up doing #include <main-mods-in-u-boot.dtsi> since SYS_SOC/etc don't fit quite right
camus has quit [Quit: camus]
camus has joined #u-boot
apritzel_ has quit [Ping timeout: 252 seconds]
vagrantc has quit [Quit: leaving]
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
akaWolf has quit [Ping timeout: 250 seconds]
jclsn5 has joined #u-boot
jclsn has quit [Ping timeout: 256 seconds]
akaWolf has joined #u-boot
stefanro has quit [Quit: Leaving.]
tchebb has quit [Ping timeout: 256 seconds]
tchebb has joined #u-boot
stefanro has joined #u-boot
apritzel_ has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
monstr has joined #u-boot
apritzel_ has quit [Ping timeout: 240 seconds]
lucaceresoli has joined #u-boot
jclsn5 is now known as jclsn
mckoan|away is now known as mckoan
matthias_bgg has quit [Read error: Connection reset by peer]
guillaume_g has joined #u-boot
matthias_bgg has joined #u-boot
zibolo has joined #u-boot
tnovotny has joined #u-boot
sszy has joined #u-boot
baltazar has quit [Remote host closed the connection]
<Tartarus>
sjg1: Can you please pickup that patch to fix the intermittent failure on pylint in CI that you did?
<Tartarus>
or should I?
prabhakarlad has quit [Quit: Client closed]
lucaceresoli has quit [Ping timeout: 252 seconds]
jamestperk has quit [Ping timeout: 250 seconds]
austriancoder has quit [Ping timeout: 250 seconds]
neoXite has quit [Ping timeout: 250 seconds]
ldts has quit [Ping timeout: 250 seconds]
rburton has quit [Ping timeout: 250 seconds]
neoXite has joined #u-boot
ldts has joined #u-boot
rburton has joined #u-boot
austriancoder has joined #u-boot
jamestperk has joined #u-boot
haritz has quit [Ping timeout: 240 seconds]
<kabel>
rfried: do I need to prepare another version of those net patches with the "macors" typo fixed?
<kabel>
rfried: or will you fix it when applying? I have prepared v2 with the typo fixed and reviewed by tags added
<rfried>
kabel: please send the v2
<kabel>
rfried: pl
<kabel>
rfried: ok
haritz has joined #u-boot
haritz has joined #u-boot
<kabel>
rfried: sent, and thx
ullbeking_ has quit [Changing host]
ullbeking_ has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
ullbeking_ is now known as ullbeking
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
monstr has quit [Remote host closed the connection]
vagrantc has joined #u-boot
prabhakarlad has joined #u-boot
zibolo has quit [Ping timeout: 250 seconds]
GNUtoo has quit [Ping timeout: 240 seconds]
GNUtoo has joined #u-boot
mckoan is now known as mckoan|away
sobkas has joined #u-boot
ldevulder_ has joined #u-boot
ldevulder has quit [Ping timeout: 252 seconds]
tnovotny has quit [Quit: Leaving]
alan_o has quit [Ping timeout: 240 seconds]
apritzel has quit [Ping timeout: 240 seconds]
alan_o has joined #u-boot
torez has quit [Quit: torez]
milkylainen_ has quit [Quit: Connection closed]
<sjg1>
Tartarus: OK I'll take a look today
<Tartarus>
sjg1: I just picked it up now, since it caused my current tests to fail 3 times in a roww
<sjg1>
Tartarus: OK
prabhakarlad has quit [Quit: Client closed]
apritzel_ has joined #u-boot
ldevulder__ has joined #u-boot
ldevulder_ has quit [Ping timeout: 252 seconds]
ldevulder__ has quit [Quit: Leaving]
vagrantc has quit [Quit: leaving]
apritzel_ has quit [Ping timeout: 240 seconds]
<sjg1>
apritzel_: Are you thinking of adding another level, like SYS_FAMILY, or SYS_ARCH? We have ARCH_SUNXI (and many other ARCH_xxx) things, so having SYS_ARCH set to the string might help