ldlinux: Add support for Auxillary Data Vector
authorMatt Fleming <matt.fleming@linux.intel.com>
Wed, 25 May 2011 07:39:47 +0000 (08:39 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Wed, 25 May 2011 07:44:48 +0000 (08:44 +0100)
commit565952b9d86d769471d500caab5ebba9bc36c363
tree46ca624afd1d6997d4ebfb91345613b42deb5e70
parenteecc876ef99deb4cf753db5b31d5eb1f83600b6c
ldlinux: Add support for Auxillary Data Vector

Move all the code for the ADV into ldlinux so that it doesn't have any
dependencies on other modules.

We also need a way to initialize the ADV from ldlinux, so add another
vector to the comboot API.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
com32/elflink/ldlinux/Makefile
com32/elflink/ldlinux/adv.c
com32/elflink/ldlinux/advwrite.c [moved from com32/lib/syslinux/advwrite.c with 100% similarity]
com32/elflink/ldlinux/ldlinux.c
com32/elflink/ldlinux/setadv.c [moved from com32/lib/syslinux/setadv.c with 100% similarity]
com32/lib/Makefile
com32/lib/syslinux/adv.c [deleted file]
com32/lib/syslinux/getadv.c [deleted file]
core/comboot.inc