summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-27doc: move directory hierarchy to HTMLHeinrich Schuchardt3-38/+77
2023-01-27README: remove section 'Versioning'Heinrich Schuchardt1-16/+0
2023-01-27doc: move 'Reproducible builds'Heinrich Schuchardt3-11/+26
2023-01-27README: replace references to CHANGELOGHeinrich Schuchardt1-10/+6
2023-01-27README: remove NetBSD sectionHeinrich Schuchardt1-29/+0
2023-01-27README: rework contribution advicesHeinrich Schuchardt1-104/+6
2023-01-27README: correct path to sandbox.rstHeinrich Schuchardt1-1/+1
2023-01-27doc: man-page for mtestHeinrich Schuchardt2-0/+67
2023-01-27doc: add rst references to distro documentation in stm32mp1 boardPatrick Delaunay1-1/+2
2023-01-27doc: rework doc/mkeficapsule.1Heinrich Schuchardt1-10/+11
2023-01-27doc: update font man-pageHeinrich Schuchardt1-7/+12
2023-01-27spl: doc: use correct name in jump_to_image_optee() descriptionOvidiu Panait1-1/+1
2023-01-27doc: sleep man-pageHeinrich Schuchardt2-0/+46
2023-01-27doc: example heading should be h2Heinrich Schuchardt1-1/+1
2023-01-27event: Document dynamic event handlersSimon Glass1-0/+23
2023-01-27doc: sl-mx8mm: Add CROSS_COMPILE to U-Boot make call and improve commentFrieder Schrempf1-2/+2
2023-01-27doc: sl-mx8mm: Add guide for copying the bootloader to SPI NORFrieder Schrempf1-1/+33
2023-01-27doc: sl-mx8mm: Update references to latest DDR firmware 8.18Frieder Schrempf1-4/+7
2023-01-27doc: sl-mx8mm: Update the NXP TF-A source referenceFrieder Schrempf1-6/+13
2023-01-27doc: sl-mx8mm: Add note about using cross toolchainFrieder Schrempf1-0/+6
2023-01-27doc: sl-mx8mm: Mention OSM 1.1 supportFrieder Schrempf1-1/+1
2023-01-27cmd: fix mtest on 64 bit systemsHeinrich Schuchardt1-15/+11
2023-01-27Merge tag 'dm-pull-26jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini15-23/+441
2023-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini19-78/+824
2023-01-26binman: Fix a test-coverage regressionSimon Glass3-1/+32
2023-01-26dm: core: Use full printf() format when possibleSamuel Holland1-1/+1
2023-01-26binman: Add 'min-size' entry propertySamuel Holland4-4/+36
2023-01-26rockchip: Use atf as firmware and move u-boot to loadables in FITJonas Karlman1-1/+1
2023-01-26binman: Add support for selecting firmware to use with split-elfJonas Karlman4-13/+205
2023-01-26rockchip: Add sha256 hash to FIT imagesJonas Karlman1-0/+20
2023-01-26binman: Add special subnodes to the nodes generated by split-elfJonas Karlman4-2/+53
2023-01-26rockchip: Align FIT image data to SD/MMC block lengthJonas Karlman1-0/+1
2023-01-26binman: Add support for align argument to mkimage toolJonas Karlman5-1/+92
2023-01-26mtd: spi-nor: Add support for Infineon s25fs256tTakahiro Kuwano3-9/+41
2023-01-26mtd: spi-nor: Rename s25hx_t prefixTakahiro Kuwano1-21/+21
2023-01-26cmd: fix return code of 'sf erase'Heinrich Schuchardt1-6/+6
2023-01-26cmd: simplify do_spi_flash()Heinrich Schuchardt1-13/+6
2023-01-26cmd: fix return code of 'sf write' and 'sf read'Heinrich Schuchardt1-7/+7
2023-01-26spi: cadence_qspi: use STIG mode for small readsDhruva Gole1-1/+7
2023-01-26spi: cadence_qspi: setup ADDR Bits in cmd readsDhruva Gole1-0/+13
2023-01-26mtd: spi-nor-core: Make CFRx reg fields genericTakahiro Kuwano2-8/+8
2023-01-26mtd: spi-nor-core: Consider reserved bits in CFR5 registerTakahiro Kuwano1-1/+6
2023-01-26Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini35-24/+5991
2023-01-26spi: Add Socionext F_OSPI SPI flash controller driverKunihiko Hayashi3-0/+695
2023-01-26drivers: spi: sh_qspi.c: Use log_warning() instead of printf()Pengfei Fan1-1/+3
2023-01-26drivers: spi: fix some typosPengfei Fan10-13/+13
2023-01-26arm: kirkwood: Use Kirkwood common early malloc area for various Kirkwood boardsTony Dinh8-24/+0
2023-01-26ddr: marvell: a38x: Add support for DDR4 from Marvell mv-ddr-marvell repositoryTony Dinh27-0/+5991
2023-01-25Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini92-240/+617
2023-01-24Merge branch '2023-01-24-bootstd-allow-migration-from-distro_bootcmd-script'Tom Rini79-715/+3225