[coreboot] RFC: Typed -- was Re: [PATCH] Drop unneeded header from i82371eb_enable_rom.c

ron minnich rminnich at gmail.com
Sat Oct 2 18:11:31 CEST 2010


On Sat, Oct 2, 2010 at 8:34 AM, Stefan Reinauer
<stefan.reinauer at coresystems.de> wrote:
>  On 10/2/10 2:43 PM, Uwe Hermann wrote:
>> Hm, not sure about this one. The file _does_ use stuff from stdint.h
>
>
> What's the general feeling about types... Should we get rid of the
> stdint.h usage and go for u8/u16/u32/s8/s16/s32 completely?


I always felt we should get rid of stdint.h and define our own. Using
stdint.h leaves you hostage to whatever the gcc guys may do with that
file in the future.

ron




More information about the coreboot mailing list