Page MenuHomeFreeBSD

Add support for boot arguments specification via fdt
ClosedPublic

Authored by sgalabov on Apr 16 2016, 7:28 PM.
Tags
Referenced Files
Unknown Object (File)
Sat, Nov 23, 10:50 AM
Unknown Object (File)
Nov 19 2024, 1:14 AM
Unknown Object (File)
Nov 19 2024, 1:08 AM
Unknown Object (File)
Nov 17 2024, 12:55 AM
Unknown Object (File)
Nov 15 2024, 5:51 PM
Unknown Object (File)
Nov 14 2024, 10:00 PM
Unknown Object (File)
Nov 8 2024, 1:33 PM
Unknown Object (File)
Nov 8 2024, 11:18 AM
Subscribers

Details

Summary

Add suppport for passing boot arguments via FDT for mediatek/ralink SoCs.
This was taken from kan's work on CI20.

Since most OpenWRT dts files have bootargs defined, we use bsdbootargs to specify FreeBSD specific arguments.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sgalabov retitled this revision from to Add support for boot arguments specification via fdt.
sgalabov updated this object.
sgalabov edited the test plan for this revision. (Show Details)
sgalabov added a reviewer: adrian.
sgalabov set the repository for this revision to rS FreeBSD src repository - subversion.
sgalabov added a project: MIPS.
adrian edited edge metadata.
This revision is now accepted and ready to land.Apr 16 2016, 7:37 PM
This revision was automatically updated to reflect the committed changes.
head/sys/mips/mediatek/mtk_machdep.c
196

CAn we please *STOP* copying this over and over again?

Yeah, I think we should break this out into something in sys/kern/ that we can optionally include where appropriate.