]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create default_parse_boot_param which, if FreeBSD /boot/loader support
authorimp <imp@FreeBSD.org>
Thu, 14 Jun 2012 04:09:20 +0000 (04:09 +0000)
committerimp <imp@FreeBSD.org>
Thu, 14 Jun 2012 04:09:20 +0000 (04:09 +0000)
commit50adcf0cadce9a48327062c3de3311784fa95b97
treea5e2b47ccc65e33c3f11031630c7bda56dec4642
parentf85277a1639293c1ceac5f964b9d8796b602cd17
Create default_parse_boot_param which, if FreeBSD /boot/loader support
is enabled, sets values based on the metadata passed in.  Otherwise
fake_preload_metadata is called.  Change the default parse_boot_param
to default_parse_boot_param.  Enable this functionality only on the mv
platform, which is where most of the code is from.

Reviewed by: cognet, Ian Lapore
sys/arm/arm/machdep.c
sys/arm/include/machdep.h
sys/arm/mv/mv_machdep.c
sys/arm/mv/std.mv
sys/conf/options.arm