]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support booting non FDT-capable loaders:
authorMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 17 Jan 2011 23:54:50 +0000 (23:54 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Mon, 17 Jan 2011 23:54:50 +0000 (23:54 +0000)
commite3d41006427bd1414e986f8a370d80ac0a687bc1
tree8767ed843053103331550d683753bd234ba9c3cf
parent7e265faeb98d570da9ad66f015d18c3d1210786e
Support booting non FDT-capable loaders:
1.  Allow embedding the FDT into the kernel, just like PowerPC/book-E.
2.  If the loader passes us a pointer to the bootinfo structure, save
    it and use it to fill in the gaps (e.g. bus frequencies, etc).
sys/powerpc/booke/machdep.c
sys/powerpc/booke/platform_bare.c