summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release v2022.06.0v2022.06.0Sascha Hauer2022-06-271-1/+1
* crypto: skip make dependency for CONFIG_CRYPTO_RSA_KEY=__ENV__*Bastian Krause2022-06-271-1/+1
* ddr: imx8m: workaround old spreadsheets not initializing ADDRMAP7Ahmad Fatoum2022-06-273-0/+25
* ARM: i.MX8MQ: initialize ADDRMAP7Ahmad Fatoum2022-06-273-2/+5
* ARM: i.MX8M: esdctl: ignore ADDRMAP8 for non-DDR4Ahmad Fatoum2022-06-271-1/+7
* ARM: i.MX8M: esdctl: fix LPDDR4 size calculation for nanoAhmad Fatoum2022-06-271-2/+13
* ARM: i.MX8M: refactor to prepare i.MX8MN LPDDR4 supportAhmad Fatoum2022-06-271-17/+33
* arm: imx8mq: re-enable DDRC for BareboxLucas Stach2022-06-221-0/+4
* mci: imx-esdhc-common: Don't clear unhandled status bitsRobin van der Gracht2022-06-221-1/+0
* 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
| * | rsa: Turn error messages into debug messagesSascha Hauer2022-05-041-4/+4
| * | rsa: Add pr_fmt and use pr_debugSascha Hauer2022-05-041-11/+12
| * | rsa: Add iterator for rsa keysSascha Hauer2022-05-042-0/+13
| * | rsa: Collect keys on listSascha Hauer2022-05-043-39/+86
| * | crypto: simplify $(srctree)/ handling and remove config_filename macroSascha Hauer2022-05-042-52/+9
| * | rsatoc: Add option to print dts outputSascha Hauer2022-05-041-25/+78
| * | rsatoc: fix compiler warningsSascha Hauer2022-05-041-3/+3
* | | Merge branch 'for-next/rpi'Sascha Hauer2022-05-195-4/+12
|\ \ \
| * | | ARM: configs: rpi: add and document single barebox-dt-2nd bootloaderAhmad Fatoum2022-04-252-0/+7
| * | | ARM: rpi: remove outdated comment after stack setup reworkAhmad Fatoum2022-04-251-1/+0
| * | | ARM: rpi: don't warn about lack of videocore fdtAhmad Fatoum2022-04-251-3/+1
| * | | ARM: cpu: board-dt-2nd: call arm_cpu_lowlevel_initAhmad Fatoum2022-04-251-0/+4
* | | | Merge branch 'for-next/of-board'Sascha Hauer2022-05-196-60/+114
|\ \ \ \