Changeset 32923
- Timestamp:
- 2012-07-31T16:27:42+02:00 (6 years ago)
- Location:
- trunk/target/linux/brcm63xx
- Files:
-
- 7 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/brcm63xx/config-3.3
r31883 r32923 12 12 CONFIG_BCM63XX_CPU_6348=y 13 13 CONFIG_BCM63XX_CPU_6358=y 14 # CONFIG_BCM63XX_CPU_6362 is not set 14 15 CONFIG_BCM63XX_CPU_6368=y 15 16 CONFIG_BCM63XX_ENET=y -
trunk/target/linux/brcm63xx/patches-3.3/401-MIPS-BCM63XX-register-ohci-device.patch
r32643 r32923 16 16 --- a/arch/mips/bcm63xx/Kconfig 17 17 +++ b/arch/mips/bcm63xx/Kconfig 18 @@ -8,2 6 +8,25@@ config BCM63XX_CPU_632818 @@ -8,22 +8,20 @@ config BCM63XX_CPU_6328 19 19 config BCM63XX_CPU_6338 20 20 bool "support 6338 CPU" … … 40 40 + select USB_ARCH_HAS_OHCI if USB_SUPPORT 41 41 42 config BCM63XX_CPU_6362 43 bool "support 6362 CPU" 44 @@ -32,6 +30,7 @@ config BCM63XX_CPU_6362 42 45 config BCM63XX_CPU_6368 43 46 bool "support 6368 CPU" -
trunk/target/linux/brcm63xx/patches-3.3/403-MIPS-BCM63XX-register-ehci-device.patch
r32643 r32923 16 16 --- a/arch/mips/bcm63xx/Kconfig 17 17 +++ b/arch/mips/bcm63xx/Kconfig 18 @@ -22, 11 +22,13@@ config BCM63XX_CPU_635818 @@ -22,6 +22,7 @@ config BCM63XX_CPU_6358 19 19 bool "support 6358 CPU" 20 20 select HW_HAS_PCI … … 22 22 + select USB_ARCH_HAS_EHCI if USB_SUPPORT 23 23 24 config BCM63XX_CPU_6368 24 config BCM63XX_CPU_6362 25 bool "support 6362 CPU" 26 @@ -31,6 +32,7 @@ config BCM63XX_CPU_6368 25 27 bool "support 6368 CPU" 26 28 select HW_HAS_PCI -
trunk/target/linux/brcm63xx/patches-3.3/408-6358-enet1-external-mii-clk.patch
r32643 r32923 12 12 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 13 13 +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 14 @@ -5 10,6 +510,8 @@14 @@ -563,6 +563,8 @@ 15 15 #define GPIO_MODE_6358_EXTRA_SPI_SS (1 << 7) 16 16 #define GPIO_MODE_6358_SERIAL_LED (1 << 10) -
trunk/target/linux/brcm63xx/patches-3.3/414-bcm63xx_enet-split-dma-registers-access.patch
r32591 r32923 51 51 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h 52 52 +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h 53 @@ -1 57,7 +157,9 @@ enum bcm63xx_regs_set {53 @@ -172,7 +172,9 @@ enum bcm63xx_regs_set { 54 54 #define BCM_6358_RSET_SPI_SIZE 1804 55 55 #define BCM_6368_RSET_SPI_SIZE 1804 -
trunk/target/linux/brcm63xx/patches-3.3/415-bcm63xx_enet-add-support-for-bcm6368-internal-ethern.patch
r32643 r32923 206 206 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 207 207 +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 208 @@ - 750,10 +750,60 @@208 @@ -803,10 +803,60 @@ 209 209 * _REG relative to RSET_ENETSW 210 210 *************************************************************************/ -
trunk/target/linux/brcm63xx/patches-3.3/422-bcm63xx_enet-enable-rgmii-clock-on-external-ports.patch
r32921 r32923 11 11 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 12 12 +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 13 @@ - 779,6 +779,19 @@13 @@ -832,6 +832,19 @@ 14 14 #define ENETSW_PORTOV_FDX_MASK (1 << 1) 15 15 #define ENETSW_PORTOV_LINKUP_MASK (1 << 0) -
trunk/target/linux/brcm63xx/patches-3.3/427-MIPS-BCM63XX-Register-SPI-flash-if-present.patch
r32921 r32923 85 85 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 86 86 +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h 87 @@ - 555,6 +555,7 @@87 @@ -608,6 +608,7 @@ 88 88 #define GPIO_STRAPBUS_REG 0x40 89 89 #define STRAPBUS_6358_BOOT_SEL_PARALLEL (1 << 1) … … 93 93 #define STRAPBUS_6368_BOOT_SEL_NAND 0 94 94 #define STRAPBUS_6368_BOOT_SEL_SERIAL 1 95 @@ -1 240,6 +1241,7 @@96 #define S ERDES_PCIE_EXD_EN (1<< 15)95 @@ -1300,6 +1301,7 @@ 96 #define STRAPBUS_6362_BOOT_SEL_NAND (0 << 15) 97 97 98 98 #define MISC_STRAPBUS_6328_REG 0x240 -
trunk/target/linux/brcm63xx/patches-3.3/434-MIPS-BCM63XX-store-the-flash-type-in-global-variable.patch
r32921 r32923 46 46 + bcm63xx_attached_flash = BCM63XX_FLASH_TYPE_SERIAL; 47 47 + break; 48 case BCM6362_CPU_ID: 49 val = bcm_misc_readl(MISC_STRAPBUS_6362_REG); 50 if (val & STRAPBUS_6362_HSSPI_CLK_FAST) 51 @@ -108,9 +113,10 @@ static int __init bcm63xx_detect_flash_t 52 bcm63xx_spi_flash_info[0].max_speed_hz = 20000000; 53 54 if (val & STRAPBUS_6362_BOOT_SEL_SERIAL) 55 - return BCM63XX_FLASH_TYPE_SERIAL; 56 + bcm63xx_attached_flash = BCM63XX_FLASH_TYPE_SERIAL; 57 else 58 - return BCM63XX_FLASH_TYPE_NAND; 59 + bcm63xx_attached_flash = BCM63XX_FLASH_TYPE_NAND; 60 + break; 48 61 case BCM6368_CPU_ID: 49 62 val = bcm_gpio_readl(GPIO_STRAPBUS_REG); 50 63 if (val & STRAPBUS_6368_SPI_CLK_FAST) 51 @@ -1 07,25 +112,32 @@ static int __init bcm63xx_detect_flash_t64 @@ -118,25 +124,32 @@ static int __init bcm63xx_detect_flash_t 52 65 53 66 switch (val & STRAPBUS_6368_BOOT_SEL_MASK) { … … 88 101 /* read base address of boot chip select (0) */ 89 102 val = bcm_mpi_readl(MPI_CSBASE_REG(0)); 90 @@ -1 46,7 +158,7 @@ int __init bcm63xx_flash_register(void)103 @@ -157,7 +170,7 @@ int __init bcm63xx_flash_register(void) 91 104 return -ENODEV; 92 105 default: -
trunk/target/linux/brcm63xx/patches-3.3/437-MIPS-BCM63XX-pass-caldata-info-to-flash.patch
r32921 r32923 47 47 48 48 static struct spi_board_info bcm63xx_spi_flash_info[] = { 49 @@ -1 30,10 +134,13 @@ static int __init bcm63xx_detect_flash_t49 @@ -142,10 +146,13 @@ static int __init bcm63xx_detect_flash_t 50 50 return 0; 51 51 } -
trunk/target/linux/brcm63xx/patches-3.3/511-board_V2500V.patch
r32591 r32923 107 107 #include <bcm63xx_dev_flash.h> 108 108 #include <bcm63xx_dev_hsspi.h> 109 @@ -1 50,6 +151,13 @@ int __init bcm63xx_flash_register(int nu109 @@ -162,6 +163,13 @@ int __init bcm63xx_flash_register(int nu 110 110 val = bcm_mpi_readl(MPI_CSBASE_REG(0)); 111 111 val &= MPI_CSBASE_BASE_MASK;
Note: See TracChangeset
for help on using the changeset viewer.