<megi>
these are the latest version of those two patches
<sunshavi>
megi: then i am going to apply both of them
<megi>
what do you mean by archlinux 5.5-rc1, btw?
<sunshavi>
kernel 5.5-rc1 with the patches apply by archlinux
<megi>
just something personal or for some kernel that will be distributed with arch linux arm?
popolon has quit [Quit: WeeChat 2.6]
<sunshavi>
no. archlinux has the equivalent to dpkg-source for compiling pkgs. so I just download the source code for that kernel with all the patches on top of it I am going to apply both of your patches
<megi>
ok, I understand
dev1990_ has joined #linux-sunxi
dev1990 has quit [Ping timeout: 265 seconds]
tlwoerner has joined #linux-sunxi
gaston1980 has quit [Quit: Konversation terminated!]
lurchi__ has quit [Ping timeout: 268 seconds]
ChriChri_ has joined #linux-sunxi
ChriChri has quit [Ping timeout: 246 seconds]
ChriChri_ is now known as ChriChri
Mangy_Dog has quit [Ping timeout: 240 seconds]
dev1990_ has quit [Remote host closed the connection]
dev1990_ has joined #linux-sunxi
tl_lim has joined #linux-sunxi
megi has quit [Ping timeout: 268 seconds]
cnxsoft has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
aloo_shu has quit [Ping timeout: 246 seconds]
lurchi_ is now known as lurchi__
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 252 seconds]
tl_lim has quit [Ping timeout: 250 seconds]
tl_lim has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 265 seconds]
tl_lim has quit [Ping timeout: 245 seconds]
tl_lim has joined #linux-sunxi
TheSeven has quit [Ping timeout: 250 seconds]
[7] has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lykt has quit [Quit: leaving]
lurchi__ has quit [Ping timeout: 265 seconds]
lykt has joined #linux-sunxi
tl_lim has quit [Ping timeout: 250 seconds]
lkcl has quit [Ping timeout: 240 seconds]
tl_lim has joined #linux-sunxi
cnxsoft has quit [Read error: Connection reset by peer]
cnxsoft1 has joined #linux-sunxi
lkcl has joined #linux-sunxi
JohnDoe3 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 250 seconds]
tl_lim has quit [Read error: Connection reset by peer]
\\Mr_C\\ has joined #linux-sunxi
florian has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 250 seconds]
dddddd has quit [Remote host closed the connection]
\\Mr_C\\ has quit [Quit: (Read error: Connection reset by beer)]
suprothunderbolt has quit [Ping timeout: 265 seconds]
gediz0x539 has quit [Remote host closed the connection]
gediz0x539 has joined #linux-sunxi
aloo_shu has joined #linux-sunxi
gediz539 has joined #linux-sunxi
gediz0x539 has quit [Remote host closed the connection]
gediz539 is now known as gediz0x539
gediz0x539 has quit [Quit: Leaving]
gediz0x539 has joined #linux-sunxi
\\Mr_C\\ has quit [Quit: (Read error: Connection reset by beer)]
RichardG867 has joined #linux-sunxi
<warpme_>
guys: quick Q regarding u-boot: I have multiple H6 baords and I'm using sunxi-custodians u-boot. is there way to configure u-boot build to produce single u-boot bin for multiple h6 boards?
dddddd has joined #linux-sunxi
gediz0x539 has quit [Quit: Leaving]
ldevulder__ has joined #linux-sunxi
AneoX has joined #linux-sunxi
ldevulder_ has quit [Ping timeout: 252 seconds]
Gerwin_J has joined #linux-sunxi
Gerwin_J has quit [Ping timeout: 264 seconds]
reinforce has quit [Remote host closed the connection]
reinforce has joined #linux-sunxi
<smaeul>
warpme_: generally no. you can share u-boot proper across boards if you don't use any of the legacy pinctrl options (or if they work on all boards)
<smaeul>
that either involves setting CONFIG_OF_LIST, to add multiple DTBs to the same image, or concatenating the various DTBs to u-boot-nodtb.bin
<smaeul>
but which DTB to use, and therefore which board the image works on, is determined by (and hardcoded in) the SPL image
<smaeul>
if there is some hardware feature you can use to distinguish the boards, you can modify SPL to choose the machine name at runtime
<smaeul>
if this is for your personal boards, you can use the serial number from the SID; otherwise you can look for something like a GPIO that is pulled differently between boards
<smaeul>
so if you want a single SD card with U-Boot on it to boot on multiple boards, that's ^^ how you need to modify SPL
<mru>
or an i2c eeprom for maximum flexibility
<smaeul>
the "ideal" way is to install U-Boot on SPI flash, and not on the SD card. then the SD card can work in any board
tllim has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
popolon has joined #linux-sunxi
warpme_ has quit [Quit: Connection closed for inactivity]