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:	Mon, 24 Jan 2011 10:04:27 +0530
From:	Sebastian Andrzej Siewior <bigeasy@...utronix.de>
To:	dilinger@...ued.net
Cc:	linux-kernel@...r.kernel.org, sodaville@...utronix.de,
	x86@...nel.org, devicetree-discuss@...ts.ozlabs.org,
	Dirk Brandewie <dirk.brandewie@...il.com>
Subject: Re: [PATCH TIP 02/14] x86: Add device tree support

* Sebastian Andrzej Siewior | 2011-01-24 09:58:50 [+0530]:

>This patch adds minimal support for device tree support on x86. It will
>be passed to the kernel via setup_data which requires atleast boot
>protocol 2.09.
>Memory size, restricted memory regions, boot arguments are gathered the
>traditional way so things like cmd_line are just here to let the code
>compile.
>The current plan is use the device tree as an extension and to gather
>informations from it which can not be enumerated and have to be
>hardcoded otherwise. This includes things like
>- which devices are on this I2C/ SPI bus?
>- how are the interrupts wired to IO APIC?
>- where could my hpet be?
>

Andres, this patch moves some of the OF defines you added for OLPC from
irq.c to prom.c which requires CONFIG_X86_OF to be enabled. A later
patch changes irq_create_of_mapping() from returning intspec[0] to
actually doing something. Could you please check how of OLPC gets broken
and what we could do about it? :)

Sebastian
--
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