lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 17 May 2011 13:37:19 +0100
From:	Sean Young <sean@...s.org>
To:	Vivien Didelot <vivien.didelot@...oirfairelinux.com>
Cc:	linux-kernel@...r.kernel.org,
	Jonas Fonseca <jonas.fonseca@...oirfairelinux.com>,
	platform-driver-x86@...r.kernel.org
Subject: Re: [RFC 1/5] platform-drivers-x86: add support for Technologic
 Systems TS-5xxx detection

On 29 April 2011 23:21, Vivien Didelot
<vivien.didelot@...oirfairelinux.com> wrote:
> From: Jonas Fonseca <jonas.fonseca@...oirfairelinux.com>
>
>
> Signed-off-by: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
> ---
>  Documentation/ts5xxx-sbcinfo.txt      |   47 ++++++
>  MAINTAINERS                           |    6 +
>  drivers/platform/x86/Kconfig          |   11 ++
>  drivers/platform/x86/Makefile         |    1 +
>  drivers/platform/x86/ts5xxx-sbcinfo.c |  254 +++++++++++++++++++++++++++++++++
>  include/linux/ts5xxx-sbcinfo.h        |   42 ++++++
>  6 files changed, 361 insertions(+), 0 deletions(-)
>  create mode 100644 Documentation/ts5xxx-sbcinfo.txt
>  create mode 100644 drivers/platform/x86/ts5xxx-sbcinfo.c
>  create mode 100644 include/linux/ts5xxx-sbcinfo.h

Please note that the 2MiB on board flash is not supported by your
platform driver, which is handled by drivers/mtd/maps/ts5500_flash.c. I
guess it would be best to either merge that file into
drivers/platform/x86/ts5xxx-sbcinfo.c or select CONFIG_MTD_TS5500 in the
Kconfig.

In addition, the flash is used by the BIOS as RFD FTL, so possibly
CONFIG_RFD_FTL should be selected too.

Thanks,
Sean
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ