Skip to content
Snippets Groups Projects
Commit 7bbf5a98 authored by Patrick Williams's avatar Patrick Williams
Browse files

meta-phosphor: ipmitool: add EN for Asrock


Signed-off-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Change-Id: I98709ab8189bc6633b4e92470cee5293a0c66654
parent 60e2e535
No related branches found
No related tags found
1 merge request!6Upgrade to OpenBMC 2.14.0
PRIVATE ENTERPRISE NUMBERS
(last updated 2022-09-13)
(last updated 2023-01-25)
SMI Network Management Private Enterprise Codes:
Prefix: iso.org.dod.internet.private.enterprise (1.3.6.1.4.1)
This file is http://www.iana.org/assignments/enterprise-numbers
This file is https://www.iana.org/assignments/enterprise-numbers.txt
This file has been reduced to entities signing CLAs with OpenBMC
https://drive.google.com/drive/folders/1Ooi0RdTcaOWF1DWFJUAJDdN7tRKde7Nl
......@@ -50,7 +50,7 @@ Decimal
7244
Quanta Computer Inc.
Strong Chen
@strong.chen&quantatw.com
&strong.chen&quantatw.com
8554
Departement Elektrotechnik, ETH Zuerich
Simon Moser
......@@ -103,6 +103,10 @@ Decimal
Vertiv Co
John Bogdan
john.bogdan&vertivco.com
49622
ASRock Rack Incorporation
Jeff Chan
jeff9_chan&asrockrack.com
49769
YADRO
Support
......
......@@ -27,6 +27,7 @@ ENTERPRISES = {
48482: "Linaro Ltd",
48512: "Inspur Group Co.,Ltd.",
49150: "Vertiv Co",
49622: "ASRock Rack Incorporation",
49769: "YADRO",
51974: "Raptor Computing Systems, LLC",
52538: "Ampere Computing",
......@@ -42,7 +43,7 @@ found_first: bool = False
org: List[str] = []
for ln in curl(
"-L", "http://www.iana.org/assignments/enterprise-numbers"
"-L", "https://www.iana.org/assignments/enterprise-numbers.txt"
).splitlines():
line = ln.rstrip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment