summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* board: stm32mp1: enable simple framebuffer node for splashscreenPatrick Delaunay2021-11-304-0/+7
* video: stm32: stm32_ltdc: align framebuffer on 2MBPatrick Delaunay2021-11-301-1/+4
* common: add fdt_simplefb_enable_and_mem_rsv functionPatrick Delaunay2021-11-302-0/+28
* video: Add video_is_active functionPatrick Delaunay2021-11-302-0/+21
* common: rename functions lcd_dt_simplefb to fdt_simplefbPatrick Delaunay2021-11-303-8/+8
* common: rename lcd_simplefb.c file to fdt_simplefb.cPatrick Delaunay2021-11-302-1/+1
* Convert CONFIG_LCD_DT_SIMPLEFB to KconfigPatrick Delaunay2021-11-3013-3/+19
* stm32mp1: ram: remove tuning supportPatrick Delaunay2021-11-307-1636/+7
* stm32mp1: ram: remove the support of calibration resultPatrick Delaunay2021-11-3012-226/+27
* stm32mp1: ram: add read valid training supportPatrick Delaunay2021-11-302-2/+7
* ARM: dts: stm32: Auto-detect DHSOM with uSD level translatorMarek Vasut2021-11-302-0/+8
* mmc: stm32_sdmmc2: Add support for probing bus voltage level translatorMarek Vasut2021-11-301-1/+62
* ARM: stm32: Enable KSZ90x1 PHY driver on DHCORMarek Vasut2021-11-301-0/+2
* ARM: dts: stm32: Add custom PHY reset bindings on AV96Marek Vasut2021-11-301-0/+11
* ARM: stm32: Fix SoM and board coding strap GPIO handling on DHSOMMarek Vasut2021-11-301-4/+10
* ARM: stm32: Increase PHY auto-negotiation timeout to 20s on DHSOMMarek Vasut2021-11-301-0/+3
* ARM: stm32: Add update_sf script to install U-Boot into SF on DHSOMMarek Vasut2021-11-301-1/+11
* ARM: stm32: Increase USB power-good delay on DHSOMMarek Vasut2021-11-302-1/+9
* pinctrl: stmfx: define LOG_CATEGORYPatrick Delaunay2021-11-301-0/+4
* ARM: dts: stm32: Use lower-case hex for address for stm32429i-eval-u-boot.dtsiPatrice Chotard2021-11-301-1/+1
* ARM: dts: stm32: Use lower-case hex for address for stm32f746g-eval-u-boot.dtsiPatrice Chotard2021-11-301-1/+1
* ARM: dts: stm32: Use lower-case hex for address for stm32f429-disco-u-boot.dtsiPatrice Chotard2021-11-301-1/+1
* ARM: dts: stm32: Use lower-case hex for address for stm32f469-disco-u-boot.dtsiPatrice Chotard2021-11-301-3/+3
* ARM: dts: stm32: Use lower-case hex for address for stm32f7-u-boot.dtsiPatrice Chotard2021-11-301-2/+2
* ARM: dts: stm32: Use lower-case hex for address for stm32746-disco-u-boot.dtsiPatrice Chotard2021-11-301-1/+1
* ARM: dts: stm32: Use lower-case hex for address for stm32f769-disco-u-boot.dtsiPatrice Chotard2021-11-301-3/+3
* ARM: dts: stm32: Use lower-case hex for address for stm32mp15-u-boot.dtsiPatrice Chotard2021-11-301-4/+4
* Merge tag 'v2022.01-rc3' into nextTom Rini2021-11-2977-345/+2131
|\
| * Prepare v2022.01-rc3v2022.01-rc3Tom Rini2021-11-291-1/+1
| * board: iot2050: update build documentation for OP-TEEIvan Mikhaylov2021-11-291-1/+1
| * qemu: common: Fix build with update capsuleVincent Stehlé2021-11-291-1/+0
| * fastboot: Add maintainers entrySean Anderson2021-11-291-0/+12
| * clk: Add myself as a maintainer for the clock subsystemSean Anderson2021-11-291-0/+1
| * Merge tag 'efi-2022-01-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-11-2613-106/+95
| |\
| | * test: fix pylint error in u_boot_console_exec_attach.pyHeinrich Schuchardt2021-11-261-2/+4
| | * test: fix pylint error in u_boot_console_sandbox.pyHeinrich Schuchardt2021-11-261-1/+3
| | * test: fix pylint errors in u_boot_utils.pyHeinrich Schuchardt2021-11-261-11/+14
| | * test: fix pylint errors in u_boot_spawn.pyHeinrich Schuchardt2021-11-261-13/+13
| | * test: fix pylint errors in multiplexed_log.pyHeinrich Schuchardt2021-11-261-6/+8
| | * efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt2021-11-261-7/+8
| | * efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2021-11-262-50/+31
| | * test: address some pylint warningsHeinrich Schuchardt2021-11-262-9/+7
| | * sandbox: poweroff in efi_system_reset()Heinrich Schuchardt2021-11-261-2/+4
| | * efi_loader: efi_disk_register() should not failHeinrich Schuchardt2021-11-261-2/+2
| | * efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini2021-11-261-3/+1
| |/
| * Merge branch 'efi-2022-01' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini2021-11-2013-110/+631
| |\
| | * efi_loader: startup the tpm device when installing the protocolIlias Apalodimas2021-11-201-0/+9
| | * efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas2021-11-201-29/+70
| | * efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9Heinrich Schuchardt2021-11-201-2/+2
| | * efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt2021-11-201-11/+56