[U-Boot] [PATCH] net: e1000: Support 64-bit physical address

Bin Meng bmeng.cn at gmail.com
Tue Aug 25 03:08:01 CEST 2015


Hi,

On Mon, Aug 24, 2015 at 10:51 PM, Joe Hershberger
<joe.hershberger at gmail.com> wrote:
> On Tue, Aug 18, 2015 at 4:06 PM, York Sun <yorksun at freescale.com> wrote:
>> From: Mingkai Hu <Mingkai.Hu at freescale.com>
>>
>> High 32-bit address is needed when u-boot runs in 64-bit space.
>> Tested on armv8-based LS2085ARDB.
>>
>> Signed-off-by: Mingkai Hu <Mingkai.Hu at freescale.com>
>> Signed-off-by: York Sun <yorksun at freescale.com>
>
> Applied to u-boot-net, thanks!
> -Joe

Unfortunately this commit causes build warnings on 32-bit systems.

drivers/net/e1000.c: In function ‘e1000_configure_tx’:
drivers/net/e1000.c:4982:2: warning: right shift count >= width of
type [enabled by default]
drivers/net/e1000.c: In function ‘e1000_configure_rx’:
drivers/net/e1000.c:5126:2: warning: right shift count >= width of
type [enabled by default]

Regards,
Bin


More information about the U-Boot mailing list