[coreboot] [PATCH 2/5] libpayload: Some more standard types and defines

Peter Stuge peter at stuge.se
Fri Feb 25 21:45:46 CET 2011


Patrick Georgi wrote:
> +++ b/payloads/libpayload/include/stdint.h
> @@ -27,4 +27,9 @@
>   * SUCH DAMAGE.
>   */
>  
> +#ifndef __STDINT_H
> +#define __STDINT_H
>  #include <arch/types.h>
> +
> +typedef unsigned long uintptr_t;
> +#endif

What about 64 bit? Or libpayload simply doesn't support it? In that
case

Acked-by: Peter Stuge <peter at stuge.se>




More information about the coreboot mailing list