/openbmc/linux/net/ncsi/ |
H A D | Kconfig | 3 # Configuration for NCSI support 7 bool "NCSI interface support" 10 This module provides NCSI (Network Controller Sideband Interface) 12 device via NCSI and the ethernet driver you're using supports 15 bool "Get NCSI OEM MAC Address" 18 This allows to get MAC address from NCSI firmware and set them back to
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/ |
H A D | 0001-Add-NCSI-channel-selector.patch | 4 Subject: [PATCH] Add NCSI channel selector 6 NCSI channel number is selected depending on GPIO state of a pin 53 + * ncsi_select_channel() - Get channel number for NCSI. 56 + * NCSI channel number is selected depending on GPIO state of a pin 72 + /* Read NCSI configuration node from device tree */ 75 + netdev_err(dev, "NCSI: Configuration node not found\n"); 82 + netdev_err(dev, "NCSI: GPIO configuration not found\n"); 89 + netdev_err(dev, "NCSI: GPIO chip not found\n"); 96 + netdev_err(dev, "NCSI: Cannot get GPIO descriptor\n"); 101 + netdev_err(dev, "NCSI: GPIO read error %d\n", channel_id); [all …]
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/ |
H A D | ncsid_git.bb | 1 SUMMARY = "Google NCSI daemon" 2 DESCRIPTION = "Google NCSI daemon."
|
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/ |
H A D | linux-aspeed_%.bbappend | 3 file://0001-Add-NCSI-channel-selector.patch \
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | ast2600-ncsi.dts | 6 model = "AST2600 EVB w/ NCSI";
|
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-kernel/linux/linux-aspeed/ |
H A D | ncplite.cfg | 14 #NCSI driver
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | 50-gbmc-br.rules | 5 # Sometimes our links are over NCSI and we don't want to broadcast
|
/openbmc/openbmc/meta-nuvoton/meta-evb-npcm845/recipes-kernel/linux/linux-nuvoton/ |
H A D | evb-npcm845.cfg | 63 # NCSI
|
/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/ |
H A D | yosemite4-common.cfg | 37 # NCSI
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed/ |
H A D | catalina.cfg | 10 # NCSI
|
/openbmc/docs/designs/ |
H A D | ncsi-coredump.md | 89 | DumpFile <-------+ NCSI-NetLink | | NCSI-MCTP +--------> DumpFile |
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton/ |
H A D | yosemite4.cfg | 27 # Enable NCSI
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-kernel/linux/linux-aspeed/ |
H A D | yosemite4.cfg | 40 # NCSI
|
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
H A D | 0006-aspeed-Enable-SPI-master-mode-by-default.patch | 8 In some systems, the RGMII/NCSI interface will use the pin.
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/ |
H A D | 50-gbmc-ncsi-clear-ip.sh.in | 25 echo "Removing Persistent NCSI IPs" >&2
|
H A D | gbmc-ncsi-br-deprecated-ips.sh.in | 35 printf 'gBMC NCSI Deprecated Addrs: %s\n' \ 58 # Only impersonate the host if we have an NCSI state machine
|
H A D | gbmc-ncsi-nft.sh.in | 26 printf 'NCSI firewall for IPv4(%s) IPv6(%s)\n' \
|
H A D | gbmc-ncsi-br-pub-addr.sh.in | 31 printf 'gBMC Bridge Pub Addr from NCSI: %s\n' \
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/ |
H A D | harma.cfg | 10 # NCSI
|
/openbmc/u-boot/net/ |
H A D | net.c | 412 if (phy_interface_is_ncsi() && protocol != NCSI && !ncsi_active()) { in net_loop() 414 if (net_loop(NCSI) < 0) in net_loop() 543 case NCSI: in net_loop() 657 if (protocol != NETCONS && protocol != NCSI) in net_loop() 1409 case NCSI: in net_check_prereq()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | aspeed,ast2600-pinctrl.yaml | 22 Note: According to the NCSI specification, the reference clock output pin 24 pin usage, add "NCSI" pin groups that are equivalent to the RMII pin groups,
|
/openbmc/docs/ |
H A D | kernel-development.md | 82 - Palmetto, an OpenPower Power8 box containing an ast2400 with NCSI networking 84 - Witherspoon, an OpenPower Power9 box containing an ast2500 with NCSI
|
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bbappend | 13 # Only used for extra channels, GBMCBR and NCSI are autopopulated
|
/openbmc/openbmc/meta-google/recipes-google/networking/ |
H A D | gbmc-nic-config.bb | 1 SUMMARY = "Configured gBMC non-NCSI interface"
|
/openbmc/u-boot/cmd/ |
H A D | net.c | 465 if (net_loop(NCSI) < 0) in do_ncsi()
|