summaryrefslogtreecommitdiff
path: root/board/raspberrypi/rpi/rpi.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-7/+7
2017-05-10Allow boards to initialize the DT at runtime.Alex Deymo1-0/+10
2017-05-10bcm2835_wdt: support for the BCM2835/2836 watchdogPaolo Pisati1-0/+4
2017-05-10arm: rpi: Add a TODO to move all messages into the msg handlerSimon Glass1-1/+1
2017-05-10dm: mmc: rpi: Convert Raspberry Pi to driver model for MMCSimon Glass1-13/+0
2017-05-10arm: rpi: Add a function to obtain the MMC clockSimon Glass1-12/+4
2017-05-10arm: rpi: Add a file to handle messagesSimon Glass1-32/+3
2017-01-24rpi: Fix device tree path on ARM64Tuomas Tynkkynen1-21/+27
2016-11-29bcm2835: Reserve the spin table in efi memory mapAlexander Graf1-0/+6
2016-11-29ARM: bcm283x: use OF_CONTROL for bcm283xFabian Vogt1-37/+0
2016-11-29board: rpi: move uart deactivation to board_initFabian Vogt1-14/+26
2016-11-21rpi: passthrough of the firmware provided FDT blobCédric Schieli1-0/+29
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf1-1/+33
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun1-2/+4
2016-04-11ARM: add Raspberry Pi 3 64-bit configStephen Warren1-0/+25
2016-04-02rpi: BCM2837 and Raspberry Pi 3 32-bit supportStephen Warren1-1/+15
2016-04-02rpi: add Raspberry Pi 3 board IDStephen Warren1-0/+5
2016-04-02rpi: use constant "unknown board" DT filenameStephen Warren1-5/+1
2016-03-27ARM: bcm283x: don't always define CONFIG_BCM2835Stephen Warren1-1/+1
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt1-1/+1
2016-02-25rpi: set board serial number in environmentLubomir Rintel1-0/+33
2016-02-08rpi: set ethaddr as wellLubomir Rintel1-0/+3
2016-02-08rpi: fix up Model B entriesLubomir Rintel1-10/+10
2016-02-08rpi: link to another model number info sourceStephen Warren1-0/+5
2015-12-06rpi: add support for Raspberry Pi ZeroStephen Warren1-0/+5
2015-12-06rpi: fix revision scheme parsingStephen Warren1-34/+53
2015-12-06rpi: get rid of BCM2835_BOARD_REV_* macrosStephen Warren1-19/+23
2015-10-24ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET1-0/+13
2015-10-19ARM: rpi: add another revision of Raspberry Pi A+Lubomir Rintel1-0/+5
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-13ARM: bcm283x: Allocate all mailbox buffers cacheline alignedAlexander Stein1-5/+5
2015-04-13ARM: rpi: add a couple more revision IDsStephen Warren1-0/+10
2015-03-24ARM: rpi: fix RPi1 board rev detection for warranty bitStephen Warren1-0/+7
2015-02-21rpi: add support for Raspberry Pi 2 model BStephen Warren1-2/+26
2015-02-21bcm2835/rpi: add SPDX license tags for some filesStephen Warren1-11/+1
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov1-0/+1
2014-12-30ARM: rpi: consolidate board rev error checkingStephen Warren1-7/+9
2014-12-30ARM: rpi: support model A+Stephen Warren1-2/+12
2014-12-30ARM: rpi: only set usbethaddr on relevant systemsStephen Warren1-0/+17
2014-12-11dm: rpi: Move serial to driver modelSimon Glass1-0/+12
2014-12-08ARM: rpi: rename rpi_b to rpiStephen Warren1-0/+283