functions and definitions renamed from lm_ to tiva_

This commit is contained in:
Gregory Nutt
2014-03-08 15:50:26 -06:00
parent b730d32e43
commit a410e3beff
40 changed files with 718 additions and 514 deletions
+19 -19
View File
@@ -297,15 +297,15 @@ Eagle100-specific Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
CONFIG_LM_DISABLE_GPIOA_IRQS=n
CONFIG_LM_DISABLE_GPIOB_IRQS=n
CONFIG_LM_DISABLE_GPIOC_IRQS=n
CONFIG_LM_DISABLE_GPIOD_IRQS=n
CONFIG_LM_DISABLE_GPIOE_IRQS=n
CONFIG_LM_DISABLE_GPIOF_IRQS=n
CONFIG_LM_DISABLE_GPIOG_IRQS=n
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
CONFIG_TIVA_DISABLE_GPIOC_IRQS=n
CONFIG_TIVA_DISABLE_GPIOD_IRQS=n
CONFIG_TIVA_DISABLE_GPIOE_IRQS=n
CONFIG_TIVA_DISABLE_GPIOF_IRQS=n
CONFIG_TIVA_DISABLE_GPIOG_IRQS=n
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM3S6918 specific device driver settings
@@ -330,18 +330,18 @@ Eagle100-specific Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_LM_BOARDMAC - If the board-specific logic can provide
CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_TIVA_BOARDMAC - If the board-specific logic can provide
a MAC address (via tiva_ethernetmac()), then this should be selected.
CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
CONFIG_LM_MULTICAST - Set to enable multicast frames
CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
CONFIG_TIVA_MULTICAST - Set to enable multicast frames
CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^
+24 -24
View File
@@ -127,45 +127,45 @@ CONFIG_ARCH_CHIP_LM3S6918=y
# CONFIG_ARCH_CHIP_LM3S8962 is not set
# CONFIG_ARCH_CHIP_LM4F120 is not set
CONFIG_ARCH_CHIP_LM3S=y
CONFIG_LM_HAVE_SSI1=y
CONFIG_TIVA_HAVE_SSI1=y
# CONFIG_LM_REVA2 is not set
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
# CONFIG_LM_DISABLE_GPIOH_IRQS is not set
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOH_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
CONFIG_LM_BOARDMAC=y
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
CONFIG_TIVA_BOARDMAC=y
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+5 -5
View File
@@ -63,7 +63,7 @@
* of (400 / 2) / 4 = 50MHz
*/
#define LM_SYSDIV 4
#define TIVA_SYSDIV 4
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
/* Other RCC settings:
@@ -74,7 +74,7 @@
* - No auto-clock gating reset
*/
#define LM_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(LM_SYSDIV))
#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
/* RCC2 settings -- RCC2 not used. Other RCC2 settings
*
@@ -83,7 +83,7 @@
* - Not using RCC2
*/
#define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(LM_SYSDIV))
#define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(TIVA_SYSDIV))
/* LED definitions ******************************************************************/
@@ -128,12 +128,12 @@ void tiva_boardinitialize(void);
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
struct ether_addr;
void tiva_ethernetmac(struct ether_addr *ethaddr);
#endif
+24 -24
View File
@@ -150,45 +150,45 @@ CONFIG_ARCH_CHIP_LM3S6918=y
# CONFIG_ARCH_CHIP_LM3S8962 is not set
# CONFIG_ARCH_CHIP_LM4F120 is not set
CONFIG_ARCH_CHIP_LM3S=y
CONFIG_LM_HAVE_SSI1=y
CONFIG_TIVA_HAVE_SSI1=y
# CONFIG_LM_REVA2 is not set
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
# CONFIG_LM_DISABLE_GPIOH_IRQS is not set
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOH_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
CONFIG_LM_BOARDMAC=y
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
CONFIG_TIVA_BOARDMAC=y
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+24 -24
View File
@@ -127,45 +127,45 @@ CONFIG_ARCH_CHIP_LM3S6918=y
# CONFIG_ARCH_CHIP_LM3S8962 is not set
# CONFIG_ARCH_CHIP_LM4F120 is not set
CONFIG_ARCH_CHIP_LM3S=y
CONFIG_LM_HAVE_SSI1=y
CONFIG_TIVA_HAVE_SSI1=y
# CONFIG_LM_REVA2 is not set
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
# CONFIG_LM_DISABLE_GPIOH_IRQS is not set
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOH_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
CONFIG_LM_BOARDMAC=y
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
CONFIG_TIVA_BOARDMAC=y
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+15 -15
View File
@@ -127,32 +127,32 @@ CONFIG_ARCH_CHIP_LM3S6918=y
# CONFIG_ARCH_CHIP_LM3S8962 is not set
# CONFIG_ARCH_CHIP_LM4F120 is not set
CONFIG_ARCH_CHIP_LM3S=y
CONFIG_LM_HAVE_SSI1=y
CONFIG_TIVA_HAVE_SSI1=y
# CONFIG_LM_REVA2 is not set
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
# CONFIG_LM_ETHERNET is not set
# CONFIG_LM_FLASH is not set
# CONFIG_TIVA_ETHERNET is not set
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
# CONFIG_LM_DISABLE_GPIOH_IRQS is not set
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOH_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris SSI Configuration
+2 -2
View File
@@ -56,12 +56,12 @@
* expanded).
*/
#if LM_NSSI == 0
#if TIVA_NSSI == 0
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#elif LM_NSSI == 1
#elif TIVA_NSSI == 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif
+4 -4
View File
@@ -67,12 +67,12 @@
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
void tiva_ethernetmac(struct ether_addr *ethaddr)
{
uint32_t user0;
@@ -80,8 +80,8 @@ void tiva_ethernetmac(struct ether_addr *ethaddr)
/* Get the current value of the user registers */
user0 = getreg32(LM_FLASH_USERREG0);
user1 = getreg32(LM_FLASH_USERREG1);
user0 = getreg32(TIVA_FLASH_USERREG0);
user1 = getreg32(TIVA_FLASH_USERREG1);
nlldbg("user: %06x:%06x\n", user1 & 0x00ffffff, user0 & 0x00ffffff);
DEBUGASSERT(user0 != 0xffffffff && user1 != 0xffffffff);
+24 -24
View File
@@ -120,45 +120,45 @@ CONFIG_ARCH_CHIP_LM3S6918=y
# CONFIG_ARCH_CHIP_LM3S8962 is not set
# CONFIG_ARCH_CHIP_LM4F120 is not set
CONFIG_ARCH_CHIP_LM3S=y
CONFIG_LM_HAVE_SSI1=y
CONFIG_TIVA_HAVE_SSI1=y
# CONFIG_LM_REVA2 is not set
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
# CONFIG_LM_DISABLE_GPIOH_IRQS is not set
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOH_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
CONFIG_LM_BOARDMAC=y
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
CONFIG_TIVA_BOARDMAC=y
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+19 -19
View File
@@ -352,15 +352,15 @@ Stellaris EKK-LM3S9B96 Evaluation Kit Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
CONFIG_LM_DISABLE_GPIOA_IRQS=n
CONFIG_LM_DISABLE_GPIOB_IRQS=n
CONFIG_LM_DISABLE_GPIOC_IRQS=n
CONFIG_LM_DISABLE_GPIOD_IRQS=n
CONFIG_LM_DISABLE_GPIOE_IRQS=n
CONFIG_LM_DISABLE_GPIOF_IRQS=n
CONFIG_LM_DISABLE_GPIOG_IRQS=n
CONFIG_LM_DISABLE_GPIOH_IRQS=n
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
CONFIG_TIVA_DISABLE_GPIOC_IRQS=n
CONFIG_TIVA_DISABLE_GPIOD_IRQS=n
CONFIG_TIVA_DISABLE_GPIOE_IRQS=n
CONFIG_TIVA_DISABLE_GPIOF_IRQS=n
CONFIG_TIVA_DISABLE_GPIOG_IRQS=n
CONFIG_TIVA_DISABLE_GPIOH_IRQS=n
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM3S9B96 specific device driver settings
@@ -385,18 +385,18 @@ Stellaris EKK-LM3S9B96 Evaluation Kit Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_LM_BOARDMAC - If the board-specific logic can provide
CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_TIVA_BOARDMAC - If the board-specific logic can provide
a MAC address (via tiva_ethernetmac()), then this should be selected.
CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
CONFIG_LM_MULTICAST - Set to enable multicast frames
CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
CONFIG_TIVA_MULTICAST - Set to enable multicast frames
CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^
+5 -5
View File
@@ -64,7 +64,7 @@
* of (400 / 2) / 4 = 50MHz
*/
#define LM_SYSDIV 4
#define TIVA_SYSDIV 4
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
/* Other RCC settings:
@@ -75,7 +75,7 @@
* - No auto-clock gating reset
*/
#define LM_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(LM_SYSDIV))
#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
/* RCC2 settings -- RCC2 not used. Other RCC2 settings
*
@@ -84,7 +84,7 @@
* - Not using RCC2
*/
#define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(LM_SYSDIV))
#define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(TIVA_SYSDIV))
/* LED definitions ******************************************************************/
@@ -129,12 +129,12 @@ void tiva_boardinitialize(void);
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
struct ether_addr;
void tiva_ethernetmac(struct ether_addr *ethaddr);
#endif
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -51,7 +51,8 @@ fi
# This is the Cygwin path to the location where I installed the CodeSourcery
# toolchain under windows. You will also have to edit this if you install
# the CodeSourcery toolchain in any other location
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
@@ -57,12 +57,12 @@
* expanded).
*/
#if LM_NSSI == 0
#if TIVA_NSSI == 0
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#elif LM_NSSI == 1
#elif TIVA_NSSI == 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif
+4 -4
View File
@@ -68,12 +68,12 @@
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
void tiva_ethernetmac(struct ether_addr *ethaddr)
{
uint32_t user0;
@@ -81,8 +81,8 @@ void tiva_ethernetmac(struct ether_addr *ethaddr)
/* Get the current value of the user registers */
user0 = getreg32(LM_FLASH_USERREG0);
user1 = getreg32(LM_FLASH_USERREG1);
user0 = getreg32(TIVA_FLASH_USERREG0);
user1 = getreg32(TIVA_FLASH_USERREG1);
nlldbg("user: %06x:%06x\n", user1 & 0x00ffffff, user0 & 0x00ffffff);
DEBUGASSERT(user0 != 0xffffffff && user1 != 0xffffffff);
+19 -19
View File
@@ -346,15 +346,15 @@ Stellaris MDL-S2E Reference Design Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint - GPIOs C-G are not pinned out on the MDL-S2E board.
CONFIG_LM_DISABLE_GPIOA_IRQS=n
CONFIG_LM_DISABLE_GPIOB_IRQS=n
CONFIG_LM_DISABLE_GPIOC_IRQS=y
CONFIG_LM_DISABLE_GPIOD_IRQS=y
CONFIG_LM_DISABLE_GPIOE_IRQS=y
CONFIG_LM_DISABLE_GPIOF_IRQS=y
CONFIG_LM_DISABLE_GPIOG_IRQS=y
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
CONFIG_TIVA_DISABLE_GPIOC_IRQS=y
CONFIG_TIVA_DISABLE_GPIOD_IRQS=y
CONFIG_TIVA_DISABLE_GPIOE_IRQS=y
CONFIG_TIVA_DISABLE_GPIOF_IRQS=y
CONFIG_TIVA_DISABLE_GPIOG_IRQS=y
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM3S6432 specific device driver settings
@@ -388,18 +388,18 @@ Stellaris MDL-S2E Reference Design Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_LM_BOARDMAC - This should be set in order to use the
CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_TIVA_BOARDMAC - This should be set in order to use the
MAC address configured in the flash USER registers.
CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
CONFIG_LM_MULTICAST - Set to enable multicast frames
CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
CONFIG_TIVA_MULTICAST - Set to enable multicast frames
CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^
+7 -7
View File
@@ -63,7 +63,7 @@
* of (400 / 2) / 4 = 50MHz
*/
#define LM_SYSDIV 4
#define TIVA_SYSDIV 4
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
/* Other RCC settings:
@@ -74,7 +74,7 @@
* - No auto-clock gating reset
*/
#define LM_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(LM_SYSDIV))
#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
/* RCC2 settings -- RCC2 not used. Other RCC2 settings
*
@@ -83,7 +83,7 @@
* - Not using RCC2
*/
#define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(LM_SYSDIV))
#define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(TIVA_SYSDIV))
/* LED definitions ******************************************************************/
@@ -123,21 +123,21 @@
*
************************************************************************************/
extern void tiva_boardinitialize(void);
void tiva_boardinitialize(void);
/************************************************************************************
* Name: tiva_ethernetmac
*
* Description:
* For the MDL-S2E Reference Design, the MAC address will be stored in the
* non-volatile USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined,
* non-volatile USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined,
* this function will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
struct ether_addr;
extern void tiva_ethernetmac(struct ether_addr *ethaddr);
void tiva_ethernetmac(struct ether_addr *ethaddr);
#endif
#endif /* __ASSEMBLY__ */
+23 -23
View File
@@ -123,39 +123,39 @@ CONFIG_ARCH_CHIP_LM3S=y
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
CONFIG_LM_UART1=y
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
CONFIG_TIVA_UART1=y
# CONFIG_TIVA_UART2 is not set
CONFIG_SSI0_DISABLE=y
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
CONFIG_LM_DISABLE_GPIOC_IRQS=y
CONFIG_LM_DISABLE_GPIOD_IRQS=y
CONFIG_LM_DISABLE_GPIOE_IRQS=y
CONFIG_LM_DISABLE_GPIOF_IRQS=y
CONFIG_LM_DISABLE_GPIOG_IRQS=y
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOC_IRQS=y
CONFIG_TIVA_DISABLE_GPIOD_IRQS=y
CONFIG_TIVA_DISABLE_GPIOE_IRQS=y
CONFIG_TIVA_DISABLE_GPIOF_IRQS=y
CONFIG_TIVA_DISABLE_GPIOG_IRQS=y
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
CONFIG_LM_BOARDMAC=y
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
CONFIG_TIVA_BOARDMAC=y
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
# CONFIG_NET_MULTICAST is not set
@@ -55,7 +55,7 @@
* expanded).
*/
#if LM_NSSI == 0
#if TIVA_NSSI == 0
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
#endif
+1 -1
View File
@@ -54,7 +54,7 @@
* Definitions
************************************************************************************/
#if defined(CONFIG_LM_UART1) && !defined(CONFIG_SSI0_DISABLE)
#if defined(CONFIG_TIVA_UART1) && !defined(CONFIG_SSI0_DISABLE)
# error Only one of UART1 and SSI0 can be enabled on this board.
#endif
+4 -4
View File
@@ -67,12 +67,12 @@
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
void tiva_ethernetmac(struct ether_addr *ethaddr)
{
uint32_t user0;
@@ -80,8 +80,8 @@ void tiva_ethernetmac(struct ether_addr *ethaddr)
/* Get the current value of the user registers */
user0 = getreg32(LM_FLASH_USERREG0);
user1 = getreg32(LM_FLASH_USERREG1);
user0 = getreg32(TIVA_FLASH_USERREG0);
user1 = getreg32(TIVA_FLASH_USERREG1);
nlldbg("user: %06x:%06x\n", user1 & 0x00ffffff, user0 & 0x00ffffff);
DEBUGASSERT(user0 != 0xffffffff && user1 != 0xffffffff);
+19 -19
View File
@@ -495,15 +495,15 @@ Stellaris LM3S6965 Evaluation Kit Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
CONFIG_LM_DISABLE_GPIOA_IRQS=n
CONFIG_LM_DISABLE_GPIOB_IRQS=n
CONFIG_LM_DISABLE_GPIOC_IRQS=n
CONFIG_LM_DISABLE_GPIOD_IRQS=n
CONFIG_LM_DISABLE_GPIOE_IRQS=n
CONFIG_LM_DISABLE_GPIOF_IRQS=n
CONFIG_LM_DISABLE_GPIOG_IRQS=n
CONFIG_LM_DISABLE_GPIOH_IRQS=n
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
CONFIG_TIVA_DISABLE_GPIOC_IRQS=n
CONFIG_TIVA_DISABLE_GPIOD_IRQS=n
CONFIG_TIVA_DISABLE_GPIOE_IRQS=n
CONFIG_TIVA_DISABLE_GPIOF_IRQS=n
CONFIG_TIVA_DISABLE_GPIOG_IRQS=n
CONFIG_TIVA_DISABLE_GPIOH_IRQS=n
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM3S6965 specific device driver settings
@@ -528,18 +528,18 @@ Stellaris LM3S6965 Evaluation Kit Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_LM_BOARDMAC - If the board-specific logic can provide
CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_TIVA_BOARDMAC - If the board-specific logic can provide
a MAC address (via tiva_ethernetmac()), then this should be selected.
CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
CONFIG_LM_MULTICAST - Set to enable multicast frames
CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
CONFIG_TIVA_MULTICAST - Set to enable multicast frames
CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^
+22 -22
View File
@@ -104,38 +104,38 @@ CONFIG_ARCH_CHIP_LM3S6965=y
#
# Select Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
# CONFIG_LM_UART2 is not set
CONFIG_LM_ETHERNET=y
# CONFIG_TIVA_UART2 is not set
CONFIG_TIVA_ETHERNET=y
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
# CONFIG_LM_BOARDMAC is not set
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
# CONFIG_TIVA_BOARDMAC is not set
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+5 -5
View File
@@ -63,7 +63,7 @@
* of (400 / 2) / 4 = 50MHz
*/
#define LM_SYSDIV 4
#define TIVA_SYSDIV 4
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
/* Other RCC settings:
@@ -74,7 +74,7 @@
* - No auto-clock gating reset
*/
#define LM_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(LM_SYSDIV))
#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
/* RCC2 settings -- RCC2 not used. Other RCC2 settings
*
@@ -83,7 +83,7 @@
* - Not using RCC2
*/
#define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(LM_SYSDIV))
#define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(TIVA_SYSDIV))
/* LED definitions ******************************************************************/
@@ -128,12 +128,12 @@ void tiva_boardinitialize(void);
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
struct ether_addr;
void tiva_ethernetmac(struct ether_addr *ethaddr);
#endif
+22 -22
View File
@@ -104,38 +104,38 @@ CONFIG_ARCH_CHIP_LM3S6965=y
#
# Select Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
# CONFIG_LM_UART2 is not set
CONFIG_LM_ETHERNET=y
# CONFIG_TIVA_UART2 is not set
CONFIG_TIVA_ETHERNET=y
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
# CONFIG_LM_BOARDMAC is not set
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
# CONFIG_TIVA_BOARDMAC is not set
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+13 -13
View File
@@ -104,25 +104,25 @@ CONFIG_ARCH_CHIP_LM3S6965=y
#
# Select Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
# CONFIG_LM_UART2 is not set
# CONFIG_LM_ETHERNET is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_TIVA_ETHERNET is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris SSI Configuration
@@ -56,12 +56,12 @@
* expanded).
*/
#if LM_NSSI == 0
#if TIVA_NSSI == 0
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#elif LM_NSSI == 1
#elif TIVA_NSSI == 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif
+4 -4
View File
@@ -67,12 +67,12 @@
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
void tiva_ethernetmac(struct ether_addr *ethaddr)
{
uint32_t user0;
@@ -80,8 +80,8 @@ void tiva_ethernetmac(struct ether_addr *ethaddr)
/* Get the current value of the user registers */
user0 = getreg32(LM_FLASH_USERREG0);
user1 = getreg32(LM_FLASH_USERREG1);
user0 = getreg32(TIVA_FLASH_USERREG0);
user1 = getreg32(TIVA_FLASH_USERREG1);
nlldbg("user: %06x:%06x\n", user1 & 0x00ffffff, user0 & 0x00ffffff);
DEBUGASSERT(user0 != 0xffffffff && user1 != 0xffffffff);
+23 -23
View File
@@ -126,39 +126,39 @@ CONFIG_ARCH_CHIP_LM3S=y
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
# CONFIG_LM_BOARDMAC is not set
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
# CONFIG_TIVA_BOARDMAC is not set
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
+19 -19
View File
@@ -399,15 +399,15 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
CONFIG_LM_DISABLE_GPIOA_IRQS=n
CONFIG_LM_DISABLE_GPIOB_IRQS=n
CONFIG_LM_DISABLE_GPIOC_IRQS=n
CONFIG_LM_DISABLE_GPIOD_IRQS=n
CONFIG_LM_DISABLE_GPIOE_IRQS=n
CONFIG_LM_DISABLE_GPIOF_IRQS=n
CONFIG_LM_DISABLE_GPIOG_IRQS=n
CONFIG_LM_DISABLE_GPIOH_IRQS=n
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
CONFIG_TIVA_DISABLE_GPIOC_IRQS=n
CONFIG_TIVA_DISABLE_GPIOD_IRQS=n
CONFIG_TIVA_DISABLE_GPIOE_IRQS=n
CONFIG_TIVA_DISABLE_GPIOF_IRQS=n
CONFIG_TIVA_DISABLE_GPIOG_IRQS=n
CONFIG_TIVA_DISABLE_GPIOH_IRQS=n
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM3S8962 specific device driver settings
@@ -432,18 +432,18 @@ Stellaris LM3S8962 Evaluation Kit Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_LM_BOARDMAC - If the board-specific logic can provide
CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_TIVA_BOARDMAC - If the board-specific logic can provide
a MAC address (via tiva_ethernetmac()), then this should be selected.
CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
CONFIG_LM_MULTICAST - Set to enable multicast frames
CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
CONFIG_TIVA_MULTICAST - Set to enable multicast frames
CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^
+5 -5
View File
@@ -63,7 +63,7 @@
* of (400 / 2) / 4 = 50MHz
*/
#define LM_SYSDIV 4
#define TIVA_SYSDIV 4
#define SYSCLK_FREQUENCY 50000000 /* 50MHz */
/* Other RCC settings:
@@ -74,7 +74,7 @@
* - No auto-clock gating reset
*/
#define LM_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(LM_SYSDIV))
#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
/* RCC2 settings -- RCC2 not used. Other RCC2 settings
*
@@ -83,7 +83,7 @@
* - Not using RCC2
*/
#define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(LM_SYSDIV))
#define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV(TIVA_SYSDIV))
/* LED definitions ******************************************************************/
@@ -128,12 +128,12 @@ void tiva_boardinitialize(void);
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
struct ether_addr;
void tiva_ethernetmac(struct ether_addr *ethaddr);
#endif
+52 -28
View File
@@ -34,6 +34,7 @@ CONFIG_RAW_BINARY=y
#
# Customize Header Files
#
# CONFIG_ARCH_STDINT_H is not set
# CONFIG_ARCH_STDBOOL_H is not set
# CONFIG_ARCH_MATH_H is not set
# CONFIG_ARCH_FLOAT_H is not set
@@ -78,6 +79,7 @@ CONFIG_ARCH="arm"
# CONFIG_ARCH_CHIP_KINETIS is not set
# CONFIG_ARCH_CHIP_KL is not set
CONFIG_ARCH_CHIP_LM=y
# CONFIG_ARCH_CHIP_TIVA is not set
# CONFIG_ARCH_CHIP_LPC17XX is not set
# CONFIG_ARCH_CHIP_LPC214X is not set
# CONFIG_ARCH_CHIP_LPC2378 is not set
@@ -103,7 +105,8 @@ CONFIG_ARCH_CHIP="tiva"
CONFIG_ARCH_HAVE_CMNVECTOR=y
# CONFIG_ARMV7M_CMNVECTOR is not set
# CONFIG_ARCH_HAVE_FPU is not set
# CONFIG_ARCH_HAVE_MPU is not set
CONFIG_ARCH_HAVE_MPU=y
# CONFIG_ARMV7M_MPU is not set
#
# ARMV7M Configuration Options
@@ -119,7 +122,7 @@ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y
# CONFIG_ARMV7M_OABI_TOOLCHAIN is not set
#
# Stellaris Configuration Options
# Tiva/Stellaris Configuration Options
#
# CONFIG_ARCH_CHIP_LM3S6918 is not set
# CONFIG_ARCH_CHIP_LM3S9B96 is not set
@@ -131,45 +134,45 @@ CONFIG_ARCH_CHIP_LM3S=y
# CONFIG_LM_REVA2 is not set
#
# Stellaris Peripheral Support
# Tiva/Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
CONFIG_LM_ETHERNET=y
# CONFIG_LM_FLASH is not set
CONFIG_TIVA_ETHERNET=y
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris Ethernet Configuration
# Tiva/Stellaris Ethernet Configuration
#
# CONFIG_LM_ETHLEDS is not set
# CONFIG_LM_BOARDMAC is not set
# CONFIG_LM_ETHHDUPLEX is not set
# CONFIG_LM_ETHNOAUTOCRC is not set
# CONFIG_LM_ETHNOPAD is not set
# CONFIG_LM_MULTICAST is not set
# CONFIG_LM_PROMISCUOUS is not set
# CONFIG_LM_TIMESTAMP is not set
# CONFIG_LM_BADCRC is not set
# CONFIG_TIVA_ETHLEDS is not set
# CONFIG_TIVA_BOARDMAC is not set
# CONFIG_TIVA_ETHHDUPLEX is not set
# CONFIG_TIVA_ETHNOAUTOCRC is not set
# CONFIG_TIVA_ETHNOPAD is not set
# CONFIG_TIVA_MULTICAST is not set
# CONFIG_TIVA_PROMISCUOUS is not set
# CONFIG_TIVA_TIMESTAMP is not set
# CONFIG_TIVA_BADCRC is not set
# CONFIG_M3S_DUMPPACKET is not set
#
# Stellaris SSI Configuration
# Tiva/Stellaris SSI Configuration
#
CONFIG_SSI_POLLWAIT=y
CONFIG_SSI_TXLIMIT=4
@@ -190,6 +193,7 @@ CONFIG_ARCH_HAVE_VFORK=y
CONFIG_ARCH_IRQPRIO=y
CONFIG_ARCH_STACKDUMP=y
# CONFIG_ENDIAN_BIG is not set
# CONFIG_ARCH_IDLE_CUSTOM is not set
# CONFIG_ARCH_HAVE_RAMFUNCS is not set
CONFIG_ARCH_HAVE_RAMVECTORS=y
# CONFIG_ARCH_RAMVECTORS is not set
@@ -371,7 +375,27 @@ CONFIG_NETDEVICES=y
CONFIG_SERIAL=y
# CONFIG_DEV_LOWCONSOLE is not set
# CONFIG_16550_UART is not set
# CONFIG_ARCH_HAVE_UART is not set
CONFIG_ARCH_HAVE_UART0=y
# CONFIG_ARCH_HAVE_UART1 is not set
# CONFIG_ARCH_HAVE_UART2 is not set
# CONFIG_ARCH_HAVE_UART3 is not set
# CONFIG_ARCH_HAVE_UART4 is not set
# CONFIG_ARCH_HAVE_UART5 is not set
# CONFIG_ARCH_HAVE_UART6 is not set
# CONFIG_ARCH_HAVE_UART7 is not set
# CONFIG_ARCH_HAVE_UART8 is not set
# CONFIG_ARCH_HAVE_SCI0 is not set
# CONFIG_ARCH_HAVE_SCI1 is not set
# CONFIG_ARCH_HAVE_USART0 is not set
# CONFIG_ARCH_HAVE_USART1 is not set
# CONFIG_ARCH_HAVE_USART2 is not set
# CONFIG_ARCH_HAVE_USART3 is not set
# CONFIG_ARCH_HAVE_USART4 is not set
# CONFIG_ARCH_HAVE_USART5 is not set
# CONFIG_ARCH_HAVE_USART6 is not set
# CONFIG_ARCH_HAVE_USART7 is not set
# CONFIG_ARCH_HAVE_USART8 is not set
#
# USART Configuration
+2 -1
View File
@@ -50,7 +50,8 @@ fi
# This is the Cygwin path to the location where I installed the CodeSourcery
# toolchain under windows. You will also have to edit this if you install
# the CodeSourcery toolchain in any other location
# export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery G++ Lite/bin"
#export TOOLCHAIN_BIN="/cygdrive/c/Program Files (x86)/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin"
# This is the Cygwin path to the location where I build the buildroot
# toolchain.
+14 -14
View File
@@ -133,26 +133,26 @@ CONFIG_ARCH_CHIP_LM3S=y
#
# Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
# CONFIG_LM_ETHERNET is not set
# CONFIG_LM_FLASH is not set
# CONFIG_TIVA_ETHERNET is not set
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Stellaris SSI Configuration
@@ -56,12 +56,12 @@
* expanded).
*/
#if LM_NSSI == 0
#if TIVA_NSSI == 0
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#elif LM_NSSI == 1
#elif TIVA_NSSI == 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif
+4 -4
View File
@@ -67,12 +67,12 @@
*
* Description:
* For the Ethernet Eval Kits, the MAC address will be stored in the non-volatile
* USER0 and USER1 registers. If CONFIG_LM_BOARDMAC is defined, this function
* USER0 and USER1 registers. If CONFIG_TIVA_BOARDMAC is defined, this function
* will obtain the MAC address from these registers.
*
************************************************************************************/
#ifdef CONFIG_LM_BOARDMAC
#ifdef CONFIG_TIVA_BOARDMAC
void tiva_ethernetmac(struct ether_addr *ethaddr)
{
uint32_t user0;
@@ -80,8 +80,8 @@ void tiva_ethernetmac(struct ether_addr *ethaddr)
/* Get the current value of the user registers */
user0 = getreg32(LM_FLASH_USERREG0);
user1 = getreg32(LM_FLASH_USERREG1);
user0 = getreg32(TIVA_FLASH_USERREG0);
user1 = getreg32(TIVA_FLASH_USERREG1);
nlldbg("user: %06x:%06x\n", user1 & 0x00ffffff, user0 & 0x00ffffff);
DEBUGASSERT(user0 != 0xffffffff && user1 != 0xffffffff);
+19 -19
View File
@@ -626,15 +626,15 @@ LM4F120 LaunchPad Configuration Options
Additional interrupt support can be disabled if desired to reduce memory
footprint.
CONFIG_LM_DISABLE_GPIOA_IRQS=n
CONFIG_LM_DISABLE_GPIOB_IRQS=n
CONFIG_LM_DISABLE_GPIOC_IRQS=n
CONFIG_LM_DISABLE_GPIOD_IRQS=n
CONFIG_LM_DISABLE_GPIOE_IRQS=n
CONFIG_LM_DISABLE_GPIOF_IRQS=n
CONFIG_LM_DISABLE_GPIOG_IRQS=n
CONFIG_LM_DISABLE_GPIOH_IRQS=n
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
CONFIG_TIVA_DISABLE_GPIOA_IRQS=n
CONFIG_TIVA_DISABLE_GPIOB_IRQS=n
CONFIG_TIVA_DISABLE_GPIOC_IRQS=n
CONFIG_TIVA_DISABLE_GPIOD_IRQS=n
CONFIG_TIVA_DISABLE_GPIOE_IRQS=n
CONFIG_TIVA_DISABLE_GPIOF_IRQS=n
CONFIG_TIVA_DISABLE_GPIOG_IRQS=n
CONFIG_TIVA_DISABLE_GPIOH_IRQS=n
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
LM4F120 specific device driver settings
@@ -659,18 +659,18 @@ LM4F120 LaunchPad Configuration Options
value is large, then larger values of this setting may cause
Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
CONFIG_LM_ETHERNET - This must be set (along with CONFIG_NET)
CONFIG_TIVA_ETHERNET - This must be set (along with CONFIG_NET)
to build the Stellaris Ethernet driver
CONFIG_LM_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_LM_BOARDMAC - If the board-specific logic can provide
CONFIG_TIVA_ETHLEDS - Enable to use Ethernet LEDs on the board.
CONFIG_TIVA_BOARDMAC - If the board-specific logic can provide
a MAC address (via tiva_ethernetmac()), then this should be selected.
CONFIG_LM_ETHHDUPLEX - Set to force half duplex operation
CONFIG_LM_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_LM_ETHNOPAD - Set to suppress Tx padding
CONFIG_LM_MULTICAST - Set to enable multicast frames
CONFIG_LM_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_LM_BADCRC - Set to enable bad CRC rejection.
CONFIG_LM_DUMPPACKET - Dump each packet received/sent to the console.
CONFIG_TIVA_ETHHDUPLEX - Set to force half duplex operation
CONFIG_TIVA_ETHNOAUTOCRC - Set to suppress auto-CRC generation
CONFIG_TIVA_ETHNOPAD - Set to suppress Tx padding
CONFIG_TIVA_MULTICAST - Set to enable multicast frames
CONFIG_TIVA_PROMISCUOUS - Set to enable promiscuous mode
CONFIG_TIVA_BADCRC - Set to enable bad CRC rejection.
CONFIG_TIVA_DUMPPACKET - Dump each packet received/sent to the console.
Configurations
^^^^^^^^^^^^^^
+9 -9
View File
@@ -65,7 +65,7 @@
* of (400 / 1) / 5 = 80MHz (Using RCC2 and DIV400).
*/
#define LM_SYSDIV 5
#define TIVA_SYSDIV 5
#define SYSCLK_FREQUENCY 80000000 /* 80MHz */
/* Other RCC settings:
@@ -76,8 +76,8 @@
* - No auto-clock gating reset
*/
#define LM_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | \
SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(LM_SYSDIV))
#define TIVA_RCC_VALUE (SYSCON_RCC_OSCSRC | SYSCON_RCC_XTAL | \
SYSCON_RCC_USESYSDIV | SYSCON_RCC_SYSDIV(TIVA_SYSDIV))
/* RCC2 settings
*
@@ -98,13 +98,13 @@
* etc.
*/
#if (LM_SYSDIV & 1) == 0
# define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV2LSB | \
SYSCON_RCC2_SYSDIV_DIV400(LM_SYSDIV) | \
SYSCON_RCC2_DIV400 | SYSCON_RCC2_USERCC2)
#if (TIVA_SYSDIV & 1) == 0
# define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV2LSB | \
SYSCON_RCC2_SYSDIV_DIV400(TIVA_SYSDIV) | \
SYSCON_RCC2_DIV400 | SYSCON_RCC2_USERCC2)
#else
# define LM_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV_DIV400(LM_SYSDIV) | \
SYSCON_RCC2_DIV400 | SYSCON_RCC2_USERCC2)
# define TIVA_RCC2_VALUE (SYSCON_RCC2_OSCSRC | SYSCON_RCC2_SYSDIV_DIV400(TIVA_SYSDIV) | \
SYSCON_RCC2_DIV400 | SYSCON_RCC2_USERCC2)
#endif
/* LED definitions ******************************************************************/
+19 -19
View File
@@ -129,31 +129,31 @@ CONFIG_ARCH_CHIP_LM4F=y
#
# Tiva/Stellaris Peripheral Support
#
CONFIG_LM_UART0=y
# CONFIG_LM_UART1 is not set
# CONFIG_LM_UART2 is not set
# CONFIG_LM_UART3 is not set
# CONFIG_LM_UART4 is not set
# CONFIG_LM_UART5 is not set
# CONFIG_LM_UART6 is not set
# CONFIG_LM_UART7 is not set
CONFIG_TIVA_UART0=y
# CONFIG_TIVA_UART1 is not set
# CONFIG_TIVA_UART2 is not set
# CONFIG_TIVA_UART3 is not set
# CONFIG_TIVA_UART4 is not set
# CONFIG_TIVA_UART5 is not set
# CONFIG_TIVA_UART6 is not set
# CONFIG_TIVA_UART7 is not set
# CONFIG_SSI0_DISABLE is not set
CONFIG_SSI1_DISABLE=y
# CONFIG_LM_ETHERNET is not set
# CONFIG_LM_FLASH is not set
# CONFIG_TIVA_ETHERNET is not set
# CONFIG_TIVA_FLASH is not set
#
# Disable GPIO Interrupts
#
# CONFIG_LM_DISABLE_GPIOA_IRQS is not set
# CONFIG_LM_DISABLE_GPIOB_IRQS is not set
# CONFIG_LM_DISABLE_GPIOC_IRQS is not set
# CONFIG_LM_DISABLE_GPIOD_IRQS is not set
# CONFIG_LM_DISABLE_GPIOE_IRQS is not set
# CONFIG_LM_DISABLE_GPIOF_IRQS is not set
# CONFIG_LM_DISABLE_GPIOG_IRQS is not set
CONFIG_LM_DISABLE_GPIOH_IRQS=y
CONFIG_LM_DISABLE_GPIOJ_IRQS=y
# CONFIG_TIVA_DISABLE_GPIOA_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOB_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOC_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOD_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOE_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOF_IRQS is not set
# CONFIG_TIVA_DISABLE_GPIOG_IRQS is not set
CONFIG_TIVA_DISABLE_GPIOH_IRQS=y
CONFIG_TIVA_DISABLE_GPIOJ_IRQS=y
#
# Tiva/Stellaris SSI Configuration
@@ -56,12 +56,12 @@
* expanded).
*/
#if LM_NSSI < 1
#if TIVA_NSSI < 1
# undef CONFIG_SSI0_DISABLE
# define CONFIG_SSI0_DISABLE 1
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#elif LM_NSSI < 2
#elif TIVA_NSSI < 2
# undef CONFIG_SSI1_DISABLE
# define CONFIG_SSI1_DISABLE 1
#endif