Searched defs:bootargs (Results 1 – 2 of 2) sorted by relevance
41 …public static void LoadAtags(this IBusController bus, String bootargs, uint memorySize, uint begin… in LoadAtags()53 …void LoadFdt(this IBusController sysbus, string file, ulong address, string bootargs = null, bool … in LoadFdt()
35 public static List<UInt32> CreateAtags(string bootargs, uint memorySize) in CreateAtags()