[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OSSTEST] ts-kernel-build: add kernel kconfig for the Arndale
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Fri, 21 Jul 2023 16:45:44 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=IO3eQnv1fs9UD9jh5L8BYHoK7voDyvxMDzI2vo71+H8=; b=W7Q9dIZTOijKnjHpTtA1BfQakT5UzYL/H0bFjMf4DT3Icphy8RfVLUQWD/y0H+JOgwfN/t/R/O+S4JxtCj1lg35k+vuy0L1fJOI/8B38V7eBv9PefzZml5n5S4ZJ03/guYipb0biHzlHqKxfJfPhNf8QKenjELg7ZSJ04C0ZAnPmFzmwapSe8pNo89E260kUGX4KsCSMc8J/zFWUAVcbR99IcM20wDEYLQLpwk2BhxMBVp0IkAn8KDhl14TLVqL4quHuLe1CQ858cwRZc9P4m5xl6nDn2lpeeFVSa0dajhGwNNOULrad2zBDZuEG4KKH2dM2eqf7aZSnZxGFwMBTDw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PfM/LqjcZJ1qigmtlexWWuOolbYgsEJvQyKfg1R/56bIE35DEwrofkhUrXMLOxXt+1CyZ+JscpbklMEsJSAhBqdZ9Lw2OmzI0iSrTtp0IJAC7HUO1DhRyECQsTzLiwyoRiRtdjXbtC40JhLQ6wuxmD46SUHE3orj27hPpeXo97Ea9LaZKKi6wrRb3IKSJlQwMXY3HQGciBz1Gu9cvlv5yRakOlUq7Yvy9se0cAxuOcDon2EZ1R2txxD+ivk8uFIaV5ywP/NPWRNUJbolqLq1eEzhbxDGHczHp60VVStEBGQ9ddeZS2BQAdxwOWPh6bnPzeqC/efqLzOpJora0h674Q==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Rahul Singh <Rahul.Singh@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Fri, 21 Jul 2023 16:46:20 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZu81JNSQT8M0pukCzoS21u4bdG6/ENcMAgAA4KoA=
- Thread-topic: [OSSTEST] ts-kernel-build: add kernel kconfig for the Arndale
> On 21 Jul 2023, at 14:24, Jan Beulich <jbeulich@xxxxxxxx> wrote:
>
> On 21.07.2023 14:16, Luca Fancellu wrote:
>> The Linux commit 33629d35090f5ce2b1b4ce78aa39954c603536d5 has
>> removed the 'snps,dwc-ahci' compatible from the generic
>> AHCI-platform driver control module selected by
>> CONFIG_SATA_AHCI_PLATFORM.
>>
>> A new driver, the DWC AHCI SATA platform driver is now implemented
>> and handles the above compatible when CONFIG_AHCI_DWC is selected.
>>
>> The module is needed for the Arndale board to have the SATA controller
>> working, so enable the CONFIG_AHCI_DWC as additional kconfig parameter
>> in ts-kernel-build.
Hi Jan,
>
> Largely out of curiosity: Since you say "module" here, ...
>
>> --- a/ts-kernel-build
>> +++ b/ts-kernel-build
>> @@ -245,6 +245,7 @@ setopt CONFIG_SENSORS_LM90 n
>> setopt CONFIG_ICS932S401 n
>>
>> # Enable some additional drivers for Arndale.
>> +setopt CONFIG_AHCI_DWC y
>
> ... does it really need to be y (and not m) here?
I didn’t try with m before because I was unsure where the kernel module were
put (in the disk? But then we need to read it),
but now I did a try with ‘m’ and it works, so I guess the module are put in
some ramdisk instead of the disk we want to read.
Thanks for pointing that out.
@Roger, is it possible to change it on commit or should I send a v2?
Cheers,
Luca
>
> Jan
|