summaryrefslogtreecommitdiff
path: root/board/raspberrypi
AgeCommit message (Expand)AuthorFilesLines
2023-03-14rpi: Update the RPi Zero 2W DT filenamePeter Robinson1-1/+1
2023-03-14rpi: Copy eth PHY address from fw DT to loaded DTAntoine Mazeas1-0/+3
2023-03-14rpi: Copy properties from firmware dtb to the loaded dtbAntoine Mazeas1-0/+48
2022-12-02MAINTAINERS: add RaspberryPi co-maintainerMatthias Brugger1-0/+1
2022-10-30video: Drop use of the lcd header fileSimon Glass1-1/+0
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-1/+6
2021-11-30common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay1-1/+1
2021-11-30rpi: Add identifier for the new RPi Zero 2 WPeter Robinson1-0/+5
2021-11-30rpi: Update the Raspberry Pi doucmentation URLPeter Robinson1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas1-2/+6
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini1-6/+5
2021-09-15rpi: Conditionally add simple-framebuffer nodeIvan T. Ivanov1-6/+5
2021-09-07arm: Disable ATAGs supportTom Rini1-2/+2
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