HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34260 )
Change subject: soc/intel/fsp_broadwell_de: Correct 'gpio_t' typedef
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34260/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/34260/1//COMMIT_MSG@9
PS1, Line 9: <soc/gpio.h> must typedef a gpio_t that fits in 32 bits.
Why?
because of line #23 src/include/gpio.h:
`_Static_assert(sizeof(gpio_t) <= sizeof(u32), "gpio_t doesn't fit in lb_gpio");`
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34260
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I62b39a53ad14cefe6e98c772e8a3c4d80dd5d84e
Gerrit-Change-Number: 34260
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Fri, 12 Jul 2019 15:41:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Gerrit-MessageType: comment