summaryrefslogtreecommitdiff
path: root/board/raspberrypi/rpi/rpi.c
Commit message (Expand)AuthorAgeFilesLines
* rpi: Update the RPi Zero 2W DT filenamePeter Robinson2023-03-141-1/+1
* rpi: Copy eth PHY address from fw DT to loaded DTAntoine Mazeas2023-03-141-0/+3
* rpi: Copy properties from firmware dtb to the loaded dtbAntoine Mazeas2023-03-141-0/+48
* video: Drop use of the lcd header fileSimon Glass2022-10-301-1/+0
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
* Merge tag 'v2022.01-rc4' into nextTom Rini2021-12-201-1/+6
|\
| * rpi: Add identifier for the new RPi Zero 2 WPeter Robinson2021-11-301-0/+5
| * rpi: Update the Raspberry Pi doucmentation URLPeter Robinson2021-11-301-1/+1
* | common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay2021-11-301-1/+1
|/
* sandbox: Remove OF_HOSTFILEIlias Apalodimas2021-10-271-2/+6
* Merge tag 'v2021.10-rc5' into nextTom Rini2021-09-271-6/+5
|\
| * rpi: Conditionally add simple-framebuffer nodeIvan T. Ivanov2021-09-151-6/+5
* | arm: Disable ATAGs supportTom Rini2021-09-071-2/+2
|/
* rpi: Add identifier for the new CM4Nicolas Saenz Julienne2021-02-181-0/+5
* rpi: Add identifier for the new RPi400Nicolas Saenz Julienne2021-02-181-0/+5
* rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZEMarek Szyprowski2021-02-181-0/+7
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-2/+2
* rpi: use the newly-added RPI_EFI_NR_SPIN_PAGESKyle Evans2020-05-131-1/+2
* rpi: Enable DRAM bank initialization on arm64Matthias Brugger2019-12-111-2/+0
* rpi: fix dram bank initializationMatthias Brugger2019-12-111-2/+7
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* ARM: bcm283x: Set memory map at run-timeMatthias Brugger2019-11-241-45/+0
* rpi: push fw_dtb_pointer in the .data sectionMatthias Brugger2019-11-241-2/+5
* rpi4: enable dram bank initializationMatthias Brugger2019-10-011-0/+10
* RPI: Add memory map for bcm2711Andrei Gherzan2019-09-061-3/+24
* RPI: Add entry for Raspberry Pi 4 model BAndrei Gherzan2019-09-061-0/+5
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* rpi: add Compute Module 3+Jonathan Gray2019-02-151-0/+5
* rpi: add 3 Model A+Jonathan Gray2018-12-031-0/+5
* rpi: add URL of official revision code listJonathan Gray2018-12-031-8/+1
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* rpi: Complete table of models with new revision code schemeJonathan Gray2018-04-061-0/+30
* rpi: Add identifier for the new RPi3 B+Alexander Graf2018-04-051-0/+5
* rpi: Remove runtime disabling support for serialAlexander Graf2018-01-281-43/+0
* bcm283x: Add pinctrl driverAlexander Graf2018-01-281-2/+3
* add support for Raspberry Pi Zero WDmitry Korunov2017-12-041-0/+5
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-6/+6
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-7/+7
* Allow boards to initialize the DT at runtime.Alex Deymo2017-05-091-0/+10
* bcm2835_wdt: support for the BCM2835/2836 watchdogPaolo Pisati2017-05-091-0/+4
* arm: rpi: Add a TODO to move all messages into the msg handlerSimon Glass2017-05-091-1/+1
* dm: mmc: rpi: Convert Raspberry Pi to driver model for MMCSimon Glass2017-05-091-13/+0
* arm: rpi: Add a function to obtain the MMC clockSimon Glass2017-05-091-12/+4
* arm: rpi: Add a file to handle messagesSimon Glass2017-05-091-32/+3