From 6f106a0a4ce15fe0678d4ffefd572e6978c72597 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Thu, 26 Aug 2021 13:18:00 -0700 Subject: Update to internal 0.70 Signed-off-by: Jason M. Bills --- .../u-boot/files/0011-KCS-driver-support-in-uBoot.patch | 15 ++++++++------- ...012-IPMI-command-handler-implementation-in-uboot.patch | 8 ++++---- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'meta-openbmc-mods/meta-ast2600/recipes-bsp') diff --git a/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0011-KCS-driver-support-in-uBoot.patch b/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0011-KCS-driver-support-in-uBoot.patch index 6a37f7b72..df10a9a0c 100644 --- a/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0011-KCS-driver-support-in-uBoot.patch +++ b/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0011-KCS-driver-support-in-uBoot.patch @@ -13,16 +13,17 @@ only when Force Firmware Update Jumper is ON. Tested: Stopped booting in uBoot and sent IPMI commands -via KCS interfaces using cmdtool.efi. +via KCS interfaces. - Get Device ID: - Req: cmdtool.efi 20 18 1 - Res: 00 23 00 12 03 02 BF 57 01 00 7B 00 00 00 00 00 + Req: ipmitool raw 6 1 + Res: 23 00 12 03 02 BF 57 01 00 7B 00 00 00 00 00 - Get Self Test Results - Req: cmdtool.efi 20 18 4 - Res: 00 56 00 + Req: ipmitool raw 6 4 + Res: 56 00 - All other commands - Req: cmdtool.efi 20 18 2 - Res: C1 (Invalid). + Req: ipmitool raw 6 2 + Res: Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 +cmd=0x2 rsp=0xc1): Invalid command Signed-off-by: AppaRao Puli Signed-off-by: James Feist diff --git a/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0012-IPMI-command-handler-implementation-in-uboot.patch b/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0012-IPMI-command-handler-implementation-in-uboot.patch index a4a574424..67123645d 100644 --- a/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0012-IPMI-command-handler-implementation-in-uboot.patch +++ b/meta-openbmc-mods/meta-ast2600/recipes-bsp/u-boot/files/0012-IPMI-command-handler-implementation-in-uboot.patch @@ -12,11 +12,11 @@ Tested By: Ran the above IPMI command Via KCS channel and got proper response. - Get Device ID - Req: cmdtool.efi 20 18 1 - Res: 0x00 0x23 0x00 0x82 0x03 0x02 0x00 0x57 0x01 0x00 0x7b 0x00 0x00 0x00 0x00 0x00 + Req: ipmitool raw 6 1 + Res: 00 23 00 82 03 02 00 57 01 00 7b 00 00 00 00 00 - Get Self Test Results - Req: cmdtool.efi 20 18 4 - Res: 00 56 00 + Req: ipmitool raw 6 4 + Res: 56 00 Signed-off-by: AppaRao Puli Signed-off-by: Jae Hyun Yoo -- cgit v1.2.3