DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jan Viktorin <viktorin@rehivetech.com>
To: dev@dpdk.org
Cc: Thomas Monjalon <thomas.monjalon@6wind.com>,
	Stephen Hemminger <stephen@networkplumber.org>,
	Keith Wiles <keith.wiles@intel.com>,
	david.marchand@6wind.com, jianbo.liu@linaro.org,
	jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com,
	Jan Viktorin <viktorin@rehivetech.com>
Subject: [dpdk-dev] [RFC 4/6] eal/fdt: add testing FDT of xgene-1 got from Linux runtime
Date: Sat, 26 Mar 2016 02:12:36 +0100	[thread overview]
Message-ID: <1458954760-2333-5-git-send-email-viktorin@rehivetech.com> (raw)
In-Reply-To: <1458954760-2333-1-git-send-email-viktorin@rehivetech.com>

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
---
 app/test/linux-fdt/xgene1/#address-cells                   | Bin 0 -> 4 bytes
 app/test/linux-fdt/xgene1/#size-cells                      | Bin 0 -> 4 bytes
 app/test/linux-fdt/xgene1/compatible                       | Bin 0 -> 28 bytes
 app/test/linux-fdt/xgene1/model                            | Bin 0 -> 25 bytes
 .../xgene1/soc/ethernet@17020000/local-mac-address         | Bin 0 -> 6 bytes
 app/test/linux-fdt/xgene1/soc/ethernet@17020000/reg        | Bin 0 -> 48 bytes
 6 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 app/test/linux-fdt/xgene1/#address-cells
 create mode 100644 app/test/linux-fdt/xgene1/#size-cells
 create mode 100644 app/test/linux-fdt/xgene1/compatible
 create mode 100644 app/test/linux-fdt/xgene1/model
 create mode 100644 app/test/linux-fdt/xgene1/soc/ethernet@17020000/local-mac-address
 create mode 100644 app/test/linux-fdt/xgene1/soc/ethernet@17020000/reg

diff --git a/app/test/linux-fdt/xgene1/#address-cells b/app/test/linux-fdt/xgene1/#address-cells
new file mode 100644
index 0000000000000000000000000000000000000000..b6a8ef3e7ca7c398cd8f65bb1e21a23c0d251536
GIT binary patch
literal 4
LcmZQzU|<3O00sa9

literal 0
HcmV?d00001

diff --git a/app/test/linux-fdt/xgene1/#size-cells b/app/test/linux-fdt/xgene1/#size-cells
new file mode 100644
index 0000000000000000000000000000000000000000..b6a8ef3e7ca7c398cd8f65bb1e21a23c0d251536
GIT binary patch
literal 4
LcmZQzU|<3O00sa9

literal 0
HcmV?d00001

diff --git a/app/test/linux-fdt/xgene1/compatible b/app/test/linux-fdt/xgene1/compatible
new file mode 100644
index 0000000000000000000000000000000000000000..97cc3c0625df34ef0ddf2d8583d091b2b99d4375
GIT binary patch
literal 28
hcmYc+$koX$EiOsSOJ_&~vMbV4^HOz-OY)0y8335~3QYh2

literal 0
HcmV?d00001

diff --git a/app/test/linux-fdt/xgene1/model b/app/test/linux-fdt/xgene1/model
new file mode 100644
index 0000000000000000000000000000000000000000..ad6d38ed6cae1cc448317551224940a5ea0bef1d
GIT binary patch
literal 25
gcmZ<^@KuP=bx+MpRq!n>E=kNwS4hfFEJ|Sj0A`j5DgXcg

literal 0
HcmV?d00001

diff --git a/app/test/linux-fdt/xgene1/soc/ethernet@17020000/local-mac-address b/app/test/linux-fdt/xgene1/soc/ethernet@17020000/local-mac-address
new file mode 100644
index 0000000000000000000000000000000000000000..3a118c46eee3501e4ba2a8ea3e7dd2240e80ceed
GIT binary patch
literal 6
NcmZP&wCakg000CH0jK}~

literal 0
HcmV?d00001

diff --git a/app/test/linux-fdt/xgene1/soc/ethernet@17020000/reg b/app/test/linux-fdt/xgene1/soc/ethernet@17020000/reg
new file mode 100644
index 0000000000000000000000000000000000000000..620a8efe117328cf2b4ca5283386c3ab2cf09d0d
GIT binary patch
literal 48
ccmZQzU|<ku0um5l0HWZ0Mu;Gs&%mGn01m+bod5s;

literal 0
HcmV?d00001

-- 
2.7.0

  parent reply	other threads:[~2016-03-26  1:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-26  1:12 [dpdk-dev] [RFC 0/6] Flattened Device Tree access from DPDK Jan Viktorin
2016-03-26  1:12 ` [dpdk-dev] [RFC 1/6] eal/fdt: introduce Flattened Device Tree API Jan Viktorin
2016-03-26  1:12 ` [dpdk-dev] [RFC 2/6] eal/fdt: implement FDT API for Linux Jan Viktorin
2016-03-26  1:12 ` [dpdk-dev] [RFC 3/6] eal/fdt: test FDT API Jan Viktorin
2016-03-26  1:12 ` Jan Viktorin [this message]
2016-03-26  1:12 ` [dpdk-dev] [RFC 5/6] eal/fdt: test FDT for Linux on real data source Jan Viktorin
2016-03-26  1:12 ` [dpdk-dev] [RFC 5/6] eal/fdt: test Linux implementation on xgene-1 FDT Jan Viktorin
2016-03-26  1:12 ` [dpdk-dev] [RFC 6/6] eal/fdt: export for dpdk 16.07 Jan Viktorin
2016-03-26  1:12 ` [dpdk-dev] [RFC 0/6] Flattened Device Tree access from DPDK Jan Viktorin
2016-03-28  2:43 ` Jianbo Liu
2016-03-29 10:34   ` Jan Viktorin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1458954760-2333-5-git-send-email-viktorin@rehivetech.com \
    --to=viktorin@rehivetech.com \
    --cc=bruce.richardson@intel.com \
    --cc=david.marchand@6wind.com \
    --cc=dev@dpdk.org \
    --cc=jerin.jacob@caviumnetworks.com \
    --cc=jianbo.liu@linaro.org \
    --cc=keith.wiles@intel.com \
    --cc=stephen@networkplumber.org \
    --cc=thomas.monjalon@6wind.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).