Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69902 )
Change subject: contributing/project_ideas.md: Fix outb() parameter order ......................................................................
contributing/project_ideas.md: Fix outb() parameter order
Change-Id: I7f9e892f14d4e38c8f90490c8d2b66013cc139a2 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M Documentation/contributing/project_ideas.md 1 file changed, 11 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/69902/1
diff --git a/Documentation/contributing/project_ideas.md b/Documentation/contributing/project_ideas.md index 94fdefe..c76bb21 100644 --- a/Documentation/contributing/project_ideas.md +++ b/Documentation/contributing/project_ideas.md @@ -196,7 +196,7 @@ Tasks: * Guard Kconfigs with a *depends on* to only show on supported platforms * Remove duplicated Kconfigs -* Replace `outb(0x80, ...)` with calls to `post_code(...)` +* Replace `outb(..., 0x80)` with calls to `post_code(...)` * Update Documentation/POSTCODES * Use defines from console/post_codes.h where possible * Drop duplicated POST codes