All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] powerpc/math-emu: e500 SPE float emulation fixes
@ 2013-11-04 16:50 ` Joseph S. Myers
  0 siblings, 0 replies; 32+ messages in thread
From: Joseph S. Myers @ 2013-11-04 16:50 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Liu Yu, linux-kernel, Shan Hai

This patch series fixes various problems with the floating-point
emulation code for powerpc e500 SPE (some being issues with the
e500-specific emulation code, some with the generic math-emu headers).
All six patches were sent individually last month as the issues were
identified and fixed in the course of preparing the e500 glibc port,
and received no comments.  There are no substantive changes to the
patches in this version, but I've retested the glibc port (which is
now upstream, along with all the generic math-emu changes relevant to
the glibc soft-fp code, and various fixes to soft-fp corresponding to
fixes in the kernel code in the hope that at some point we can get the
kernel using the current soft-fp code again) with current kernel
sources with this patch series applied.

The only dependencies between patches in this series should be that
patch 5 (fix e500 SPE float to integer and fixed-point conversions)
depends on patch 2 (fix e500 SPE float rounding inexactness
detection).  Other than that, I think any subset of the patches can be
applied in any order, if some subset seems OK but there are concerns
about other patches in the series.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 32+ messages in thread
* questions: second of the 2 pcie controllers does not scan the bus.
@ 2013-12-07  0:20 Ruchika
  0 siblings, 0 replies; 32+ messages in thread
From: Ruchika @ 2013-12-07  0:20 UTC (permalink / raw)
  To: linux-pci

Hi,
I am working with an Soc with multiple PCIE controllers.
I need to have 2 configured properly.

In uboot I have no problems scanning and discovering what is connected 
to both controllers/PCI bridges.
PCIE1 :
PCIE2:

For both PCIE1/2 uboot sets up the Primary, secondary and Subordinate 
bus numbers to 0,1,1 respectively.

When linux boots up and probes the controllers, PCIE1 is probed and the 
bridge scanned properly but PCIE2 is probed at the bridge but not 
attempted a scan.
I see this message
"pci 0001:02:00.0: bridge configuration invalid ([bus 01-01]), reconfiguring
"

I updated uboot to set the secondary and subordinate numbers to 2 (left 
the primary number to 0) and a subsequent kernel boot scanned the bus 
for PCIE2 successfully.
I found these numbers to be very critical since the device tree blob 
(bus-range) for pci is also based off these.

I'd like to get a good fix and get better understanding of the problem. 
If there are any pointers someone could provide it would be awesome.

Thank you
Regards
Ruchika

-- 
Regards,
Ruchika Kharwar | Validation engineer
Servergy, Inc. | Save Energy. Work Smart. ®
M (832) 276 9309| E ruchika.k@servergy.com
www.servergy.com

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2013-12-10 23:07 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 16:50 [PATCH 0/6] powerpc/math-emu: e500 SPE float emulation fixes Joseph S. Myers
2013-11-04 16:50 ` Joseph S. Myers
2013-11-04 16:52 ` [PATCH 1/6] powerpc: fix exception clearing in e500 SPE float emulation Joseph S. Myers
2013-11-04 16:52   ` Joseph S. Myers
2013-11-22 22:34   ` Scott Wood
2013-11-22 22:34     ` Scott Wood
2013-11-23  1:22     ` Joseph S. Myers
2013-11-23  1:22       ` Joseph S. Myers
2013-12-07  0:32       ` Scott Wood
2013-12-07  0:32         ` Scott Wood
2013-12-07  0:48         ` questions: second of the 2 pcie controllers does not scan the bus Ruchika
2013-12-07 13:26           ` Ruchika
2013-12-09 22:50           ` Scott Wood
2013-12-10 23:07         ` [PATCHv2 1/6] powerpc: fix exception clearing in e500 SPE float emulation Joseph S. Myers
2013-12-10 23:07           ` Joseph S. Myers
2013-11-04 16:53 ` [PATCH 2/6] powerpc: fix e500 SPE float rounding inexactness detection Joseph S. Myers
2013-11-04 16:53   ` Joseph S. Myers
2013-11-04 16:53 ` [PATCH 3/6] math-emu: fix floating-point to integer unsigned saturation Joseph S. Myers
2013-11-04 16:53   ` Joseph S. Myers
2013-11-04 16:54 ` [PATCH 4/6] math-emu: fix floating-point to integer overflow detection Joseph S. Myers
2013-11-04 16:54   ` Joseph S. Myers
2013-11-04 16:54 ` [PATCH 5/6] powerpc: fix e500 SPE float to integer and fixed-point conversions Joseph S. Myers
2013-11-04 16:54   ` Joseph S. Myers
2013-11-04 16:55 ` [PATCH 6/6] powerpc: fix e500 SPE float SIGFPE generation Joseph S. Myers
2013-11-04 16:55   ` Joseph S. Myers
2013-11-11 14:29 ` Ping Re: [PATCH 0/6] powerpc/math-emu: e500 SPE float emulation fixes Joseph S. Myers
2013-11-11 14:29   ` Joseph S. Myers
2013-11-18 14:54   ` Ping^2 " Joseph S. Myers
2013-11-18 14:54     ` Joseph S. Myers
2013-11-18 19:07     ` Scott Wood
2013-11-18 19:07       ` Scott Wood
  -- strict thread matches above, loose matches on Subject: below --
2013-12-07  0:20 questions: second of the 2 pcie controllers does not scan the bus Ruchika

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.