Update documentation

This commit is contained in:
Berkus Decker 2019-02-24 00:04:09 +02:00
parent db5948075e
commit 551f081892
3 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#![deny(warnings)]
//! Low-level boot of the Raspberry's processor
//! http://infocenter.arm.com/help/topic/com.arm.doc.dai0527a/DAI0527A_baremetal_boot_code_for_ARMv8_A_processors.pdf
extern crate panic_abort;

View File

@ -23,6 +23,7 @@
*/
//! MMU initialisation.
//! [ARMv8 memory addressing](https://static.docs.arm.com/100940/0100/armv8_a_address%20translation_100940_0100_en.pdf)
use crate::println;
use cortex_a::{barrier, regs::*};

View File

@ -5,6 +5,7 @@ pub struct BcmHost;
impl BcmHost {
// As per https://www.raspberrypi.org/documentation/hardware/raspberrypi/peripheral_addresses.md
// BCM SOC could address only 1Gb of memory, so 0x4000_0000 is the high watermark.
/// This returns the ARM-side physical address where peripherals are mapped.
pub const fn get_peripheral_address() -> u32 {
0x3f00_0000