From mboxrd@z Thu Jan 1 00:00:00 1970 From: Curt Brune Date: Wed, 08 May 2013 14:40:18 -0700 Subject: [U-Boot] representing multi-socket CPU platform in .dts Message-ID: <518AC642.50304@cumulusnetworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, What does u-boot expect to find in the device tree for a system with multiple CPU sockets (not multi-core, but multiple physical CPUs) ? For example if you have a two socket system, with a dual-core CPU per socket would there just be 4 nodes in cpus {} with reg = 0, 1, 2, 3 or is there a "cpu-socket" node? Cheers, Curt