ftg has quit [Read error: Connection reset by peer]
palmer has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
paulk1 has joined #linux-sunxi
macromorgan is now known as Guest1820
Guest1820 has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-sunxi
paulk has quit [Ping timeout: 480 seconds]
macromorgan has quit [Read error: Connection reset by peer]
paulk1 has quit [Ping timeout: 480 seconds]
tnovotny has joined #linux-sunxi
paulk1 has joined #linux-sunxi
eldondev has quit [Remote host closed the connection]
eldondev has joined #linux-sunxi
indy has joined #linux-sunxi
dliviu has quit [Ping timeout: 480 seconds]
evgeny_boger has joined #linux-sunxi
gsz has joined #linux-sunxi
dliviu has joined #linux-sunxi
bauen1 has joined #linux-sunxi
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
evgeny_boger has quit [Ping timeout: 480 seconds]
nashpa has joined #linux-sunxi
dliviu has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
chuangzh1 has joined #linux-sunxi
evgeny_boger has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
chuangzhu has quit [Ping timeout: 480 seconds]
linusw__ has joined #linux-sunxi
paulk1 has quit [Ping timeout: 480 seconds]
gsz has quit [Quit: leaving]
cnxsoft has quit []
paulk1 has joined #linux-sunxi
vagrantc has joined #linux-sunxi
<machinehum>
I'm still trying to upstream the Allwinner V5 on u-boot however I'm having some issues pertaining to the program entry. Is there a simple answer for this issue https://pastebin.com/raw/zhq1YDqy or is way more context needed? It looks like arch/arm/lib/vectors.S is being properly included. Here are my changes so far https://paste.rs/L7G
<machinehum>
I asked on #u-boot on libera already no hits
<machinehum>
yet
<smaeul>
what is your .config based on?
<smaeul>
you will need to select SUN50I_GEN_H6 to get the right memory layout, and you will also need CPU_V7_HAS_NONSEC / ARCH_SUPPORT_PSCI to get SMP
<smaeul>
you will need clock_sun50i_h6.o (which is already selected by SUN50I_GEN_H6), not clock_sun6i.o
<smaeul>
it looks like V5 has CPU_CFG registers with the new layout, so arch/arm/cpu/armv7/sunxi/psci.c will not work
ftg has joined #linux-sunxi
<smaeul>
if I make those changes, and stub out the functions in arch/arm/cpu/armv7/sunxi/psci.c, I get u-boot proper to compile
<smaeul>
my .config is from taking a random H3 board (orangepi_one_defconfig) and then selecting MACH_SUN8I_V3S
<machinehum>
I'll give that a go
<machinehum>
Thanks for the help, I really appriciate it