HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mainboard/amd/bettong: Fix typo ......................................................................
mainboard/amd/bettong: Fix typo
Change-Id: Id305dbe56a93740abc49d85d11402d1b63989dad Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/amd/bettong/BiosCallOuts.c M src/mainboard/amd/bettong/README 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/37527/1
diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c index a6f424e..22a8403 100644 --- a/src/mainboard/amd/bettong/BiosCallOuts.c +++ b/src/mainboard/amd/bettong/BiosCallOuts.c @@ -100,7 +100,7 @@ FchParams_env->Usb.Xhci0Enable = FALSE;
FchParams_env->Usb.Xhci1Enable = FALSE; - FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is unremoveable. */ + FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is irremovable. */
/* sata configuration */ /* SD configuration */ diff --git a/src/mainboard/amd/bettong/README b/src/mainboard/amd/bettong/README index d834af4..631cf0f 100644 --- a/src/mainboard/amd/bettong/README +++ b/src/mainboard/amd/bettong/README @@ -21,5 +21,5 @@ 10. Fix the PCIe lane map. 11. Lower the TOM to give more MMIO space. 12. Add USB device. -13. Set the USB3 port as unremoveable. +13. Set the USB3 port as irremovable. 14. Update AGESA to CarrizoPI 1.1.0.1.
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mainboard/amd/bettong: Fix typo ......................................................................
Patch Set 1:
I have to say I have never heard irremovable before. Maybe this is just US/UK English thing.
Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mainboard/amd/bettong: Fix typo ......................................................................
Patch Set 1:
Patch Set 1:
I have to say I have never heard irremovable before. Maybe this is just US/UK English thing.
https://wikidiff.com/unremovable/irremovable
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mainboard/amd/bettong: Fix typo ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/37527/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37527/1//COMMIT_MSG@7 PS1, Line 7: mainboard mb
https://review.coreboot.org/c/coreboot/+/37527/1//COMMIT_MSG@7 PS1, Line 7: Fix typo Use *irremovable* over *unremovable*
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mainboard/amd/bettong: Fix typo ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/37527/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37527/1//COMMIT_MSG@7 PS1, Line 7: Fix typo
Use *irremovable* over *unremovable*
Thank you
https://review.coreboot.org/c/coreboot/+/37527/1//COMMIT_MSG@7 PS1, Line 7: mainboard
mb
Thx
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37527
to look at the new patch set (#2).
Change subject: mb/amd/bettong: Use 'irremovable' over 'unremovable' ......................................................................
mb/amd/bettong: Use 'irremovable' over 'unremovable'
Change-Id: Id305dbe56a93740abc49d85d11402d1b63989dad Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/amd/bettong/BiosCallOuts.c M src/mainboard/amd/bettong/README 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/37527/2
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37527
to look at the new patch set (#3).
Change subject: mb/amd/bettong: Fix typo ......................................................................
mb/amd/bettong: Fix typo
Use 'irremovable' over 'unremovable'
Change-Id: Id305dbe56a93740abc49d85d11402d1b63989dad Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/amd/bettong/BiosCallOuts.c M src/mainboard/amd/bettong/README 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/37527/3
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mb/amd/bettong: Fix typo ......................................................................
Patch Set 5: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mb/amd/bettong: Fix typo ......................................................................
Patch Set 5: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37527 )
Change subject: mb/amd/bettong: Fix typo ......................................................................
mb/amd/bettong: Fix typo
Use 'irremovable' over 'unremovable'
Change-Id: Id305dbe56a93740abc49d85d11402d1b63989dad Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/37527 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/amd/bettong/BiosCallOuts.c M src/mainboard/amd/bettong/README 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/src/mainboard/amd/bettong/BiosCallOuts.c b/src/mainboard/amd/bettong/BiosCallOuts.c index a6f424e..22a8403 100644 --- a/src/mainboard/amd/bettong/BiosCallOuts.c +++ b/src/mainboard/amd/bettong/BiosCallOuts.c @@ -100,7 +100,7 @@ FchParams_env->Usb.Xhci0Enable = FALSE;
FchParams_env->Usb.Xhci1Enable = FALSE; - FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is unremoveable. */ + FchParams_env->Usb.USB30PortInit = 8; /* 8: If USB3 port is irremovable. */
/* sata configuration */ /* SD configuration */ diff --git a/src/mainboard/amd/bettong/README b/src/mainboard/amd/bettong/README index d834af4..631cf0f 100644 --- a/src/mainboard/amd/bettong/README +++ b/src/mainboard/amd/bettong/README @@ -21,5 +21,5 @@ 10. Fix the PCIe lane map. 11. Lower the TOM to give more MMIO space. 12. Add USB device. -13. Set the USB3 port as unremoveable. +13. Set the USB3 port as irremovable. 14. Update AGESA to CarrizoPI 1.1.0.1.