Difference between revisions of "Bigsur"
From LinuxMIPS
BenHutchings (talk | contribs) (Link to the other Big Sur) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | Not to be confused with the PMC-Sierra [[Big Sur]]. | ||
+ | |||
== General Description == | == General Description == | ||
− | The ''Broadcom BCM91480'', also known under its codename '''Bigsur''', is an evaluation board made by [[Wikipedia:Broadcom|Broadcom]] for its [[SB1A|SB-1A]] [[BCM1480]] [[Wikipedia:System-on-a-chip|SOC]]. It features 4 1000baseT [[Wikipedia:Ethernet|ethernet]] connections, 2 [http://en.wikipedia.org/wiki/RS232 RS-232] ports and more and is fully supported by Linux. | + | The ''Broadcom BCM91480'', also known under its codename '''Bigsur''', is an evaluation board made by [[Wikipedia:Broadcom|Broadcom]] for its [[SB1A|SB-1A]] [[BCM1250|BCM1480]] [[Wikipedia:System-on-a-chip|SOC]]. It features 4 1000baseT [[Wikipedia:Ethernet|ethernet]] connections, 2 [http://en.wikipedia.org/wiki/RS232 RS-232] ports and more and is fully supported by Linux. |
== Firmware == | == Firmware == | ||
All Bigsur systems use [[Common Firmware Environment]]; by default it's configured [[Endianess|big endian]]. The endianess is controlled by DIP switch 2, contact 3. More interesting information might be found in the [[Common Firmware Environment]] source. | All Bigsur systems use [[Common Firmware Environment]]; by default it's configured [[Endianess|big endian]]. The endianess is controlled by DIP switch 2, contact 3. More interesting information might be found in the [[Common Firmware Environment]] source. | ||
+ | |||
+ | == CFE environment variables == | ||
+ | These variables identify a Big Sur system in CFE: | ||
+ | {| {{PrettyTable}} | ||
+ | | CPU_TYPE | ||
+ | | 1480 | ||
+ | |- | ||
+ | | CPU_REVISION | ||
+ | | B0 | ||
+ | |- | ||
+ | | CPU_NUM_CORES | ||
+ | | 4 | ||
+ | |- | ||
+ | | CFE_BOARDNAME | ||
+ | | BCM91480B | ||
+ | |} | ||
== Linux Support == | == Linux Support == | ||
The Bigsur is supported in Linux 2.6 with 32-bit and 64-bit kernels. | The Bigsur is supported in Linux 2.6 with 32-bit and 64-bit kernels. |
Latest revision as of 14:53, 5 December 2013
Not to be confused with the PMC-Sierra Big Sur.
General Description
The Broadcom BCM91480, also known under its codename Bigsur, is an evaluation board made by Broadcom for its SB-1A BCM1480 SOC. It features 4 1000baseT ethernet connections, 2 RS-232 ports and more and is fully supported by Linux.
Firmware
All Bigsur systems use Common Firmware Environment; by default it's configured big endian. The endianess is controlled by DIP switch 2, contact 3. More interesting information might be found in the Common Firmware Environment source.
CFE environment variables
These variables identify a Big Sur system in CFE:
CPU_TYPE | 1480 |
CPU_REVISION | B0 |
CPU_NUM_CORES | 4 |
CFE_BOARDNAME | BCM91480B |
Linux Support
The Bigsur is supported in Linux 2.6 with 32-bit and 64-bit kernels.