[aadk-commits] dbailey: u-boot/trunk r170 - /u-boot/trunk/u-boot_1.1.3/lib_blackfin/

aadk-commits at lists.digium.com aadk-commits at lists.digium.com
Fri Feb 23 15:01:14 MST 2007


Author: dbailey
Date: Fri Feb 23 16:01:14 2007
New Revision: 170

URL: http://svn.digium.com/view/aadk?view=rev&rev=170
Log:
Added mechanism to display board version and type info during u-boot load

Added:
    u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h   (with props)
Modified:
    u-boot/trunk/u-boot_1.1.3/lib_blackfin/blackfin_board.h

Modified: u-boot/trunk/u-boot_1.1.3/lib_blackfin/blackfin_board.h
URL: http://svn.digium.com/view/aadk/u-boot/trunk/u-boot_1.1.3/lib_blackfin/blackfin_board.h?view=diff&rev=170&r1=169&r2=170
==============================================================================
--- u-boot/trunk/u-boot_1.1.3/lib_blackfin/blackfin_board.h (original)
+++ u-boot/trunk/u-boot_1.1.3/lib_blackfin/blackfin_board.h Fri Feb 23 16:01:14 2007
@@ -28,6 +28,8 @@
 #ifndef __BLACKFIN_BOARD_H__
 #define __BLACKFIN_BOARD_H__
 
+#include "board_id.h"
+
 extern void timer_init(void);
 extern void init_IRQ(void);
 extern void rtc_init(void);
@@ -39,9 +41,9 @@
 
 
 #define VERSION_STRING_SIZE  150 /* including 40 bytes buffer to change any string */ 
-#define VERSION_STRING_FORMAT "%s (%s - %s)\n"
-#define ADI_UBOOT_VERSION	"U-Boot-1.1.3-ADI for Digium S800i"
-#define VERSION_STRING		ADI_UBOOT_VERSION, __DATE__, __TIME__
+#define VERSION_STRING_FORMAT "%s-%s (%s - %s)\n"
+#define UBOOT_VERSION	"U-Boot-1.1.3"
+#define VERSION_STRING		UBOOT_VERSION, VENDOR_ID, __DATE__, __TIME__
 
 char version_string[VERSION_STRING_SIZE];
 

Added: u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h
URL: http://svn.digium.com/view/aadk/u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h?view=auto&rev=170
==============================================================================
--- u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h (added)
+++ u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h Fri Feb 23 16:01:14 2007
@@ -1,0 +1,5 @@
+/*Autogenerated header file*/
+#ifndef __BOARD_ID_H__
+#define __BOARD_ID_H__
+#define VENDOR_ID "Unknown"
+#endif

Propchange: u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: u-boot/trunk/u-boot_1.1.3/lib_blackfin/board_id.h
------------------------------------------------------------------------------
    svn:mime-type = text/plain



More information about the aadk-commits mailing list