u-boot-brain/arch/arm/mach-uniphier
Masahiro Yamada 11d3ede42c ARM: uniphier: fix warnings reported by aarch64 compiler
The UniPhier SoC family has not supported ARMv8 yet, but these would
cause warnings if they were compiled with a 64bit compiler.  Before
adding the ARMv8 support really, fix them now.

Because UniPhier SoCs do not support Large Physical Address Extension,
casting "phys_addr_t" into "unsigned long" would carry the address
as is.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2016-03-01 00:33:29 +09:00
..
arm32 ARM: uniphier: prepare directory structure for ARMv8 SoC support 2016-03-01 00:33:24 +09:00
bcu ARM: uniphier: rework struct uniphier_board_data 2016-02-29 03:50:16 +09:00
boot-mode ARM: uniphier: default to environment in eMMC 2016-02-29 03:50:16 +09:00
clk ARM: uniphier: switch over to generic EHCI driver 2016-02-14 16:51:07 +09:00
dram ARM: uniphier: rename variable for DRAM controller base address 2016-02-29 03:50:16 +09:00
early-clk ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
early-pinctrl ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
init ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6b 2016-01-13 01:54:55 +09:00
memconf ARM: uniphier: rework struct uniphier_board_data 2016-02-29 03:50:16 +09:00
pinctrl ARM: uniphier: drop unneeded EHCI pin mux settings 2016-02-14 17:07:46 +09:00
pll ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
sbc ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_common.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_early_init_f.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_early_init_r.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
board_late_init.c ARM: uniphier: add support for PH1-Pro4 Ace and Sanji boards 2016-02-14 17:07:46 +09:00
boards.c ARM: uniphier: add a field to specify DDR3+ 2016-02-29 03:50:16 +09:00
cpu_info.c ARM: uniphier: rename PH1-LD10/PH1-sLD11 to PH1-LD20/PH1-LD11 2016-02-29 03:50:16 +09:00
dram_init.c ARM: uniphier: fix warnings reported by aarch64 compiler 2016-03-01 00:33:29 +09:00
init.h ARM: uniphier: add a field to specify DDR3+ 2016-02-29 03:50:16 +09:00
Kconfig ARM: uniphier: prepare directory structure for ARMv8 SoC support 2016-03-01 00:33:24 +09:00
Makefile ARM: uniphier: prepare directory structure for ARMv8 SoC support 2016-03-01 00:33:24 +09:00
micro-support-card.c ARM: uniphier: fix warnings reported by aarch64 compiler 2016-03-01 00:33:29 +09:00
micro-support-card.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
print_misc_info.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
reset.c ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
sc-regs.h ARM: uniphier: move headers out of include/mach directory 2016-01-13 01:54:53 +09:00
sg-regs.h ARM: uniphier: fix warnings reported by aarch64 compiler 2016-03-01 00:33:29 +09:00
soc_info.c ARM: uniphier: rename PH1-LD10/PH1-sLD11 to PH1-LD20/PH1-LD11 2016-02-29 03:50:16 +09:00
soc-info.h ARM: uniphier: rename PH1-LD10/PH1-sLD11 to PH1-LD20/PH1-LD11 2016-02-29 03:50:16 +09:00