[U-Boot] Please pull u-boot-dm

Tom Rini trini at konsulko.com
Sat Jan 27 00:50:16 UTC 2018


On Fri, Jan 26, 2018 at 02:45:29PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Here are some additions to logging and 64-bit sandbox support.
> 
> 
> The following changes since commit ab12aa24e619b5e81cbde7de88c6d9a19f04313b:
> 
>   ARM: socfpga: Convert callers of cm_write_with_phase for
> wait_for_bit_le32 (2018-01-26 13:08:03 -0500)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 4e94617bf911595efcecf52d6c9f323744a81cda:
> 
>   log: add category LOGC_EFI (2018-01-26 12:20:55 -0700)
> 

NAK:
Starting LLVM-3.8 test
common/log.c:44:17: warning: implicit conversion from enumeration type 'enum log_category_t' to different enumeration type 'enum uclass_id' [-Wenum-conversion]
        if (log_uc_cat(cat) >= LOGC_NONE)
            ~~~~~~~~~~ ^~~
common/log.c:47:36: warning: implicit conversion from enumeration type 'enum log_category_t' to different enumeration type 'enum uclass_id' [-Wenum-conversion]
        return uclass_get_name(log_uc_cat(cat));
                               ~~~~~~~~~~ ^~~
2 warnings generated.

Also, checkpatch.pl notes that the sandbox64 defconfig isn't caught by
MAINTAINERS and then I see the 32bit one already isn't.

Finally, I see a bunch of warnings on sandbox64:
lib/fdtdec.c: In function ‘fdtdec_get_addr_size_auto_noparent’:
include/fdtdec.h:27:25: warning: large integer implicitly truncated to unsigned type [-Woverflow]
 #define FDT_ADDR_T_NONE (-1ULL)

That's with my normal 64bit host gcc (5.4.0, Ubuntu 16.04).

Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180126/888426b0/attachment.sig>


More information about the U-Boot mailing list