<hurricos> I just haven't gotten anywhere close to either SPL u-boot / RAMBOOT. I haven't even *compiled* u-boot; not sure where I'd get the toolchain (perhaps besides grabbing OpenWrt 18 and using CROSS_COMPILE=powerpc-.*musl-
<hurricos> the most frustrating thing for me is not knowing how I'm supposed to manage u-boot build configurations
<hurricos> There's the .config file, yes, but that is a black-box at this point. At least with OpenWrt one can generate a diffconfig and see the symbol implications
<hurricos> but it twists me to no end that I can make menuconfig and still be asked questions on compilation
<hurricos> or make menuconfig and compilation fails
<hurricos> the build system is absolutely opaque to me
<hurricos> I know in the end the process for OpenWrt will be something like:
<hurricos> - dedicate a toolchain build to u-boot (as we do with Marvell mvebu / kirkwood)
<hurricos> - add u-boot build configuration to the build system
<hurricos> - build as changes occur
<hurricos> I don't know how to do the prerequisite steps for #2. My experience so far (outdated READMEs from '13, while newer U-boot releases not having partial board configurations) tell me I have to pick one or the other
<hurricos> if it's too new, it might not work
<hurricos> if it's too old, it's a maintenance burden
<hurricos> there are too many combinations for me to reasonably path through to figure out building P1020 U-boot
<hurricos> with Okli, it's easier
<hurricos> I have a platform, I write a program. I have examples in other ASMs, I read PPC ASM and figure out how to reproduce head.S and I let C code take care of the rest
<hurricos> but there's a huge caveat of the u-boot platform still being inconsistent and potentially problematic
<hurricos> "it's big and I don't know where to start or how it's supposed to be done" is my problem
Namidairo has quit [Quit: ZNC - https://znc.in]
<hurricos> also, I was assuming incorrectly that P1020 was being dropped because of DM_ETH
Namidairo has joined #openwrt-devel
<hurricos> (whatever that actually is.) Looks like support was re-added.
<hurricos> sorry, added in the first place, for said platform's ethernet on u-boot
dangole has joined #openwrt-devel
<hurricos> it doesn't help that I don't actually know what SPL meant
<hurricos> err,
<hurricos> It's still not sticking in my head that SPL is the S-code / assembly portion of U-boot
<hurricos> because I still don't know what initialism you use to refer to U-boot as a whole, nor what you call something you chain-load off of U-boot that's not your final program
GNUmoon has quit [Quit: Leaving]
GNUmoon has joined #openwrt-devel
dangole_ has joined #openwrt-devel
dangole has quit [Remote host closed the connection]
awgh has joined #openwrt-devel
awgh_ has quit [Ping timeout: 480 seconds]
awgh_ has joined #openwrt-devel
awgh has quit [Ping timeout: 480 seconds]
<hurricos> u-boot/doc/README.TPL
<hurricos> is everything
<hurricos> I need to know
<hurricos> apparently
<hurricos> it discusses exactly this issue
<neggles> hurricos: yeah it's meant to be loaded by the spl
<neggles> as for how 2 config
<neggles> openwrt is still notionally somewhat buildroot-y underneath right
<hurricos> Ultimately my worry was RE: gambling with mainline u-boot
<neggles> this https://github.com/neg2led/zynq_boards is a buildroot external tree for building images for the ebang ebaz4205 and bitmain antminer S9 zynq boards
<neggles> https://github.com/neg2led/zynq_boards/blob/main/board/ebaz4205/u-boot.config u-boot config, there's a dts up across a couple dirs
<neggles> i *believe* the openwrt "build a uboot for this" thing works very similarly
<hurricos> Thank you.
<neggles> i believe buildroot has a p1020rdb config in there too
<neggles> definitely has at least one mpx85xx
<neggles> mpc*
<neggles> well that's discouraging
KB1SPH has quit [Ping timeout: 480 seconds]
dangole_ has quit [Remote host closed the connection]
<Grommish> For the folks who know GNU Make format, do you only need one endif for multiple nested ifeq/ifneq?
<Grommish> It seems to be the case but I'd like to confirm before I get to far past it doing things I don't expect :D
minimal has quit []
danitool has quit [Remote host closed the connection]
slh has quit [Remote host closed the connection]
slh64 has quit [Ping timeout: 480 seconds]
victhor has quit [Remote host closed the connection]
cmonroe has quit [Quit: Textual IRC Client: www.textualapp.com]
GNUmoon has quit [Ping timeout: 480 seconds]
scappylappy has quit [Quit: Leaving]
mattytap has joined #openwrt-devel
castiel652 has joined #openwrt-devel
<nbd> castiel652: hi
<nbd> what did you change in the driver for hw amsdu so far?
slh has joined #openwrt-devel
slh64 has joined #openwrt-devel
fda has joined #openwrt-devel
fda| has quit [Ping timeout: 480 seconds]
GNUmoon has joined #openwrt-devel
nitroshift has joined #openwrt-devel
<nbd> castiel652: i think that won't work
<nbd> from what i remember, a-msdu on 7615 is different from 7915
<nbd> a-msdu scheduling needs to be done in software
<nbd> so it's not enough to just set the AMSDU flag in txwi
<nbd> the descriptor needs to mark which packets should be aggregated together into an a-msdu
fda- has joined #openwrt-devel
<nbd> i don't know if this can work well with only driver changes
<nbd> i think one way to implement this would be to add a new mode for the mac80211 sw amsdu code which doesn't touch the packet data
<nbd> but only marks which frames belong in a single amsdu
<nbd> and extend that to cover 802.3 encap offload as well
fda has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
<neggles> hurricos / stintel: the aerohive AP320... it's.... it's an octeon...
<neggles> nowhere is safe ;_;
Tapper has joined #openwrt-devel
<castiel652> nbd: I see. Thanks for your explanation.
<nbd> doing that scheduling in the driver is also possible in theory, but i expect some bad interactions with AQL
<nbd> preparing a-msdu lists in mac80211 will likely result in longer a-msdus
rmilecki has quit [Ping timeout: 480 seconds]
rmilecki has joined #openwrt-devel
<neggles> Namidairo: is it, though
rmilecki has quit [Ping timeout: 480 seconds]
castiel652 has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
mangix_ has joined #openwrt-devel
mangix has quit [Ping timeout: 480 seconds]
mangix_ has quit []
mangix has joined #openwrt-devel
mangix has quit [Read error: Connection reset by peer]
mangix has joined #openwrt-devel
srslypascal is now known as Guest9237
srslypascal has joined #openwrt-devel
pmelange has joined #openwrt-devel
Guest9237 has quit [Ping timeout: 480 seconds]
victhor has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
rmilecki has joined #openwrt-devel
nitroshift has quit [Quit: Gone that way --->]
rmilecki has quit [Quit: Konversation terminated!]
rmilecki has joined #openwrt-devel
Tapper has quit [Read error: Connection reset by peer]
Tapper has joined #openwrt-devel
<owrt-snap-builds> Build [#394](https://buildbot.openwrt.org/master/images/#builders/18/builds/394) of `mvebu/cortexa9` failed.
fda has joined #openwrt-devel
fda- has quit [Ping timeout: 480 seconds]
fda- has joined #openwrt-devel
fda has quit [Ping timeout: 480 seconds]
dangole has joined #openwrt-devel
minimal has joined #openwrt-devel
fda has joined #openwrt-devel
fda- has quit [Ping timeout: 480 seconds]
fda- has joined #openwrt-devel
fda has quit [Ping timeout: 480 seconds]
danitool has quit [Quit: Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos]
fda has joined #openwrt-devel
fda- has quit [Ping timeout: 480 seconds]
rmilecki has quit [Ping timeout: 480 seconds]
hurricos has quit []
Tapper has quit [Ping timeout: 480 seconds]
noltari has quit [Ping timeout: 480 seconds]
noltari has joined #openwrt-devel
noltari_ has joined #openwrt-devel
noltari has quit [Read error: Connection reset by peer]
svlobanov has joined #openwrt-devel
<svlobanov> hi. As I understood, px5g is not able to generate self-signed ssl certificate acceptable by chrome>58 and the only way is to use openssl to generate "valid" self-signed certs. Is it correct?
<karlp> aiui _no_ self signed cert is acceptable in chrome/ff of any generation...
<karlp> px5g or not.
<svlobanov> I understand that normal certs (like letsencrypt) will be OK but I need to generate self-signed
<svlobanov> px5g generates a certificate without alt names so chrome recognises it as invalid
<dwfreed> if px5g can't create a self-signed cert with subjectAltNames set, then yeah, you can't use it
<dwfreed> (CAB Baseline Requirements now require, and browsers enforce, that all certs have subjectAltNames set to include at least the Subject name)
<dwfreed> it sounds like this is what you're referring to, vs trusted/untrusted
rmilecki has joined #openwrt-devel
svlobanov has quit [Remote host closed the connection]
philipp64 has quit [Quit: philipp64]
svlobanov has joined #openwrt-devel
svlobanov has quit []
rmilecki has quit [Ping timeout: 480 seconds]
danitool has joined #openwrt-devel
philipp64 has joined #openwrt-devel
Tapper has joined #openwrt-devel
philipp64 has quit [Quit: philipp64]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
Luke-Jr has joined #openwrt-devel
Gaspare has joined #openwrt-devel
dangole has quit [Quit: Leaving]
rmilecki has joined #openwrt-devel
Tapper has quit [Ping timeout: 480 seconds]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
pmelange has joined #openwrt-devel
pmelange has left #openwrt-devel [#openwrt-devel]
pmelange has joined #openwrt-devel
mattytap has quit [Quit: Leaving]
rhansen has joined #openwrt-devel
Gaspare has quit [Quit: Gaspare]
Tapper has joined #openwrt-devel
rmilecki has quit [Ping timeout: 480 seconds]
<russell--> offtopic: can any austrian/bavarians identify this carol for me? https://youtu.be/r_KdRKquXsM?t=416
<Habbie> russell--, did you see that the comments link to sheet music?
<Habbie> looks like number 7 in that
<Habbie> Mariä Wiegenlied
<Habbie> yes definitely it
<russell--> nice, thanks!
<Habbie> np!
<Habbie> based it on the first part in the score, which is also the clearest part in the recording
<rsalvaterra> russell--: How nice! :)
<rsalvaterra> Would never thought it worked so well only with brass. Very nice, Indeed.
<rsalvaterra> Merry Christmas, everyone (who celebrate it, of course). ;)
<Habbie> happy holidays!
<Habbie> (is a version that works for a bigger group :) )
<Habbie> and, i did not know the song, but this version does work
philipp64 has joined #openwrt-devel
<philipp64> Hi. Merry Christmas all!
<philipp64> Can someone point me at the URL for "dummy" interfaces in the network config?
pmelange has left #openwrt-devel [#openwrt-devel]
<Slimey> yoyo
danitool has quit [Ping timeout: 480 seconds]