diff options
author | RajithaY <rajithax.yerrumsetty@intel.com> | 2017-04-25 03:31:15 -0700 |
---|---|---|
committer | Rajitha Yerrumchetty <rajithax.yerrumsetty@intel.com> | 2017-05-22 06:48:08 +0000 |
commit | bb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch) | |
tree | ca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/dtc/tests/test01.dts | |
parent | a14b48d18a9ed03ec191cf16b162206998a895ce (diff) |
Adding qemu as a submodule of KVMFORNFV
This Patch includes the changes to add qemu as a submodule to
kvmfornfv repo and make use of the updated latest qemu for the
execution of all testcase
Change-Id: I1280af507a857675c7f81d30c95255635667bdd7
Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
Diffstat (limited to 'qemu/dtc/tests/test01.dts')
-rw-r--r-- | qemu/dtc/tests/test01.dts | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/qemu/dtc/tests/test01.dts b/qemu/dtc/tests/test01.dts deleted file mode 100644 index f9fd16534..000000000 --- a/qemu/dtc/tests/test01.dts +++ /dev/null @@ -1,57 +0,0 @@ -/dts-v1/; - -/memreserve/ 0x1000000000000000 0x0000000002000000; -/memreserve/ 0x2000000000000000 0x0100000000000000; -/memreserve/ 0x0000000000000000 0x0000000000000014; - -/ { - model = "MyBoardName"; - compatible = "MyBoardName", "MyBoardFamilyName"; - #address-cells = <2>; - #size-cells = <2>; - - cpus { - linux,phandle = <0x1>; - #address-cells = <1>; - #size-cells = <0>; - PowerPC,970@0 { - name = "PowerPC,970"; - device_type = "cpu"; - reg = <0x00000000>; - clock-frequency = <1600000000>; - timebase-frequency = <33333333>; - linux,boot-cpu; - i-cache-size = <65536>; - d-cache-size = <32768>; - }; - - PowerPC,970@1 { - name = "PowerPC,970"; - device_type = "cpu"; - reg = <0x00000001>; - clock-frequency = <1600000000>; - timebase-frequency = <33333333>; - i-cache-size = <65536>; - d-cache-size = <32768>; - }; - - }; - - randomnode { - string = "\xff\0stuffstuff\t\t\t\n\n\n"; - blob = [0a 0b 0c 0d de ea ad be ef]; - ref = < &{/memory@0} >; - mixed = "abc", [1234], <0xa 0xb 0xc>; - }; - - memory@0 { - device_type = "memory"; - memreg: reg = <0x00000000 0x00000000 0x00000000 0x20000000>; - }; - - chosen { - bootargs = "root=/dev/sda2"; - linux,platform = <0x600>; - }; - -}; |