Attention is currently required from: Paul Menzel, Arthur Heymans, Patrick Rudolph. Hello build bot (Jenkins), Arthur Heymans, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50554
to look at the new patch set (#8).
Change subject: nb/intel/i945: Use unsigned, bool and size_t ......................................................................
nb/intel/i945: Use unsigned, bool and size_t
The values are not negative, so use size_t for ARRAY_SIZE and unsigned int. Also use boolan insted of "1" or "0".
Change-Id: I2688d67c0421581344df1975df739e587a5c095c Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/intel/i945/debug.c M src/northbridge/intel/i945/early_init.c M src/northbridge/intel/i945/gma.c M src/northbridge/intel/i945/raminit.c M src/northbridge/intel/i945/raminit.h M src/northbridge/intel/i945/rcven.c 6 files changed, 49 insertions(+), 47 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/50554/8