summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: boards: protonic-imx6: Register prt-usb boot entryRobin van der Gracht2022-06-171-29/+79
* ARM: boards: protonic-imx6: Remove unsused argument from prt_imx6_usb_mountRobin van der Gracht2022-06-171-9/+3
* ARM: boards: protonic-imx6: Always free allocated alias stringRobin van der Gracht2022-06-171-8/+4
* ARM: boards: protonic-imx6: Free allocated autoboot_timeout stringRobin van der Gracht2022-06-171-0/+1
* 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
|\ \ \ \
| * | | | ARM: boards: protonic-imx6: add HW revision specific machine compatibleOleksij Rempel2022-05-051-4/+18
| * | | | ARM: boards: skov-imx6: make use of of_prepend_machine_compatible()Oleksij Rempel2022-05-051-37/+3
| * | | | of: add generic of_prepend_machine_compatible()Oleksij Rempel2022-05-054-0/+68
| * | | | ARM: boards: protonic-imx6: make use of barebox_set_serial_number()Oleksij Rempel2022-05-051-19/+1
| * | | | common: add $global.serial_number with device tree fixupAhmad Fatoum2022-05-053-0/+24
| | |/ / | |/| |