svn commit: r294981 - in stable/10/sys/boot: common efi efi/boot1 efi/include efi/libefi efi/loader efi/loader/arch/amd64 fdt i386/libi386

NGie Cooper yaneurabeya at gmail.com
Fri Feb 5 21:22:13 UTC 2016


> On Jan 28, 2016, at 04:11, Steven Hartland <smh at FreeBSD.org> wrote:
> 
> Author: smh
> Date: Thu Jan 28 12:11:42 2016
> New Revision: 294981
> URL: https://svnweb.freebsd.org/changeset/base/294981
> 
> Log:
>  MFC r281169, r293724, r293796, r294029, r294041, r294058
> 
>  MFC r281169 (by andrew):
>  Make global variabled only used in this file static
> 
>  MFC r294058:
>  Make common boot file_loadraw name parameter const
> 
>  MFC r294041:
>  Remove unused reg param from fdt_fixup_memory
> 
>  MFC r293724:
>  Enable warnings in EFI boot code
> 
>  MFC r293796:
>  Fix typo in libefi.c
> 
>  MFC r294029:
>  Only build EFI components on supported compilers
> 
>  Sponsored by:	Multiplay

This commit broke tinderbox with arm:armeb on universe10a.freebsd.org:

cc1: warnings being treated as errors
In file included from /scratch/tmp/ngie/svn/sys/boot/arm/uboot/../../common/load_elf32.c:7:
/scratch/tmp/ngie/svn/sys/boot/arm/uboot/../../common/load_elf.c: In function 'elf32_parse_modmetadata':
/scratch/tmp/ngie/svn/sys/boot/arm/uboot/../../common/load_elf.c:859: warning: cast to pointer from integer of different size
*** [load_elf32.o] Error code 1

Given the issues that we have with ia64 not being able to build right now, I would consider pulling this out of ^/stable/10, fully fixing it, then reintegrating it.

Thanks,
-Ngie


More information about the svn-src-stable-10 mailing list