[U-Boot] [PATCH v2 11/63] WIP: x86: Update mpspec to build on	64-bit machines
    Bin Meng 
    bmeng.cn at gmail.com
       
    Mon Dec 19 08:58:51 CET 2016
    
    
  
Hi Simon,
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass <sjg at chromium.org> wrote:
> At present this uses u32 to store an address. We should use unsigned long
> and avoid special types in function return values and parameters unless
> necessary. This makes the code more portable.
>
> I believe Alex Graf has a patch to correct all of these, so this is just
> a WIP patch.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
>  arch/x86/include/asm/mpspec.h |  8 ++++----
>  arch/x86/lib/mpspec.c         | 12 ++++++------
>  2 files changed, 10 insertions(+), 10 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
I don't see Alex's patch on this mpspec.c file, but only smbios.c,
guess "WIP" tag is not needed.
Regards,
Bin
    
    
More information about the U-Boot
mailing list