aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-01Merge tag 'u-boot-stm32-20211130' of https://source.denx.de/u-boot/custodians...WIP/01Dec2021Tom Rini62-1922/+463
2021-11-30board: stm32mp1: add support of nor1 device in dfu commandPatrick Delaunay2-8/+14
2021-11-30ram: stm32mp1: remove __maybe_unused on stm32mp1_ddr_setupPatrick Delaunay1-1/+1
2021-11-30ram: stm32mp1: compute DDR size from DDRCTL registersPatrick Delaunay2-3/+191
2021-11-30configs: stm32mp15: deactivate the CONFIG_STM32_IPCCPatrick Delaunay9-18/+0
2021-11-30board: stm32mp1: enable simple framebuffer node for splashscreenPatrick Delaunay4-0/+7
2021-11-30video: stm32: stm32_ltdc: align framebuffer on 2MBPatrick Delaunay1-1/+4
2021-11-30common: add fdt_simplefb_enable_and_mem_rsv functionPatrick Delaunay2-0/+28
2021-11-30video: Add video_is_active functionPatrick Delaunay2-0/+21
2021-11-30common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay3-8/+8
2021-11-30common: rename lcd_simplefb.c file to fdt_simplefb.cPatrick Delaunay2-1/+1
2021-11-30Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay13-3/+19
2021-11-30stm32mp1: ram: remove tuning supportPatrick Delaunay7-1636/+7
2021-11-30stm32mp1: ram: remove the support of calibration resultPatrick Delaunay12-226/+27
2021-11-30stm32mp1: ram: add read valid training supportPatrick Delaunay2-2/+7
2021-11-30ARM: dts: stm32: Auto-detect DHSOM with uSD level translatorMarek Vasut2-0/+8
2021-11-30mmc: stm32_sdmmc2: Add support for probing bus voltage level translatorMarek Vasut1-1/+62
2021-11-30ARM: stm32: Enable KSZ90x1 PHY driver on DHCORMarek Vasut1-0/+2
2021-11-30ARM: dts: stm32: Add custom PHY reset bindings on AV96Marek Vasut1-0/+11
2021-11-30ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOMMarek Vasut1-4/+10
2021-11-30ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOMMarek Vasut1-0/+3
2021-11-30ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOMMarek Vasut1-1/+11
2021-11-30ARM: stm32: Increase USB power-good delay on DHSOMMarek Vasut2-1/+9
2021-11-30pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay1-0/+4
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32429i-eval-u-boot.dtsiPatrice Chotard1-1/+1
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32f746g-eval-u-boot.dtsiPatrice Chotard1-1/+1
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32f429-disco-u-boot.dtsiPatrice Chotard1-1/+1
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32f469-disco-u-boot.dtsiPatrice Chotard1-3/+3
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32f7-u-boot.dtsiPatrice Chotard1-2/+2
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsiPatrice Chotard1-1/+1
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32f769-disco-u-boot.dtsiPatrice Chotard1-3/+3
2021-11-30ARM: dts: stm32: Use lower-case hex for address for stm32mp15-u-boot.dtsiPatrice Chotard1-4/+4
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini77-345/+2131
2021-11-29Prepare v2022.01-rc3v2022.01-rc3Tom Rini1-1/+1
2021-11-29board: iot2050: update build documentation for OP-TEEIvan Mikhaylov1-1/+1
2021-11-29qemu: common: Fix build with update capsuleVincent Stehlé1-1/+0
2021-11-29fastboot: Add maintainers entrySean Anderson1-0/+12
2021-11-29clk: Add myself as a maintainer for the clock subsystemSean Anderson1-0/+1
2021-11-28Merge tag 'dm-pull-28nov21' of https://source.denx.de/u-boot/custodians/u-boo...WIP/28Nov2021Tom Rini32-69/+670
2021-11-28test/py: Raise a ValueError if a command failsSimon Glass1-1/+1
2021-11-28test/py: Relax the naming rules for unit testsSimon Glass1-1/+1
2021-11-28sandbox: Enable HEXDUMP for sandbox_flattreeSimon Glass1-0/+1
2021-11-28dm: core: Add a way to count the devices in a uclassSimon Glass2-0/+20
2021-11-28dm: core: Allow finding children / uclasses by partial nameSimon Glass4-5/+38
2021-11-28dm: core: Add a way to obtain a string listSimon Glass5-0/+100
2021-11-28dm: core: Fix up string-function documentationSimon Glass2-3/+4
2021-11-28dm: core: Fix handling of uclass pre_unbind methodSimon Glass3-6/+25
2021-11-28dm: core: Add tests for stringlist functionsSimon Glass2-0/+77
2021-11-28common: Allow a smaller console-recording pre-relocSimon Glass2-1/+13
2021-11-28disk: part_dos: Fix a NULL pointer errorSimon Glass1-4/+6