github.com/usbarmory/tamago@v0.0.0-20240508072735-8612bbe1e454/soc/bcm2835/mem.go (about)

     1  // BCM2835 SoC support
     2  // https://github.com/usbarmory/tamago
     3  //
     4  // Copyright (c) the bcm2835 package authors
     5  //
     6  // Use of this source code is governed by the license
     7  // that can be found in the LICENSE file.
     8  
     9  //go:build !linkramstart
    10  // +build !linkramstart
    11  
    12  package bcm2835
    13  
    14  import (
    15  	_ "unsafe"
    16  )
    17  
    18  //go:linkname ramStart runtime.ramStart
    19  var ramStart uint32 = 0x00100000