Home
last modified time | relevance | path

Searched refs:NCSI (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/net/ncsi/
H A DKconfig3 # 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 D0001-Add-NCSI-channel-selector.patch4 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 Dncsid_git.bb1 SUMMARY = "Google NCSI daemon"
2 DESCRIPTION = "Google NCSI daemon."
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/
H A Dlinux-aspeed_%.bbappend3 file://0001-Add-NCSI-channel-selector.patch \
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-ncsi.dts6 model = "AST2600 EVB w/ NCSI";
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-kernel/linux/linux-aspeed/
H A Dncplite.cfg14 #NCSI driver
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A D50-gbmc-br.rules5 # 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 Devb-npcm845.cfg63 # NCSI
/openbmc/openbmc/meta-facebook/recipes-kernel/linux/files/
H A Dyosemite4-common.cfg37 # NCSI
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-kernel/linux/linux-aspeed/
H A Dcatalina.cfg10 # NCSI
/openbmc/docs/designs/
H A Dncsi-coredump.md89 | DumpFile <-------+ NCSI-NetLink | | NCSI-MCTP +--------> DumpFile |
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/recipes-kernel/linux/linux-nuvoton/
H A Dyosemite4.cfg27 # Enable NCSI
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-kernel/linux/linux-aspeed/
H A Dyosemite4.cfg40 # NCSI
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/
H A D0006-aspeed-Enable-SPI-master-mode-by-default.patch8 In some systems, the RGMII/NCSI interface will use the pin.
/openbmc/openbmc/meta-google/recipes-google/ncsi/files/
H A D50-gbmc-ncsi-clear-ip.sh.in25 echo "Removing Persistent NCSI IPs" >&2
H A Dgbmc-ncsi-br-deprecated-ips.sh.in35 printf 'gBMC NCSI Deprecated Addrs: %s\n' \
58 # Only impersonate the host if we have an NCSI state machine
H A Dgbmc-ncsi-nft.sh.in26 printf 'NCSI firewall for IPv4(%s) IPv6(%s)\n' \
H A Dgbmc-ncsi-br-pub-addr.sh.in31 printf 'gBMC Bridge Pub Addr from NCSI: %s\n' \
/openbmc/openbmc/meta-facebook/meta-harma/recipes-kernel/linux/linux-aspeed/
H A Dharma.cfg10 # NCSI
/openbmc/u-boot/net/
H A Dnet.c412 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 Daspeed,ast2600-pinctrl.yaml22 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 Dkernel-development.md82 - 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 Dphosphor-ipmi-config.bbappend13 # Only used for extra channels, GBMCBR and NCSI are autopopulated
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-nic-config.bb1 SUMMARY = "Configured gBMC non-NCSI interface"
/openbmc/u-boot/cmd/
H A Dnet.c465 if (net_loop(NCSI) < 0) in do_ncsi()

12