History log of /netbsd-current/sys/arch/arm/broadcom/bcm53xx_board.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.27 16-Feb-2024 skrll

Retire BCM53XX_CONSOLE_EARLY in favour of EARLYCONS


# 1.26 16-Feb-2024 skrll

Trailing whitespace


Revision tags: netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 thorpej-ifq-base thorpej-altq-separation-base netbsd-10-0-RC1 netbsd-10-base bouyer-sunxi-drm-base netbsd-9-3-RELEASE thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 netbsd-9-2-RELEASE cjep_staticlib_x-base thorpej-i2c-spi-conf-base thorpej-cfargs-base thorpej-futex-base netbsd-9-1-RELEASE bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 netbsd-9-0-RELEASE netbsd-9-0-RC2 ad-namecache-base2 ad-namecache-base1 ad-namecache-base netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.25 31-Jul-2018 skrll

branches: 1.25.30;
Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is used


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.24 05-Jun-2018 hkenken

branches: 1.24.2;
Rename ARM A9 Global Timer driver name to support fdt.

- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.


Revision tags: netbsd-8-2-RELEASE netbsd-8-1-RELEASE netbsd-8-1-RC1 netbsd-8-0-RELEASE netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104
# 1.23 20-Oct-2016 skrll

branches: 1.23.14;
Fix regisers typo


Revision tags: nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.22 14-Sep-2014 skrll

branches: 1.22.2; 1.22.4;
Typo


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.21 26-Mar-2014 matt

Allow SRAB to be optional.


Revision tags: riastradh-drm2-base3
# 1.20 19-Feb-2014 matt

fix typo.


# 1.19 19-Feb-2014 matt

Fix coherent range for BCM563XX


# 1.18 19-Feb-2014 matt

Conditionalize call to arml2cc_init


# 1.17 28-Oct-2013 matt

branches: 1.17.2;
Add support for the BCM56340 iProc based switch


# 1.16 29-Aug-2013 riz

Fix typo: VERBOSE_INIT_ARM, not VERBOSE_ARM_INIT. From
Dennis Ferguson in PR#48163.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 1.15 19-Feb-2013 matt

branches: 1.15.2;
Use the coherent dma_ranges in the bounce dmatag but only use the first one.


# 1.14 19-Feb-2013 matt

Add a bounce dmatag which only has the coherent memory region.
The coherent dmatag now always has all of memory (both coherent and normal
memory).


# 1.13 13-Feb-2013 matt

Fix two fencepoint errors.


# 1.12 12-Feb-2013 matt

fix inverted ifdefs


# 1.11 08-Feb-2013 matt

Properly deal with the non-coherent dma tag too.


# 1.10 08-Feb-2013 matt

If _ARM32_NEED_BUS_DMA_BOUNCE is defined, only define one dma_range
for the coherent dma tag.


Revision tags: yamt-pagecache-base8
# 1.9 10-Jan-2013 matt

Use the clk_info in cpu_softc.


Revision tags: yamt-pagecache-base7 matt-nb6-plus-base matt-nb6-plus-nbase yamt-pagecache-base6
# 1.8 21-Oct-2012 matt

branches: 1.8.2; 1.8.4;
Use static initializer for bus dma tag initialization


# 1.7 18-Oct-2012 matt

Rearrange some code.


# 1.6 17-Oct-2012 matt

Add a coherent bus dma tag which marks the first 256MB as having coherent
dma (but only for PCIe and ethernet). Make the ethernet and PCIe attachments
use this tag instead of the default non-coherent one.


# 1.5 07-Oct-2012 matt

Add bcm53xx_dma_bootstrap which, if there is more than 256MB of RAM, add two
ranges to the default dma tag. This has the side effect of making most initial
bus_dmamem_allocs trying to get memory from the first 256MB which is coherent
on this platform.


# 1.4 03-Oct-2012 matt

Add code to init the SRAB (the switch robot). Don't configure eth3 by default.


# 1.3 18-Sep-2012 matt

Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize
bus_dma_tag structures.


# 1.2 07-Sep-2012 matt

branches: 1.2.2;
Include the PCI outbound windows in the BCM53XX IO space.
Call arml2cc_init from bcm53xx_bootstrap to fill in arm_cache info.


# 1.1 01-Sep-2012 matt

Add initial device support for the Broadcom BCM5301x family.


Revision tags: isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.25 31-Jul-2018 skrll

Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is used


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.24 05-Jun-2018 hkenken

Rename ARM A9 Global Timer driver name to support fdt.

- Rename a9tmr to arma9tmr.
- Add a9tmr_fdt.c based gtmr_fdt.c.


Revision tags: netbsd-8-0-RELEASE netbsd-8-0-RC2 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 netbsd-8-0-RC1 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base tls-maxphys-base-20171202 matt-nb8-mediatek-base nick-nhusb-base-20170825 perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 jdolecek-ncq-base pgoyette-localcount-20170320 nick-nhusb-base-20170204 bouyer-socketcan-base pgoyette-localcount-20170107 nick-nhusb-base-20161204 pgoyette-localcount-20161104
# 1.23 20-Oct-2016 skrll

branches: 1.23.14;
Fix regisers typo


Revision tags: nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.22 14-Sep-2014 skrll

branches: 1.22.2; 1.22.4;
Typo


Revision tags: netbsd-7-2-RELEASE netbsd-7-1-2-RELEASE netbsd-7-1-1-RELEASE netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.21 26-Mar-2014 matt

Allow SRAB to be optional.


Revision tags: riastradh-drm2-base3
# 1.20 19-Feb-2014 matt

fix typo.


# 1.19 19-Feb-2014 matt

Fix coherent range for BCM563XX


# 1.18 19-Feb-2014 matt

Conditionalize call to arml2cc_init


# 1.17 28-Oct-2013 matt

branches: 1.17.2;
Add support for the BCM56340 iProc based switch


# 1.16 29-Aug-2013 riz

Fix typo: VERBOSE_INIT_ARM, not VERBOSE_ARM_INIT. From
Dennis Ferguson in PR#48163.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 1.15 19-Feb-2013 matt

branches: 1.15.2;
Use the coherent dma_ranges in the bounce dmatag but only use the first one.


# 1.14 19-Feb-2013 matt

Add a bounce dmatag which only has the coherent memory region.
The coherent dmatag now always has all of memory (both coherent and normal
memory).


# 1.13 13-Feb-2013 matt

Fix two fencepoint errors.


# 1.12 12-Feb-2013 matt

fix inverted ifdefs


# 1.11 08-Feb-2013 matt

Properly deal with the non-coherent dma tag too.


# 1.10 08-Feb-2013 matt

If _ARM32_NEED_BUS_DMA_BOUNCE is defined, only define one dma_range
for the coherent dma tag.


Revision tags: yamt-pagecache-base8
# 1.9 10-Jan-2013 matt

Use the clk_info in cpu_softc.


Revision tags: yamt-pagecache-base7 matt-nb6-plus-base matt-nb6-plus-nbase yamt-pagecache-base6
# 1.8 21-Oct-2012 matt

branches: 1.8.2; 1.8.4;
Use static initializer for bus dma tag initialization


# 1.7 18-Oct-2012 matt

Rearrange some code.


# 1.6 17-Oct-2012 matt

Add a coherent bus dma tag which marks the first 256MB as having coherent
dma (but only for PCIe and ethernet). Make the ethernet and PCIe attachments
use this tag instead of the default non-coherent one.


# 1.5 07-Oct-2012 matt

Add bcm53xx_dma_bootstrap which, if there is more than 256MB of RAM, add two
ranges to the default dma tag. This has the side effect of making most initial
bus_dmamem_allocs trying to get memory from the first 256MB which is coherent
on this platform.


# 1.4 03-Oct-2012 matt

Add code to init the SRAB (the switch robot). Don't configure eth3 by default.


# 1.3 18-Sep-2012 matt

Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize
bus_dma_tag structures.


# 1.2 07-Sep-2012 matt

branches: 1.2.2;
Include the PCI outbound windows in the BCM53XX IO space.
Call arml2cc_init from bcm53xx_bootstrap to fill in arm_cache info.


# 1.1 01-Sep-2012 matt

Add initial device support for the Broadcom BCM5301x family.


Revision tags: nick-nhusb-base-20161204 pgoyette-localcount-20161104
# 1.23 20-Oct-2016 skrll

Fix regisers typo


Revision tags: nick-nhusb-base-20161004 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base nick-nhusb-base-20160907 nick-nhusb-base-20160529 nick-nhusb-base-20160422 nick-nhusb-base-20160319 nick-nhusb-base-20151226 nick-nhusb-base-20150921 nick-nhusb-base-20150606 nick-nhusb-base-20150406 nick-nhusb-base
# 1.22 14-Sep-2014 skrll

branches: 1.22.2; 1.22.4;
Typo


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 rmind-smpnet-nbase rmind-smpnet-base tls-maxphys-base
# 1.21 26-Mar-2014 matt

Allow SRAB to be optional.


Revision tags: riastradh-drm2-base3
# 1.20 19-Feb-2014 matt

fix typo.


# 1.19 19-Feb-2014 matt

Fix coherent range for BCM563XX


# 1.18 19-Feb-2014 matt

Conditionalize call to arml2cc_init


# 1.17 28-Oct-2013 matt

branches: 1.17.2;
Add support for the BCM56340 iProc based switch


# 1.16 29-Aug-2013 riz

Fix typo: VERBOSE_INIT_ARM, not VERBOSE_ARM_INIT. From
Dennis Ferguson in PR#48163.


Revision tags: riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base agc-symver-base
# 1.15 19-Feb-2013 matt

branches: 1.15.2;
Use the coherent dma_ranges in the bounce dmatag but only use the first one.


# 1.14 19-Feb-2013 matt

Add a bounce dmatag which only has the coherent memory region.
The coherent dmatag now always has all of memory (both coherent and normal
memory).


# 1.13 13-Feb-2013 matt

Fix two fencepoint errors.


# 1.12 12-Feb-2013 matt

fix inverted ifdefs


# 1.11 08-Feb-2013 matt

Properly deal with the non-coherent dma tag too.


# 1.10 08-Feb-2013 matt

If _ARM32_NEED_BUS_DMA_BOUNCE is defined, only define one dma_range
for the coherent dma tag.


Revision tags: yamt-pagecache-base8
# 1.9 10-Jan-2013 matt

Use the clk_info in cpu_softc.


Revision tags: yamt-pagecache-base7 matt-nb6-plus-base matt-nb6-plus-nbase yamt-pagecache-base6
# 1.8 21-Oct-2012 matt

branches: 1.8.2; 1.8.4;
Use static initializer for bus dma tag initialization


# 1.7 18-Oct-2012 matt

Rearrange some code.


# 1.6 17-Oct-2012 matt

Add a coherent bus dma tag which marks the first 256MB as having coherent
dma (but only for PCIe and ethernet). Make the ethernet and PCIe attachments
use this tag instead of the default non-coherent one.


# 1.5 07-Oct-2012 matt

Add bcm53xx_dma_bootstrap which, if there is more than 256MB of RAM, add two
ranges to the default dma tag. This has the side effect of making most initial
bus_dmamem_allocs trying to get memory from the first 256MB which is coherent
on this platform.


# 1.4 03-Oct-2012 matt

Add code to init the SRAB (the switch robot). Don't configure eth3 by default.


# 1.3 18-Sep-2012 matt

Add bounce buffer support for ARM bus_dma(9). Add macros to help initialize
bus_dma_tag structures.


# 1.2 07-Sep-2012 matt

branches: 1.2.2;
Include the PCI outbound windows in the BCM53XX IO space.
Call arml2cc_init from bcm53xx_bootstrap to fill in arm_cache info.


# 1.1 01-Sep-2012 matt

Add initial device support for the Broadcom BCM5301x family.