Back to home page

OSCL-LXR

 
 

    


0001 HWRNG support for the n2_rng driver
0002 
0003 Required properties:
0004 - reg           : base address to sample from
0005 - compatible    : should contain one of the following
0006         RNG versions:
0007         - 'SUNW,n2-rng' for Niagara 2 Platform (SUN UltraSPARC T2 CPU)
0008         - 'SUNW,vf-rng' for Victoria Falls Platform (SUN UltraSPARC T2 Plus CPU)
0009         - 'SUNW,kt-rng' for Rainbow/Yosemite Falls Platform (SUN SPARC T3/T4), (UltraSPARC KT/Niagara 3 - development names)
0010         more recent systems (after Oracle acquisition of SUN)
0011         - 'ORCL,m4-rng' for SPARC T5/M5
0012         - 'ORCL,m7-rng' for SPARC T7/M7
0013 
0014 Examples:
0015 /* linux LDOM on SPARC T5-2 */
0016 Node 0xf029a4f4
0017         .node:  f029a4f4
0018         rng-#units:  00000002
0019         compatible: 'ORCL,m4-rng'
0020         reg:  0000000e
0021         name: 'random-number-generator'
0022 
0023 /* solaris on SPARC M7-8 */
0024 Node 0xf028c08c
0025         rng-#units:  00000003
0026         compatible: 'ORCL,m7-rng'
0027         reg:  0000000e
0028         name:  'random-number-generator'
0029 
0030 PS: see as well prtconfs.git by DaveM