]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[linux] Add device and driver model
authorPiotr Jaroszyński <p.jaroszynski@gmail.com>
Mon, 31 May 2010 16:50:11 +0000 (18:50 +0200)
committerMichael Brown <mcb30@ipxe.org>
Thu, 19 Aug 2010 11:42:42 +0000 (12:42 +0100)
commit91fb434bdaf7a8a60972764a5c8227d6f8ba5bc2
treedde537fcdc7c40153bcf697b4d62da72908e833f
parentaacd1d62fb042b1473ac7199ff7b3928bc7cf07c
[linux] Add device and driver model

Add the base to build linux drivers and the linux UI code on.  UI
fills device requests, which are later walked over by the linux
root_driver and delegated to specific linux drivers.

Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile
src/drivers/linux/linux.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/linux.h [new file with mode: 0644]