[U-Boot] [PATCH 6/8] microblaze: Add faked LL_TEMAC driver configuration

Michal Simek monstr at monstr.eu
Thu Feb 23 12:53:51 CET 2012


Stephan Linz wrote:
> Expand the specific configuration for the microblaze-generic
> board in xparameters.h with a faked setup to enable the
> LL_TEMAC driver.
> 
> Note: From now the microblaze-generic board is no longer a
> valid board configuration for a real piece of hardware. Rather
> than, we use the file config.mk and xparameters.h as a faked
> board configuration to force the compilation of all potential
> driver code for Microblaze systems.
> 
> Signed-off-by: Stephan Linz <linz at li-pro.net>
> ---
>  board/xilinx/microblaze-generic/config.mk     |    6 ++++--
>  board/xilinx/microblaze-generic/xparameters.h |   24 ++++++++++++++++++++++--
>  2 files changed, 26 insertions(+), 4 deletions(-)
> 
> diff --git a/board/xilinx/microblaze-generic/config.mk b/board/xilinx/microblaze-generic/config.mk
> index f8d7e26..9fd1015 100644
> --- a/board/xilinx/microblaze-generic/config.mk
> +++ b/board/xilinx/microblaze-generic/config.mk
> @@ -21,8 +21,10 @@
>  # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
>  # MA 02111-1307 USA
>  #
> -# CAUTION: This file is automatically generated by libgen.
> -# Version: Xilinx EDK 6.3 EDK_Gmm.12.3
> +# CAUTION: This file is a faked configuration !!!
> +#          There is no real target for the microblaze-generic
> +#          configuration. You have to replace this file with
> +#          the generated file from your Xilinx design flow.
>  #
>  
>  CONFIG_SYS_TEXT_BASE = 0x29000000
> diff --git a/board/xilinx/microblaze-generic/xparameters.h b/board/xilinx/microblaze-generic/xparameters.h
> index fae03bf..69758c3 100644
> --- a/board/xilinx/microblaze-generic/xparameters.h
> +++ b/board/xilinx/microblaze-generic/xparameters.h
> @@ -21,8 +21,10 @@
>   * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
>   * MA 02111-1307 USA
>   *
> - * CAUTION: This file is automatically generated by libgen.
> - * Version: Xilinx EDK 8.2.02 EDK_Im_Sp2.4
> + * CAUTION: This file is a faked configuration !!!
> + *          There is no real target for the microblaze-generic
> + *          configuration. You have to replace this file with
> + *          the generated file from your Xilinx design flow.
>   */
>  
>  #define XILINX_BOARD_NAME	microblaze-generic
> @@ -69,3 +71,21 @@
>  
>  /* Ethernet controller is Ethernet_MAC */
>  #define XILINX_EMACLITE_BASEADDR       0x40C00000
> +
> +/* Ethernet controller is Ethernet_MAC */
> +#define XILINX_LLTEMAC_BASEADDR			0x44000000
> +#define XILINX_LLTEMAC_SDMA_CTRL_BASEADDR	0x42000180
> +#define XILINX_LLTEMAC_BASEADDR1		0x44000040
> +#define XILINX_LLTEMAC_SDMA_CTRL_BASEADDR1	0x42000200
> +#define XILINX_LLTEMAC_BASEADDR2		0x44100000
> +#define XILINX_LLTEMAC_SDMA_CTRL_BASEADDR2	0x42000280
> +#define XILINX_LLTEMAC_BASEADDR3		0x44100040
> +#define XILINX_LLTEMAC_SDMA_CTRL_BASEADDR3	0x42000300
> +#define XILINX_LLTEMAC_BASEADDR4		0x44200000
> +#define XILINX_LLTEMAC_FIFO_BASEADDR4		0x42100000
> +#define XILINX_LLTEMAC_BASEADDR5		0x44200040
> +#define XILINX_LLTEMAC_FIFO_BASEADDR5		0x42110000
> +#define XILINX_LLTEMAC_BASEADDR6		0x44300000
> +#define XILINX_LLTEMAC_FIFO_BASEADDR6		0x42120000
> +#define XILINX_LLTEMAC_BASEADDR7		0x44300040
> +#define XILINX_LLTEMAC_FIFO_BASEADDR7		0x42130000

I can't see the reason to test 4 sdma cases and 4 fifo cases for fake system configuration.
The same thing will work with one sdma and one fifo.

Michal



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian


More information about the U-Boot mailing list