Re: [edk2-devel] [edk2-platforms][PATCH v4 2/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Fix byte shift

2021-09-10 Thread Chiu, Chasel
Pushed: https://github.com/tianocore/edk2-platforms/commit/057f23a2022c7efb9f99c5c523e09125cb66756b Thanks, Chasel > -Original Message- > From: Benjamin Doron > Sent: Monday, September 6, 2021 10:56 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > > Subject

Re: [edk2-devel] [edk2-platforms][PATCH v4 2/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Fix byte shift

2021-09-06 Thread Chiu, Chasel
Reviewed-by: Chasel Chiu > -Original Message- > From: Benjamin Doron > Sent: Monday, September 6, 2021 10:56 AM > To: devel@edk2.groups.io > Cc: Chiu, Chasel ; Desimone, Nathaniel L > > Subject: [edk2-platforms][PATCH v4 2/2] > KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: F

[edk2-devel] [edk2-platforms][PATCH v4 2/2] KabylakeOpenBoardPkg/AspireVn7Dash572G/DxeBoardInitLib: Fix byte shift

2021-09-05 Thread Benjamin Doron
Since the time is sent to the EC byte-by-byte, perform shift by a byte multiple of bits. Also update some comments. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Benjamin Doron --- Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/Library/BoardInitLib/DxeBoardInitLib.c | 14 --