]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support booting non FDT-capable loaders:
authormarcel <marcel@FreeBSD.org>
Mon, 17 Jan 2011 23:54:50 +0000 (23:54 +0000)
committermarcel <marcel@FreeBSD.org>
Mon, 17 Jan 2011 23:54:50 +0000 (23:54 +0000)
commit931f52388d6d2db4e5b6693768f8994576da9b67
tree8767ed843053103331550d683753bd234ba9c3cf
parent5691ac3c3432b31c5f0d64d4cf2b475974c2d475
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