summaryrefslogtreecommitdiff
path: root/board/raspberrypi
AgeCommit message (Expand)AuthorFilesLines
2021-09-15rpi: Conditionally add simple-framebuffer nodeIvan T. Ivanov1-6/+5
2021-02-18rpi: Add identifier for the new CM4Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: Add identifier for the new RPi400Nicolas Saenz Julienne1-0/+5
2021-02-18rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski1-0/+7
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle1-2/+2
2020-05-13rpi: use the newly-added RPI_EFI_NR_SPIN_PAGESKyle Evans1-1/+2
2020-05-13rpi: Kconfig option for initial page reservationKyle Evans1-0/+10
2019-12-11rpi: Enable DRAM bank initialization on arm64Matthias Brugger1-2/+0
2019-12-11rpi: fix dram bank initializationMatthias Brugger1-2/+7
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-11-24ARM: bcm283x: Set memory map at run-timeMatthias Brugger1-45/+0
2019-11-24rpi: push fw_dtb_pointer in the .data sectionMatthias Brugger2-12/+7
2019-10-01rpi4: enable dram bank initializationMatthias Brugger1-0/+10
2019-09-06RPI: Add memory map for bcm2711Andrei Gherzan1-3/+24
2019-09-06RPI: Add entry for Raspberry Pi 4 model BAndrei Gherzan1-0/+5
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-03-29RPi: Add mbrugger as board maintainerMatthias Brugger1-1/+1
2019-02-15rpi: add Compute Module 3+Jonathan Gray1-0/+5
2018-12-03rpi: add 3 Model A+Jonathan Gray1-0/+5
2018-12-03rpi: add URL of official revision code listJonathan Gray1-8/+1
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-04-06rpi: Complete table of models with new revision code schemeJonathan Gray1-0/+30
2018-04-05rpi: Add identifier for the new RPi3 B+Alexander Graf1-0/+5
2018-02-15RPi: Add myself as board maintainerAlexander Graf1-2/+2
2018-01-28rpi: Remove runtime disabling support for serialAlexander Graf1-43/+0
2018-01-28bcm283x: Add pinctrl driverAlexander Graf1-2/+3
2017-12-04add support for Raspberry Pi Zero WDmitry Korunov1-0/+5
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-6/+6
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
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-07-09MAINTAINERS: drop bcm283x/rpi maintainershipStephen Warren1-2/+2
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 Schieli3-0/+66
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-12rpi: remove redundant board filesStephen Warren7-40/+1