summaryrefslogtreecommitdiff
path: root/board/raspberrypi
AgeCommit message (Expand)Author
2017-07-09MAINTAINERS: drop bcm283x/rpi maintainershipStephen Warren
2017-05-10Allow boards to initialize the DT at runtime.Alex Deymo
2017-05-10bcm2835_wdt: support for the BCM2835/2836 watchdogPaolo Pisati
2017-05-10arm: rpi: Add a TODO to move all messages into the msg handlerSimon Glass
2017-05-10dm: mmc: rpi: Convert Raspberry Pi to driver model for MMCSimon Glass
2017-05-10arm: rpi: Add a function to obtain the MMC clockSimon Glass
2017-05-10arm: rpi: Add a file to handle messagesSimon Glass
2017-01-24rpi: Fix device tree path on ARM64Tuomas Tynkkynen
2016-11-29bcm2835: Reserve the spin table in efi memory mapAlexander Graf
2016-11-29ARM: bcm283x: use OF_CONTROL for bcm283xFabian Vogt
2016-11-29board: rpi: move uart deactivation to board_initFabian Vogt
2016-11-21rpi: passthrough of the firmware provided FDT blobCédric Schieli
2016-09-06serial: bcm283x_mu: Detect disabled serial deviceAlexander Graf
2016-07-15armv8: mmu: Add support of non-identical mappingYork Sun
2016-04-12rpi: remove redundant board filesStephen Warren
2016-04-11ARM: add Raspberry Pi 3 64-bit configStephen Warren
2016-04-01rpi: BCM2837 and Raspberry Pi 3 32-bit supportStephen Warren
2016-04-01rpi: add Raspberry Pi 3 board IDStephen Warren
2016-04-01rpi: use constant "unknown board" DT filenameStephen Warren
2016-03-27ARM: bcm283x: don't always define CONFIG_BCM2835Stephen Warren
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt
2016-02-24rpi: set board serial number in environmentLubomir Rintel
2016-02-08rpi: set ethaddr as wellLubomir Rintel
2016-02-08rpi: fix up Model B entriesLubomir Rintel
2016-02-08rpi: link to another model number info sourceStephen Warren
2015-12-05rpi: add support for Raspberry Pi ZeroStephen Warren
2015-12-05rpi: fix revision scheme parsingStephen Warren
2015-12-05rpi: get rid of BCM2835_BOARD_REV_* macrosStephen Warren
2015-10-24ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG supportGuillaume GARDET
2015-10-19ARM: rpi: add another revision of Raspberry Pi A+Lubomir Rintel
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-13ARM: bcm283x: Allocate all mailbox buffers cacheline alignedAlexander Stein
2015-04-13ARM: rpi: add a couple more revision IDsStephen Warren
2015-03-28ARM: bcm283x: merge BCM2835/BCM2836 directories into mach-bcm283xMasahiro Yamada
2015-03-24ARM: rpi: fix RPi1 board rev detection for warranty bitStephen Warren
2015-02-21rpi: add support for Raspberry Pi 2 model BStephen Warren
2015-02-21bcm2835/rpi: add SPDX license tags for some filesStephen Warren
2015-02-10lcd: dt: extract simplefb supportNikita Kiryanov
2014-12-29ARM: rpi: consolidate board rev error checkingStephen Warren
2014-12-29ARM: rpi: support model A+Stephen Warren
2014-12-29ARM: rpi: only set usbethaddr on relevant systemsStephen Warren
2014-12-11dm: rpi: Move serial to driver modelSimon Glass
2014-12-08ARM: rpi: rename rpi_b to rpiStephen Warren
2014-12-08ARM: rpi_b: detect board revisionStephen Warren
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj
2014-10-26Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-10-22ARM: rpi_b: query internal MAC address from firmwareStephen Warren
2014-10-22dm: rpi: Convert GPIO driver to driver modelSimon Glass
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada