summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/imx'Sascha Hauer2022-10-137-97/+492
|\
| * imx-bbu-nand-fcb: extend for i.MX7 supportJohannes Zink2022-10-054-7/+94
| * imx-bbu-nand-fcb: add fcb_read/fcb_write function hooksSascha Hauer2022-10-051-38/+106
| * imx-bbu-nand-fcb: pass imx_handler further downSascha Hauer2022-10-051-5/+7
| * imx-bbu-nand-fcb: isolate i.MX28 specific partsJohannes Zink2022-10-051-9/+15
| * mtd: nand-mxs: add i.MX7 FCB write supportJohannes Zink2022-10-053-2/+222
| * mtd: nand-mxs: Factor out a bch read functionSascha Hauer2022-10-051-27/+40
| * mtd: nand-mxs: refactor flash layout configurationJohannes Zink2022-10-051-13/+12
* | Merge branch 'for-next/efi'Sascha Hauer2022-10-1310-19/+146
|\ \
| * | efi: add device tree configuration table supportAhmad Fatoum2022-10-134-0/+46
| * | efi: implement and use for_each_efi_config_tableAhmad Fatoum2022-10-133-9/+11
| * | hw_random: add EFI RNG driverAhmad Fatoum2022-10-135-0/+80
| * | efi: capitalize enumeration constantsAhmad Fatoum2022-10-132-8/+8
| * | efi: retire efi_bool_tAhmad Fatoum2022-10-132-2/+1
* | | Merge branch 'for-next/dts'Sascha Hauer2022-10-1363-90/+120
|\ \ \
| * | | dts: update to v6.0Sascha Hauer2022-10-059-26/+31
| * | | dts: update to v6.0-rc7Sascha Hauer2022-10-0524-34/+60
| * | | dts: update to v6.0-rc6Sascha Hauer2022-09-1930-30/+29
* | | | Release v2022.10.0v2022.10.0Sascha Hauer2022-10-131-1/+1
| |/ / |/| |
* | | ARM: start: drop support for machine type casted to boarddata pointerAhmad Fatoum2022-10-121-12/+0
* | | ARM: MXS: fix breakage for non-DT boardsAhmad Fatoum2022-10-125-5/+73
* | | block: fix calling cdev_get_block_device with partitionsAhmad Fatoum2022-10-101-1/+1
* | | ARM: i.MX7: enable caches when booted over USBAhmad Fatoum2022-10-101-0/+1
* | | efi: payload: image: fix commandline-less bootAhmad Fatoum2022-10-101-5/+9
* | | test: emulate.pl: fix support for multiple block devicesAhmad Fatoum2022-10-101-0/+2
* | | clks: imx7: fix initial clock setup with deep probe enabledAhmad Fatoum2022-10-061-4/+25
| |/ |/|
* | Revert "mci: bcm2835: reset host controller on barebox shutdown"Ahmad Fatoum2022-10-051-12/+0
* | imx-usb-loader: skip initial SDP_ERROR_STATUS query for SDPSAhmad Fatoum2022-10-041-4/+6
* | bbu: fix exporting i.MX NAND bbu handler over fastbootAhmad Fatoum2022-09-301-19/+18
* | mci: bcm2835: reset host controller on barebox shutdownAhmad Fatoum2022-09-301-0/+12
* | Revert "lib: zstd: sync with Linux"Sascha Hauer2022-09-3044-12118/+7771
* | gpio: Fix gpio commands called without -d optionSascha Hauer2022-09-281-2/+2
* | gpiolib: Fix gpioinfo without argsSascha Hauer2022-09-281-1/+1
* | zstd: fix assert() logicEnrico Scholz2022-09-281-1/+1
* | arm: rk3568 boards: call setup_c() before accessing global pointersSascha Hauer2022-09-212-24/+28
|/
* Merge branch 'hcl-dr-bugfix/issue13'Sascha Hauer2022-09-191-0/+2
|\
| * Merge branch 'bugfix/issue13' of https://github.com/hcl-dr/barebox-imx8mp int...Sascha Hauer2022-09-191-0/+2
|/|
| * usb: dwc3: support snps,dis-u2-freeclk-exists-quirk for i.MX8MPHans Christian Lonstad2022-09-171-0/+2
* | net: Use dma_alloc to allocate net packetSascha Hauer2022-09-161-1/+2
* | Documentation/conf.py: fix copyright yearsAntony Pavlov2022-09-161-1/+1
* | Merge branch 'for-next/tftp'Sascha Hauer2022-09-147-102/+846
|\ \
| * | ARM: imx_v7_defconfig: Limit TFTP window sizeSascha Hauer2022-09-131-0/+1
| * | tftp: make read() fail in error caseEnrico Scholz2022-09-131-4/+10
| * | tftp: add some documentation about windowsize supportEnrico Scholz2022-09-131-0/+40
| * | tftp: accept OACK + DATA datagrams only in certain statesEnrico Scholz2022-09-121-0/+12
| * | tftp: add selftestEnrico Scholz2022-09-123-1/+168
| * | tftp: reorder tftp packetsEnrico Scholz2022-09-122-6/+323
| * | tftp: do not use 'priv->block' for RRQEnrico Scholz2022-09-121-3/+3
| * | tftp: implement 'windowsize' (RFC 7440) supportEnrico Scholz2022-09-122-13/+64
| * | tftp: detect out-of-memory situationsEnrico Scholz2022-09-121-2/+9