[U-Boot-Users] [PATCH11] microblaze - Ml401
Grant Likely
grant.likely at secretlab.ca
Tue Sep 11 17:43:21 CEST 2007
On 8/30/07, Michal Simek <Monstr at seznam.cz> wrote:
> Desc: repair ML401 config file
>
> Signed-off-by: Michal Simek <monstr at monstr.eu>
>
> Note: repair email, remove spaces, remove commands which are defined in config_cmd_default.h
>
> diff --git a/include/configs/ml401.h b/include/configs/ml401.h
> index 7eeae70..bb72fac 100644
> --- a/include/configs/ml401.h
> +++ b/include/configs/ml401.h
> @@ -1,7 +1,7 @@
> /*
> - * (C) Copyright 2007 Czech Technical University.
Can you confirm that you are legally entitled to do this? Does the
Czech Technical University hold any copyright on this work?
> + * (C) Copyright 2007 Michal Simek
> *
> - * Michal SIMEK <monstr at seznam.cz>
> + * Michal SIMEK <monstr at monstr.eu>
> *
> * See file CREDITS for list of people who contributed to this
> * project.
> @@ -32,6 +32,7 @@
> #define CONFIG_ML401 1 /* ML401 Board */
>
> /* uart */
> +#define XILINX_UARTLITE
CONFIG_XILINX_UARTLITE
> #define CONFIG_SERIAL_BASE XILINX_UART_BASEADDR
> #define CONFIG_BAUDRATE XILINX_UART_BAUDRATE
> #define CFG_BAUDRATE_TABLE { CONFIG_BAUDRATE }
> @@ -86,7 +87,7 @@
> * 0x11FB_F000 CFG_MONITOR_BASE
> * MONITOR_CODE 256kB Env
> * 0x13FF_F000 CFG_GBL_DATA_OFFSET
> - * GLOBAL_DATA 4kB bd, gd
> + * GLOBAL_DATA 4kB bd, gd
> * 0x1400_0000 CFG_SDRAM_BASE + CFG_SDRAM_SIZE
> */
>
> @@ -99,7 +100,7 @@
> /* global pointer */
> #define CFG_GBL_DATA_SIZE 0x1000 /* size of global data */
> /* start of global data */
> -#define CFG_GBL_DATA_OFFSET (CFG_SDRAM_BASE + CFG_SDRAM_SIZE - CFG_GBL_DATA_SIZE)
> +#define CFG_GBL_DATA_OFFSET (CFG_SDRAM_BASE + CFG_SDRAM_SIZE - CFG_GBL_DATA_SIZE)
>
> /* monitor code */
> #define SIZE 0x40000
> @@ -153,28 +154,18 @@
> #define CONFIG_BOOTP_GATEWAY
> #define CONFIG_BOOTP_HOSTNAME
>
> -
> /*
> * Command line configuration.
> */
> #include <config_cmd_default.h>
>
> #define CONFIG_CMD_ASKENV
> -#define CONFIG_CMD_AUTOSCRIPT
> -#define CONFIG_CMD_BDI
> #define CONFIG_CMD_CACHE
> #define CONFIG_CMD_EXT2
> #define CONFIG_CMD_FAT
> -#define CONFIG_CMD_IMI
> #define CONFIG_CMD_IRQ
> -#define CONFIG_CMD_LOADB
> -#define CONFIG_CMD_LOADS
> -#define CONFIG_CMD_MEMORY
> -#define CONFIG_CMD_MISC
> #define CONFIG_CMD_MFSL
> -#define CONFIG_CMD_NET
> #define CONFIG_CMD_PING
> -#define CONFIG_CMD_RUN
>
> #if defined(FLASH)
> #define CONFIG_CMD_ECHO
> @@ -210,10 +201,10 @@
> #define CONFIG_BOOTDELAY 30
> #define CONFIG_BOOTARGS "root=romfs"
> #define CONFIG_HOSTNAME "ml401"
> -#define CONFIG_BOOTCOMMAND "base 0;tftp 11000000 image.img;bootm"
> +#define CONFIG_BOOTCOMMAND "base 0;tftp 11000000 image.img;bootm"
> #define CONFIG_IPADDR 192.168.0.3
> -#define CONFIG_SERVERIP 192.168.0.5
> -#define CONFIG_GATEWAYIP 192.168.0.1
> +#define CONFIG_SERVERIP 192.168.0.5
> +#define CONFIG_GATEWAYIP 192.168.0.1
> #define CONFIG_ETHADDR 00:E0:0C:00:00:FD
>
> /* architecture dependent code */
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely at secretlab.ca
(403) 399-0195
More information about the U-Boot
mailing list