[U-Boot] [PATCH 06/12] arm: socfpga: Add Altera Arria V DK support

Dinh Nguyen dinguyen at opensource.altera.com
Sun Jan 18 07:19:40 CET 2015



On 12/31/14 1:14 PM, Marek Vasut wrote:
> Add support for the Altera Arria V development kit.
> 
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Chin Liang See <clsee at opensource.altera.com>
> Cc: Dinh Nguyen <dinguyen at opensource.altera.com>
> Cc: Pavel Machek <pavel at denx.de>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Vince Bridgers <vbridger at opensource.altera.com>
> ---
>  arch/arm/Kconfig                     |   5 +
>  board/altera/socfpga/Kconfig         |  16 +
>  board/altera/socfpga/iocsr_config.c  | 688 +++++++++++++++++++++++++++++++++++
>  board/altera/socfpga/iocsr_config.h  |   9 +
>  board/altera/socfpga/pinmux_config.c | 215 +++++++++++
>  board/altera/socfpga/socfpga.c       |   7 +
>  configs/socfpga_arria5_defconfig     |   3 +
>  include/configs/socfpga_arria5.h     | 107 ++++++
>  8 files changed, 1050 insertions(+)
>  create mode 100644 configs/socfpga_arria5_defconfig
>  create mode 100644 include/configs/socfpga_arria5.h
> 

<snip>

> diff --git a/board/altera/socfpga/socfpga.c b/board/altera/socfpga/socfpga.c
> index 459d82f..a9c330d 100644
> --- a/board/altera/socfpga/socfpga.c
> +++ b/board/altera/socfpga/socfpga.c
> @@ -23,7 +23,14 @@ DECLARE_GLOBAL_DATA_PTR;
>   */
>  int checkboard(void)
>  {
> +#ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5
>  	puts("BOARD: Altera SoCFPGA Cyclone5 Board\n");
> +#endif
> +
> +#ifdef CONFIG_TARGET_SOCFPGA_ARRIA5
> +	puts("BOARD: Altera SoCFPGA Arria5 Board\n");
> +#endif
> +
>  	return 0;
>  }

Do you need this change here only to get zapped in patch 11/12. No
objections really, just an observation.

Acked-by: Dinh Nguyen <dinguyen at opensource.altera.com>


More information about the U-Boot mailing list