SparcSystem.py (4486:aaeb03a8a6e1) SparcSystem.py (7580:6f77f379a594)
1# Copyright (c) 2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 57 unchanged lines hidden (view full) ---

66 "Address for the partition description")
67
68 reset_bin = Param.String("file that contains the reset code")
69 hypervisor_bin = Param.String("file that contains the hypervisor code")
70 openboot_bin = Param.String("file that contains the openboot code")
71 nvram_bin = Param.String("file that contains the contents of nvram")
72 hypervisor_desc_bin = Param.String("file that contains the hypervisor description")
73 partition_desc_bin = Param.String("file that contains the partition description")
1# Copyright (c) 2007 The Regents of The University of Michigan
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions are
6# met: redistributions of source code must retain the above copyright
7# notice, this list of conditions and the following disclaimer;
8# redistributions in binary form must reproduce the above copyright

--- 57 unchanged lines hidden (view full) ---

66 "Address for the partition description")
67
68 reset_bin = Param.String("file that contains the reset code")
69 hypervisor_bin = Param.String("file that contains the hypervisor code")
70 openboot_bin = Param.String("file that contains the openboot code")
71 nvram_bin = Param.String("file that contains the contents of nvram")
72 hypervisor_desc_bin = Param.String("file that contains the hypervisor description")
73 partition_desc_bin = Param.String("file that contains the partition description")
74
74 load_addr_mask = 0xffffffffff