summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: rpi: use correct kernel8.img as name for 64-bitAhmad Fatoum2022-06-171-1/+1
* doc: bcm283x: reference newer firmwareAhmad Fatoum2022-06-171-2/+2
* ARM: rpi: add debug_ll support for Raspberry Pi 4Ahmad Fatoum2022-06-173-0/+28
* ARM: rpi: add Raspberry Pi 4 supportAhmad Fatoum2022-06-178-0/+166
* clocksource: bcm2835: bump below architeced timer for AArch64Ahmad Fatoum2022-06-171-1/+2
* mci: bcm2835: add bcm2711-emmc2 (Rpi4) supportUwe Kleine-König2022-06-171-1/+3
* clk: rpi: add Raspberry Pi 4 supportAhmad Fatoum2022-06-172-11/+32
* ARM: rpi: rpi3: disallow MMU_EARLY && 64BITAhmad Fatoum2022-06-171-0/+2
* ARM: rpi: add Raspberry Pi 3 64-bit build supportAhmad Fatoum2022-06-175-7/+28
* ARM: cpu: remove unused SYS_SUPPORTS_32BIT_KERNELAhmad Fatoum2022-06-172-4/+1
* ARM: cpu: remove unnecessary CONFIG_SYS_SUPPORTS_64BIT_KERNELAhmad Fatoum2022-06-175-9/+1
* ARM: cpu: prevent recursive dependencies via CPU_SUPPORTS_64BIT_KERNELAhmad Fatoum2022-06-175-1/+5
* serial: ns16550: rpi: remove ungating now done by proper clk driverAhmad Fatoum2022-06-171-4/+0
* ARM: rpi: support FDT in x0 for 64bit configurationsAhmad Fatoum2022-06-171-11/+16
* ARM: rpi: add generic Raspberry Pi imageAhmad Fatoum2022-06-174-6/+99
* ARM: rpi: switch to ARM_USE_COMPRESSED_DTBAhmad Fatoum2022-06-172-8/+10
* ARM: rpi: split out mbox helpers to share code with PBLAhmad Fatoum2022-06-174-84/+103
* ARM: rpi: support PBL use of mboxAhmad Fatoum2022-06-175-9/+54
* ARM: rpi: move bcm2835_add_device_sdram() into headerAhmad Fatoum2022-06-174-54/+13
* ARM64: asm: implement read_cpuid_id()Ahmad Fatoum2022-06-171-2/+20
* dma: add dma_sync nop stubs for PBLAhmad Fatoum2022-06-171-0/+22
* dma: avoid clash between static inline and extern dma_alloc declarationsAhmad Fatoum2022-06-176-0/+30
* commands: Add CONSOLE dependency for EDIT commandAlexander Shiyan2022-06-101-0/+1
* mtd: nand: orion: Disallow driver compile for ARMv4TAlexander Shiyan2022-06-101-1/+1
* lib: logo: Ignore more generated filesAlexander Shiyan2022-06-101-10/+5
* ARM: versatile: Add missing "noreturn" attribute to restart functionAlexander Shiyan2022-06-101-1/+1
* ARM: vexpress: Add missing "noreturn" attribute to restart functionAlexander Shiyan2022-06-101-1/+1
* gui: image_renderer: Fix empty prototype for image_renderer_image()Alexander Shiyan2022-06-101-1/+4
* ata: ahci: Fix format stringAlexander Shiyan2022-06-101-5/+5
* ARM: optee-early: Fix 'memcpy' implicit declarationAlexander Shiyan2022-06-101-0/+1
* ARM: i.MX8MN: Fix script to extract firmware blobsUwe Kleine-König2022-06-091-2/+2
* of: Add missing inline for stub functionSascha Hauer2022-06-081-1/+1
* of: address: fix printing of OF node name in error messageUwe Kleine-König2022-06-071-2/+2
* ARM: cpu: don't clobber sp when booted in HYP modeAhmad Fatoum2022-06-011-0/+3
* PBL: fdt: fix /memory parsing when #address-cells != #size-cellsAhmad Fatoum2022-05-311-1/+1
* ARM: rpi: reinstate support for multiple variants with same DTAhmad Fatoum2022-05-311-91/+19
* power: reset: reboot-mode: Fix resetting to normal modeSascha Hauer2022-05-251-2/+6
* arm: imx: mmdc_size: Increase row_max for imx8mTeresa Remmet2022-05-241-1/+1
* tlsf: fix internal overflow trying to allocate big buffersAhmad Fatoum2022-05-241-3/+16
* test: self: add basic testing for malloc()Ahmad Fatoum2022-05-243-0/+97
* Documentation: user: usb: fix literal block :: when : is intendedAhmad Fatoum2022-05-231-1/+1
* Documentation: boards: stm32mp: document USB bootstrap via DFUAhmad Fatoum2022-05-231-0/+30
* clk: fix clk_round_rate command descriptionDenis Orlov2022-05-201-2/+2
* Merge branch 'for-next/stm32'Sascha Hauer2022-05-194-5/+181
|\
| * ARM: dts: stm32mp151-prtt1c: add DSA switch and MDIO nodesOleksij Rempel2022-05-111-4/+120
| * ARM: boards: protonic-stm32mp1: enable deep-probe supportOleksij Rempel2022-05-111-0/+2
| * phy: stm32-usphyc: Add dummy driver for child nodeOleksij Rempel2022-05-111-1/+8
| * usb: dwc2: add support st,stm32mp15-fs/hsotg devicesOleksij Rempel2022-05-111-0/+51
* | Merge branch 'for-next/rsa'Sascha Hauer2022-05-196-142/+221
|\ \
| * | fit: try other keys as fallbackSascha Hauer2022-05-041-14/+22