meta-phosphor: ipmitool: add EN for Asrock

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I98709ab8189bc6633b4e92470cee5293a0c66654
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmitool/enterprise-numbers b/meta-phosphor/recipes-phosphor/ipmi/ipmitool/enterprise-numbers
index c12ce27..cf89640 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/ipmitool/enterprise-numbers
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmitool/enterprise-numbers
@@ -1,12 +1,12 @@
 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 @@
 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 @@
   Vertiv Co
     John Bogdan
       john.bogdan&vertivco.com
+49622
+  ASRock Rack Incorporation
+    Jeff Chan
+      jeff9_chan&asrockrack.com
 49769
   YADRO
     Support
diff --git a/meta-phosphor/recipes-phosphor/ipmi/ipmitool/update-enterprise-numbers b/meta-phosphor/recipes-phosphor/ipmi/ipmitool/update-enterprise-numbers
index 7096b16..8109d35 100755
--- a/meta-phosphor/recipes-phosphor/ipmi/ipmitool/update-enterprise-numbers
+++ b/meta-phosphor/recipes-phosphor/ipmi/ipmitool/update-enterprise-numbers
@@ -27,6 +27,7 @@
     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 @@
 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()