=== ApOgEE__ is now known as ApOgEE === asac_ is now known as asac [04:15] working sgx driver for natty published at https://launchpad.net/~tiomap-dev/+archive/omap-trunk [04:16] same version as currently used at maverick, but ported to make it work with natty's xorg === pan1nx is now known as info === info is now known as pan1nx === marvin24_ is now known as marvin24 [09:48] rsalveti: cool [10:01] rsalveti: thanks for pushing the DDK update for natty! [10:12] ogra, in the natty platform seed I see dove, is that still needed there? [10:13] also what is the difference between platform.natty and ubuntu.natty seeds? I saw no overview of the relationship between various ubuntu.seed branches [10:17] janimo, in the seeds we can keep it in case a platform comes back you dont need to redo the whole seeding [10:18] we dont build images for such platforms so it shouldnt do any harm apart from a bit bit-rotting [10:18] janimo, also forget about seeds [10:18] ogra, right but I was hoping version control software was a better fit for keeping such legacy bits around [10:18] I find almost all the scripts in the area of image building have a lot of unnecessarey baggage [10:19] making them harder to understand [10:19] janimo, i had a chat with lool yesterday, they use the same low level seed and have a policy that no bootloader should be installed, we would break it for them [10:19] ogra, so no bootloaders in the seeds? [10:19] ok, I'll add them in livecd-rootfs then [10:19] no [10:20] just have a line in the upgrade script that apt-get installs them ... we dont need them seeded, you need the latest version from the archive anyway [10:21] one check of the script should be that -updates is enabled, then get the last versions from there and drop the binaries in place [10:21] ogra, yes but they will not be upgraded ifg they are not in the image initally [10:21] the version we would seed would be the original one installed anyway [10:21] ogra right, but then updates would be automatic [10:22] why do we need automated updates here ? [10:22] ogra, if the script needs to bring them the user cannot be notified when an update is there [10:22] automated fetch not install [10:23] we dont want to actually encourage users to upgrade their bootloader, we just need a tool for the case where we tell them to upgrade [10:23] well suppose we have a bugfix, how to propagete to users so they stop complaining about it? I think it shold be like a regular bugfix via apt [10:23] ogra, ok [10:23] i.e. we dont need notification here [10:24] ogra, in this case apt-get installing it just to put it on the 1st partition is strange. [10:24] anyway I'll do wahtever t tajkes to have some script working for omap3/4 [10:24] without too much fanciness :) [10:25] well, if you prefer to pull the deb and extract it, i wouldnt object [10:27] and if you have a convincing reason to have it on the image in advance, feel free to convince me, i was on that page before my discussion yesterday ;) [10:27] yay, my new mobile just arrived [10:27] ogra, well for easy of install and not bothering with extra step, plus to notufy users automatically. And if it can be done from livecd-rootfs withoiut touching the seeds what is the drawback? [10:28] ogra: Well, it's not a policy that no bootloader should be installed :-) [10:28] ah, i thought it was turned into some kind of policy [10:28] it's just that we decided that the bootloader did not have to be part of the rootfs, even more so if it's not upgraded automatically (which we certainly don't want) [10:28] janimo, what i see as a compelling reason to have it installed is that you easily can find out the version [10:29] lool, we also decided that updates would not be automatic, but up to the user [10:29] however this is not implemented, and I believe that current images still install a bootloader .deb, this is a limitation of our image writing tools which will be fixed once we implement what we call hwpack v2 [10:29] https://wiki.linaro.org/Platform/Specs/11.05/HardwarePacksV2 [10:30] I personally recommend *not* shipping the bootloader with apt/deb if you can avoid it because "updates" of this file wont make any sense (wont actually get the bootloader update, and might result in the rootfs hosting a bootloader which might not work when put to use) [10:32] lool, yes, but you still get an easy way to check the version, might be helpful for i.e. apport reports of a kernel crash [10:33] i know its doesnt necessarily show the running version [10:34] It doesn't represent the real version [10:34] it's just a random piece of data [10:35] BTW the point I was making yesterday was about network-dependency [10:36] Since you're going to want a fresher version of the bootloader to install because yours is borken, then you necessarily have access to an archive (since you can apt-get update to it), so why not instead apt-get install it when needed, and not install it by default in the first place? [10:36] I didn't read the spec, so I don't understand how you'd actually boot your board which has a broken bootloader to upgrade it though [10:37] lool, no provision for fixing that. So even if update is made easy, one still needs some technical skill to restore [10:39] Perhaps one way this would work is from your x86 laptop, putting your rootfs SD card into it and updating the bootloader; if you really need to run ARM code, you could use qemu-arm-static, but I think you could avoid it [10:39] thats a different scenario [10:39] This would also allow the "download image from ubuntu.com, write to SD, update bootloader on SD, boot on recent hardware" use case [10:40] the point is to be able to apply fixes, not tro make unbootable systems boot [10:40] What kind of fix? [10:40] initialization errors of single bits of the hw that the bootloader has by release time for example [10:41] Why can't this be done in linux? [10:41] because it might be a more ugly patch or it might not be possible to do it after boot [10:41] the omap4 display issue we had would not have been solvable in the kernel for example [10:42] So how would you do it with another bootloader? [10:42] e.g. in production, with a lightweight bootloader [10:42] it was an x-loader fix that initialized the HW [10:42] I might not know the specific of this bug, it just seems odd that hardware state would belong into u-boot [10:43] it wasnt u-boot but x-loader [10:43] If x-loader/u-boot work enough to start a kernel, then it seems to be the kernel could fixup stuff [10:43] if you set a voltage wrong and the kernel cant adjust it, you cant fix it differently [10:43] Why wouldn't the kernel be able to adjust? [10:43] (I am really ignorant here) [10:43] because there is no interface to do so [10:44] * ogra needs to vanish for a moment === XorA|gone is now known as XorA [12:01] morning [12:06] lool: ideally the kernel should handle everything, and the x-loader/u-boot would just bring up the board [12:06] but is not the case atm [12:07] x-loader is still important, and still setting things that the kernel expects to be ready once it boots [12:07] that's why in the last cycle we needed a x-loader update to have a feature working fine [12:07] Yup [12:07] so the system is working, is booting [12:08] but not properly working regarding some feature [12:08] that x-loader, for example, initialize, then we need a way to update it [12:08] as we can easily brick the board with automatic updates, we decided to provide a tool for the user [12:08] and notify him once we have new updates [12:08] so he can run this tool, and update the core boot files [12:09] having both installed at the images can make the work a lot easier [12:09] Hmm the notification part is harder [12:09] at least to identify the version, and also to notify the user [12:09] Do we expect this to happen frequently? It would make sense to invest in having the init done by linux instead of x-loader [12:09] well, it happened frequently with maverick [12:10] It sounds a bit like a BIOS update, but you can't even check which version of the BIOS you're using! [12:10] and because of the short time frame to have a working 2.6.38, I'd not expect to have the kernel properly setting up everything [12:11] you can only check by the binaries, or by the package metadata, if it's installed at the system [12:11] This is very indirect [12:12] true [12:12] binaries > if you mean the ones on the boot partition, that's ok, but the one in the rootfs that would sound bad [12:12] the ones at the boot partition [12:12] I'm not up-to-date on flash-kernel stuff ATM; is the boot partition always mounted, or mounted when needed? [12:12] mounted when needed [12:13] You're going to want some kind of permanently installed package to raise the notification; perhaps a sensible one would be jockey [12:13] jockey could mount this partition ro when starting (ouch, but eh) and check MLO for a specific version [12:14] then you decide that an update is needed; jockey does the x-loader package download if needed and run a x-loader flashing wrapper; question is whether x-loader package stays installed o rnot [12:14] *or not [12:15] we don't want to run the update automatically [12:15] Jockey prompts you [12:16] we want the user to run the flashing tool [12:16] that can work [12:16] it probably needs some adaptations to deal with this, but that would seem to give a good starting platform; maybe pitti would have more comments there [12:16] janimo: ^ [12:17] We might not have a text UI for jockey [12:17] only Gtk+ and Qt based ones [12:18] hm, we would need to run this procedure in text mode too [12:18] as we'll have the minimal image [12:18] the actual flashing script should probably be implemented in flash-kernel, but with special care to advertize this as extremely dangerous brick-your-device feature [12:18] You could have documentation for text mode [12:18] run flash-kernel --flash-bootloader [12:19] guess that's ok [12:19] Technically, you could use package upgrades to trigger flashing, but it's not really a direction that seems reasonnable :-. [12:19] :-/ [12:19] lool, I was also thinking of adding it to flash-kernle as it makes packagihng and coding easier. I am not sure if this does not take it further away from debian and the original intention of the package [12:20] but, yes I would rather have it in flash-kernel that a separate source package for one script [12:20] janimo: Currently flash-kernel has knowledge of where your bootloader lives (SD vs flash); that's the only non-installer place which has this, so it seems sensible [12:20] lool, actually for OMAP flash-kernel needs to be told the partition in a config file ia UBOOT_PART [12:20] In general, I think flash-kernel needs to be modernized substantially, but it's a lot of work [12:20] so it's not like it autotdetecta anything [12:21] lool, otherwise it assumes NAND [12:21] janimo: I know, but it has code to parse flash-kernel.conf and stuff, doesn't it? [12:21] but the conf is there by default already [12:21] if the user installed by using our image [12:21] not completely safe, but ok [12:21] You wouldn't want to have another tool reading this kind of data; it's very Ubuntu specific and I'd like to keep it flash-kernel-specific; if it spreads to other packages we're bound to lots of pain [12:21] lool, sure, I am for using flash-kernel, just pointing out that the code in case was not some complex piece [12:22] lool, true [12:22] It's really not about complexity, it's rather that I find this dirty enough :-) [12:22] this whole flash-kernel.conf was quickly thrown together some years ago, and never architectured, sent to Debian or anything [12:23] I could easily take the blame for this though [12:23] lool, actually flash-bootloader may not be enough. I think we;d want to update xloader and uboot independently. [12:23] so maybe have flash-bootfile /path/to/opaquefile [12:23] or flash-uboot, flash-xloader options [12:23] flash-bootloader should be fine [12:23] however this make it very omap specific [12:23] you can check both before updating [12:23] and updating what needs to be updated [12:23] x-loader is omap specific [12:23] rsalveti, makes sense, but maybe the user would only want to update one [12:24] and also part of the booting procedure [12:24] the normal user would not update it independently [12:24] so no GUI, agreed? [12:24] I think it's best if you know what you're doing; flash-kernel --install-to-boot /usr/lib/x-loader:MLO && flash-kernel --install-to-boot /usr/lib/u-boot:u-boot.bin sounds much uglier than flash-kernel --spl --tpl or flash-kernel --bootloaders=spl,u-boot [12:24] probably doesn't not even know about x-loader/u-boot [12:25] You basically don't want to leave any room for hacks or abuses with this kind of stuff [12:25] yup [12:25] otherwise someone is going to suggest flash-kernel --install-to-boot boot.scr in some documentation [12:25] both of these contradicotry approaches make sense [12:25] depends who are we targeting and which is more useful in general [12:25] janimo: gui just to warn the user [12:25] aobut the update [12:26] and then the seas will rise, cities will collapse, mountains will fall [12:26] rsalveti, I think we still need to decide whether these belong to the preinstalled image or not, at least ogra seems to have doubts about the latter [12:26] janimo: Why no GUI? :-) [12:26] :-) [12:26] I mean, perhaps I'm thinking it wrong, but to me you're trying to distribute an user-friendly Ubuntu for OMAP4 which does the right thing [12:26] lool, no extra GUI I mean. If it cannot be part of update-manager or some other apt-related I'd rather us not have a special gui for this [12:27] janimo: why not part of jockey? [12:27] jockey will popup and tell you that you bought a proprietary graphics card and that you can't get any boingboing effects without clicking "Install these binary stuff" [12:27] lool, no experience with jockey, but party because I;d like to first figure out somethig that works and then see if it can be imporved, before touching too many different packages initially [12:28] gnome-power-manager will tell you "This battery has been recalled, contact your manufacturer" [12:28] lool, yes but that is already running and does this as an extra. We'd not run a dameon specifically to watch for updates [12:28] that's wha update-manager does [12:28] janimo: Sure; these are kind of orthogonal, but in general user experience is better designed top-down (apple) than bottom-up (linux :-) [12:29] lool, true as well, but we are talking about a rpocedure which requires running a cmdline app [12:29] You can implement the flash-kernel plumbing first obviously [12:29] which if goes wrong needs expert intervention anyway -VFAT formatting, copying of blobs etc [12:29] lool, right, the core operation first and see how it can be improved [12:29] update-manager delivers package updates, or recommends dist upgrades; don't think it deals with special general-purpose hooks like jockey kind of does; I don't know where you'd put the data [12:30] * lool thinks jockey could also be used to install the powervr stuff [12:30] lool, that is why the solution (until yesterday that is) involved having the packages installed so dpkg post install hooks can be used for this purpose [12:30] * janimo does not know about the powervr use case [12:31] it's technically feasible to decide to do upgrades from package hooks, but I would find that disturbing and risky [12:31] lool: jockey could work fine with pvr, I believe [12:31] at least would make sense [12:32] (because you'd have to protect the action by some debconf prompt which are considered evil and would have to fail by default, and because it would create a perception that you have x-loader 1.2.4 when in fact you have some random other version and it doesn't necessarily get installed) [12:32] the jockey case also makes it more obviously optin than upgrade your system and it might not boot [12:33] lool, well technically it is just as risky as upgrading kernel/initrd no? If update gets broken it does not boot. And we would not push broken boot loaders to the archive [12:34] janimo: well, kind of [12:34] sure if jockey is better suited for this it can be used, I just have no experience with it [12:34] the user can still try something at the u-boot prompt [12:34] if we break x-loader, nothing will show at the uard [12:34] *uart [12:34] and the user will cry and screen [12:36] rsalveti, but if a user can work with uboot prompt via serial he can surely copy two files on the MMC VFAT partition? [12:36] janimo: probably not [12:36] we have cases that the user only uses uart to see what's happening [12:37] and log-in into the system [12:37] I see this spec as a convenience use-case not one that makes regular users do expert things because of a wrapper [12:37] but don't have proper technical background for other stuff [12:38] yup, we should focus on the simple user, that just want his system to be fixed [12:38] janimo: I tend to agree that it would be best if we had a way to offer booting older kernel / initrd, or passing cmdline options; not visible by default, but to be able to maintain multiple kernels on a system [12:39] but the difference is that we know the kernel is going to see some security updates, while the bootloader shouldn't ever need an upgrade if we don't really need it [12:39] it should basically get out of the way; think of it as firmware [12:39] I have devices where in theory I have source of the bootloader, but I didn't build it myself and I doubt I'd be able to replace a broken bootloader; in fact, if I flash a broken bootloader there is zero way to recover [12:40] it might not be true on SD, but because the solution will involve flash-kernel etc. it would be best to have safety nets in place and not do it unless really needed [12:40] For instance, you might want to decide to only upgrade the bootloader if people are running a specific board [12:41] lool, you mean variants of beagle or rather beagle vs panda? [12:42] both [12:42] right now I guess all variant will get a new package being in the same source package even if only one gets a fix [12:42] so you're upgrading the bootloader even when not strictly needed? sounds bad [12:43] lool, no, the opposite, was just needing calrification [13:01] lool: not even jtag [15:34] ogra, yo ... seems that the linaro qemu images have hit the archive. this ought to mean we can emulate omap3 correctly now, which might mean that versatile kernels are no longer needed for arm as they are used for qemu only ... what are your thoughts? [15:34] ogra, i am a little concerned about the interaction between a lucid host and this though [15:35] apw: well, at least with rootstock (that uses versatile) I'll test with omap 3 and see how it goes [15:35] but it should work fine, as linaro is already using qemu with the omap 3 kernel [15:35] rsalveti, that sounds good ... [15:36] don't know if we have any other use for versatile [15:36] maybe ogra knows [15:36] rsalveti, there is a bug open which might make sense to report the outcome of any testing [15:36] bug #715113 [15:36] Launchpad bug 715113 in linux "Drop versatile support" [Undecided,New] https://launchpad.net/bugs/715113 [15:36] apw: sure, will do [15:36] apw, we were just discussing it in the meeting :) [15:37] And in -kernel [15:38] heh and here, and ... yeah i am suggesting the bug for any position statements or testing :) [15:40] apw, the bug I filed is part of a spec of the arm team, so they are at least partly aware of the situation :) [15:41] apw, there are some bugs still with various corner cases but the linaro devs are on them and fix qemu relatively fast [15:43] yup [15:43] so we should be safe with the qemu-linaro and omap 3 [15:44] Concern is for folks running a complex environment: for example lucid amd64 hosts running natty/arm buildds under qemu [15:45] ppa should be enough for that [15:47] I'd prefer a proper backport to a PPA: I know lots of folks who don't trust PPAs, for a number of fairly well-argued reasons. [15:49] persia, sure but those special cases should not block removing versatile from natty right [15:49] ? [15:50] I don't see any special reason to block the removal. [15:51] That said, it's probably worth filing a backports bug for qemu-linaro once it's known good. [16:00] NCommander, bug 708661 and bug 708659 [16:00] Launchpad bug 708661 in libqtgconf "[MIR] please include libqtgconf in natty main" [High,Incomplete] https://launchpad.net/bugs/708661 [16:00] Launchpad bug 708659 in libqtbamf "[MIR] please include libqtbamf in natty main" [High,Incomplete] https://launchpad.net/bugs/708659 [16:00] see the last comments === davidm_ is now known as Guest87808 === Amaranth_ is now known as Amaranth [21:09] btw, anyone aware of ppa w/ firefox-4.0 for arm? [21:09] ppa:ubuntu-mozilla-daily/ppa doesn't seem to build for arm.. [22:28] micahg, Hey. firefox-4.0 in the mozillateam PPA doesn't build for ARM. Are there any backports available, or other ways to get it for maverick? [22:29] persia: we might be able to throw it in maverick-backports [22:29] Is there a good version suitable for -backports? [22:29] natty looks like beta11 [22:29] robclark, Was there a specific version you wanted/needed? [22:31] well, actually, the problem with throwing it in -backports is I don't want to replace the current version in Maverick yet [22:32] I'll have to see, maybe I can get a native PPA for firefox [22:33] or maybe an ARM enabled PPA [22:34] also, is there a specific timeframe (i.e. you need a version now, or just want Firefox 4 on maverick at some point) [22:34] Without the completion of https://launchpad.net/ubuntu/+spec/other-arm-n-public-panda-ppa-build-cluster ARM PPAs are tricky :( [22:34] I'm just asking you as the most knowledgeable person I know because robclark asked earlier. [22:34] I don't know the detailed requirements. [22:35] ok, it would be nice to know what the use case is, that might help how it's implemented [22:39] persia, just something recent 4.0 beta [22:39] micahg, ^^ [22:39] supposedly there should be some performance improvements.. [22:39] robclark: can I ask what the use case is? [22:39] we just want to do some benchmarking w/ our xorg driver [22:39] browsing the web ;-) [22:40] scrolling performance and stuff like that [22:40] robclark: I'm wondering maverick vs natty [22:40] ahh, maverick preferrably.. [22:40] I'm running mostly maverick right now [22:41] robclark: do you specifically need a PPA, or is this just for you? I could build debs for you on ARM [22:46] robclark: chrisccoulson suggested just grabbing the natty debs [22:47] Do they install cleanly on maverick? I thought there've been a few ABI transitions. [22:47] i can't think of any reason it wouldn't work [22:48] persia: we use mostly internal libs for Firefox, so there shouldn't be an issue [22:48] remember, firefox uses bundled copies of pretty much everything except gtk and libc [22:48] and those don't break ;) [22:48] i might be wrong, but it *should* work on maverick [22:48] micahg, doesn't need to be a PPA.. [22:49] oh, are there natty debs [22:49] * persia grumbles about internal libraries, grumbles more about firefox security, and finds a hole in the sand in which to insert head. [22:50] persia - it's not really a problem for firefox, it gets frequent security updates anyway (more frequently than any of our system libraries) [22:51] No moving the sand away from my eyes: I don't want to know :) [22:51] heh [22:51] in addition to that, there are other benefits to using bundled libraries [22:51] out of shampoo ? [22:51] one of them being that we can submit crash reports directly to mozilla [22:52] so they have visibility of linux crashes, which is a very important part of their QA [22:52] * ogra heard of birds that prefer sand, i didnt know it was polular in japan [22:54] * persia is emulating an ostrich [22:54] japanese ostrich ? [22:56] Sure. Any ostrich. If I can't see the problem, it doesn't exist, and won't eat me. [22:58] hmm, wget + dpkg -i http://launchpadlibrarian.net/62913574/firefox_4.0~b10%2Bbuild1%2Bnobinonly-0ubuntu2_armel.deb didn't seem to result in anything workable.. [22:58] although I guess there are probably some other deb's I need to install? [22:58] one 10mb .deb file seems a bit small for firefox [23:03] rsalveti: After resolving a few local issues, I finally got around to getting the latest beaglexm image up. Seeing a kernel oops on kswapd. System runs, but this is not a good thing to have. Filing a bug now. [23:03] GrueMaster: ok [23:06] robclark, What sort of error did you get trying to install? [23:06] persia, it installed fine.. but just crashes on startup.. [23:07] heh. [23:07] but I guess there are probably other deb's I need to install, so maybe I ended up with some 3.6/4.0 hybrid.. [23:07] The dependencies should have prevented that. [23:07] chrisccoulson, micahg: maybe you could fix the dependencies, or build a maverick backport? [23:09] i really need arm hardware to test this stuff on ;) [23:09] yeah, it's going to need a backport as the depends are versioned based on natty [23:09] i've been debugging an arm build failure with upstream today, but i've got absolutely no way of testing this [23:09] ahh [23:09] well, I have the setup to test deb's on maverick if that helps at all ;-) [23:09] i just press the button and hope people say if it doesn't work ;) [23:10] i can test builds ok on the porter boxes, but they don't have an X display ;) [23:10] chrisccoulson, You might ask if anyone else in mozillateam has ARM hardware :) [23:11] chrisccoulson: I can test stuff on ARM [23:11] that doesn't really solve my problem though (having no way of testing it myself) ;) [23:11] chrisccoulson: I might be able to set up the machine so you can test [23:12] * persia imagines a video camera and robotic key-presser. [23:13] * micahg is thinking more along the lines of VNC ;) [23:13] heh :) [23:14] persia: Hey there; did you build an efikamx .deb as of late? [23:14] persia: I checked the linaro-mx51 one, and it has efikamx enabled in the config, but I bet it misses tons of patches [23:16] lool, I'm working on one. I have a current tree, but kernel packaging is *hard* [23:16] (it's sascha + rtp + ubuntu sauce) [23:17] persia: Ok; jcrigby has a script to generate linaro-foo sources from a common git tree, not sure if that helps [23:17] I've looked at that, and it doesn't quite do what I want. I care about d-i integration, etc. [23:17] debian.linaro/scripts/mkflavourbranches in git.l.o:ubuntu/linux-linaro-natty.git [23:18] persia: Ok; what do you do instead? [23:19] I've been working off the variations abogani used for the -lowlatency kernel to get an idea how to package it. [23:19] Ok [23:19] Basically, creating debian.foo and fiddling the scripts to pull the right bits together. [23:19] udebs should in theory be possible with linaro kernels, but I'd expect them to be disabled by default [23:20] That said, I'd much prefer to use a linaro-imx51 kernel, if you guys are happy to produce one with all the d-i bits and Ubuntu sauce. [23:21] Last time I looked at the Linaro kernel packages, they were disabled by default: looked mostly like replacement kernels to test stuff, targeting folk who were capable of initialising their own bootloader, rather than the "Insert card, hold key, reboot" crowd. [23:21] persia: apparently our mx51 kernel spits udebs out [23:21] https://launchpad.net/ubuntu/+source/linux-linaro-mx51/2.6.37-1002.5/+buildjob/2183588 [23:21] persia: efikamx is definitely enabled in the config I'm looking at [23:21] Oh, heh. I was looking at the linaro wiki, and I should have looked at LP :) [23:21] CONFIG_MACH_MX51_EFIKAMX=y [23:21] but not sb, not in upstream yet [23:21] Has anyone tested it? [23:22] No; I have that in mind since beginning of this week [23:22] persia: u-boot-linaro just gained efikamx as well [23:22] I have patches for SB, but I'm honestly much more interested in MX. [23:22] from upstream [23:22] Oh, excellent. Then I'll stop fiddling with a kernel: no point :) [23:22] rsalveti: Bug 716761 [23:22] still in NEW though [23:22] Launchpad bug 716761 in linux-meta "Page allocation failures during system boot on beagleXM" [Undecided,New] https://launchpad.net/bugs/716761 [23:22] persia: Well, I don't have it yet :-) [23:22] Are you moving to 2.6.38 soon? [23:22] persia: did you care about efikamx or sb? [23:22] persia: dunno [23:23] I mostly care about MX. SB would be nice, but most of the folk I know have MX rather than SB. [23:23] persia: patches > basically our gatekeeper is npitre and I guess he will take stuff which is going upstream [23:23] I'm a bit lazily waiting for u-boot-linaro-efikamx to be published to propose a hwpack [23:24] lool, By "going upstream" do you mean for-linus, for-rmk, or for-sascha? [23:24] eventually going upstream :-) [23:24] Ah, so for-sascha patches are acceptable? That's not so bad then. [23:24] I don't think there's a set limit; it's basically good enough quality and eventually ending in mainline via variou trees [23:24] What timezone is npitre? [23:25] I would think patches from Sacha's tree would be acceptable, and hope that for-sascha patches stand a chance :-) [23:25] Eastern Canada IIRC [23:25] persia: best is email rather than IRC [23:25] Ah. That makes it tricky :) [23:25] pull request is ideal, preferably based of a linux tree [23:26] well it's his EOD now, he might be around still [23:26] I'd need to find somewhere to put a git tree :) Most of the interesting stuff I have is quilt. [23:26] But I'll try to merge the quilt stuff against linaro-imx51, and make either a tree or a sequence of mail-formatted patches available, and send to npitre. [23:27] That'll be *heaps* easier than me pretending to be a kernel developer. [23:43] persia: You can send him a patch series or you can host the patches as regular files [23:43] persia: he has access to canonical hosts too [23:46] The hard part is trying to sort which patches are interesting, really. [23:51] yeah