Re: [leaf-devel] ALIX specific kernel

2016-03-18 Thread kp kirchdoerfer
Am Dienstag, 15. März 2016, 19:58:46 schrieb Jorn Eriksen: > ...there are more of us that are using WRAP/ALIX/Geode :-) > Best regards > Jorn jorn, the geode image with ALIX support won't be dropped, in question was if 30kb justify an extra image for ALIX in addition to the existing geode

Re: [leaf-devel] ALIX specific kernel

2016-03-15 Thread Erich Titl
Hi Andrew Am 15.03.2016 um 20:41 schrieb Andrew: > I'm not sure that it's really will be a big difference between all > CS553x drivers enabled and CS5535-only driver... Right, it does not make much of a difference, maybe 30K. -rw-rw-r-- 1 mega mega 2079760 Mar 15 15:24 linux-alix -rw-rw-r-- 1

[leaf-devel] ALIX specific kernel

2016-03-15 Thread Jorn Eriksen
...there are more of us that are using WRAP/ALIX/Geode :-) Best regards Jorn On 15. mars 2016 18:03, Erich Titl wrote: > Am 15.03.2016 um 17:48 schrieb kp kirchdoerfer: > ... > >>> That is fine. But then I _believe_ the geodes all use the same PATA >>> companion

Re: [leaf-devel] ALIX specific kernel

2016-03-15 Thread kp kirchdoerfer
Am Dienstag, 15. März 2016, 17:32:55 schrieb Erich Titl: > Hi KP > > Am 15.03.2016 um 17:28 schrieb kp kirchdoerfer: > > Hi Erich; > > ... > > > Just to be clear I don't argue against a seperate WRAP image, until it's > > proofed to be outdated by download stats. > > But I'm questioning

Re: [leaf-devel] ALIX specific kernel

2016-03-15 Thread kp kirchdoerfer
Hi Erich; Am Dienstag, 15. März 2016, 16:38:15 schrieb Erich Titl: > Hi KP > > Am 15.03.2016 um 16:17 schrieb kp kirchdoerfer: > ... > > > Hi Erich; > > > > what's the difference between the alix specific kernel and the geode > > kernel? > Tha ALIX kernel has just one single PATA adapter. All

Re: [leaf-devel] ALIX specific kernel

2016-03-15 Thread Erich Titl
Hi KP Am 15.03.2016 um 16:17 schrieb kp kirchdoerfer: ... > Hi Erich; > > what's the difference between the alix specific kernel and the geode kernel? Tha ALIX kernel has just one single PATA adapter. All the other storage drivers are absent. > > Will the difference justify a seperate image?

Re: [leaf-devel] ALIX specific kernel

2016-03-15 Thread kp kirchdoerfer
Am Montag, 14. März 2016, 14:15:30 schrieb Erich Titl: > Hi Folks > > I am trying to build a specific kernel for the ALIX board, but I am > failing configuring the CS553x ATA driver into the kernel, e.g. the > driver can be enabled as a module but menuconfig does not allow it to be > compiled

Re: [leaf-devel] ALIX specific kernel

2016-03-14 Thread Andrew
Hmm, right, it wasn't a master, it was new-initrd-6.x. It still didn't merged in master. 14.03.2016 19:09, Erich Titl пишет: > Hi Andrew > > Am 14.03.2016 um 17:24 schrieb Andrew: >> It seems like you do something wrong. Because in master these modules >> are already compiled in kernel: >

Re: [leaf-devel] ALIX specific kernel

2016-03-14 Thread Erich Titl
Hi Andrew Am 14.03.2016 um 17:24 schrieb Andrew: > It seems like you do something wrong. Because in master these modules > are already compiled in kernel: Mhhh... this is master mega@leafbuilder:~/leaf/devel/bering-6/repo/linux$ git branch * master new-initrd-6.x

Re: [leaf-devel] ALIX specific kernel

2016-03-14 Thread Andrew
It seems like you do something wrong. Because in master these modules are already compiled in kernel: # grep CS553 .config CONFIG_CS5535_MFGPT=m CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7 CONFIG_CS5535_CLOCK_EVENT_SRC=m *CONFIG_PATA_CS5530=y** **CONFIG_PATA_CS5535=y** **CONFIG_PATA_CS5536=y*

Re: [leaf-devel] ALIX specific kernel

2016-03-14 Thread Erich Titl
Hi Andrew Am 14.03.2016 um 16:30 schrieb Andrew: > Strange. Maybe you didn't specify ARCH=i386 in command line on x86_64? I started with the config for geode, which is running on ALIX. Now the current config is aimed at loading CS5536 as a module, not compiled into the kernel. What is needed to

Re: [leaf-devel] ALIX specific kernel

2016-03-14 Thread Andrew
Strange. Maybe you didn't specify ARCH=i386 in command line on x86_64? 14.03.2016 15:50, Erich Titl пишет: > Am 14.03.2016 um 14:15 schrieb Erich Titl: >> Hi Folks >> >> I am trying to build a specific kernel for the ALIX board, but I am >> failing configuring the CS553x ATA driver into the