summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-04-1122-71/+370
|\
| * video: Fix line padding calculation for 16 and 24 BPP bitmapsSylwester Nawrocki2021-04-101-2/+2
| * tegra: video: fix tegra_dc_sor_config_panel()Heinrich Schuchardt2021-04-101-2/+2
| * board_f: cosmetic: change the debug trace to KB in reserve_videoPatrick Delaunay2021-04-101-1/+1
| * finish removing mb862xx video driverTrevor Woerner2021-04-102-15/+0
| * video: SIMPLE_PANEL depends on DM_GPIOAsherah Connor2021-04-101-1/+1
| * pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak2021-04-106-0/+147
| * video: backlight: Support PWMs without a known period_nsAlper Nebi Yasak2021-04-104-8/+42
| * rockchip: video: vop: Add reset supportArnaud Patard (Rtp)2021-04-101-3/+47
| * rockchip: video: edp: Add missing reset supportArnaud Patard (Rtp)2021-04-101-0/+22
| * rockchip: video: vop: Fix format of fbbase in debug stringArnaud Patard (Rtp)2021-04-101-1/+1
| * rockchip: pwm: Fix default polarityArnaud Patard (Rtp)2021-04-101-1/+1
| * rockchip: Pinebook Pro: Enable edpArnaud Patard (Rtp)2021-04-101-0/+4
| * Rockchip: video: vop: Reserve efi fb memoryArnaud Patard (Rtp)2021-04-101-0/+7
| * Rockchip: video: edp: Change interrupt polarity configurationArnaud Patard (Rtp)2021-04-101-1/+3
| * rockchip: video: edp: Add rk3399 supportArnaud Patard (Rtp)2021-04-102-22/+68
| * rockchip: video: vop: Use endpoint compatible string to find VOP modeArnaud Patard (Rtp)2021-04-102-16/+24
* | Merge tag 'efi-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-04-1014-117/+360
|\ \
| * | efi_loader: Change ptr arithmetics tcg eventlog bufferIlias Apalodimas2021-04-101-9/+10
| * | tools/mkeficapsule: improve online helpHeinrich Schuchardt2021-04-101-8/+8
| * | efi_loader: esrt: wrong type for LocateHandleBuffer()Heinrich Schuchardt2021-04-101-1/+1
| * | efi_loader: use correct printf codesHeinrich Schuchardt2021-04-101-7/+7
| * | efi_loader: efi_esrt: Fix the build warning for 32 bit systemsSughosh Ganu2021-04-101-1/+1
| * | efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...Sughosh Ganu2021-04-101-0/+1
| * | efi_loader: EFI_UNACCEPTED_MEMORY_TYPEHeinrich Schuchardt2021-04-101-1/+6
| * | efi_loader: simplify efi_get_device_path_text()Heinrich Schuchardt2021-04-101-15/+16
| * | doc: mmc man-pageJaehoon Chung2021-04-102-0/+213
| * | doc: Add build instructions for OP-TEE backed EFI variablesIlias Apalodimas2021-04-101-1/+57
| * | efi_loader: documentation codepage_437[]Heinrich Schuchardt2021-04-101-1/+1
| * | linker_lists: document ll_entry_ref parametersHeinrich Schuchardt2021-04-101-0/+4
| * | efi_loader: improve documentation of enum efi_test_phaseHeinrich Schuchardt2021-04-101-4/+8
| * | fs: fat: fix file_fat_detectfs()Heinrich Schuchardt2021-04-101-34/+4
| * | efi_loader: Cleanup get_var duplicationIlias Apalodimas2021-04-101-34/+2
| * | doc: Update uefi documentation for initrd loading optionsIlias Apalodimas2021-04-101-1/+21
| |/
* | Merge tag 'u-boot-stm32-20210409' of https://source.denx.de/u-boot/custodians...Tom Rini2021-04-0951-513/+3085
|\ \
| * | arm: stm32mp1: Set soc_type, soc_pkg, soc_rev env variablesMarek Vasut2021-04-091-52/+53
| * | configs: stm32mp1: Fix misleading SPL size limitationsAlexandru Gagniuc2021-04-091-3/+3
| * | configs: stm32mp1: Remove misleading CONFIG_SPL_BSS_START_ADDRAlexandru Gagniuc2021-04-091-1/+0
| * | configs: stm32mp1: stm32mp1: Increase SPL malloc() sizeAlexandru Gagniuc2021-04-091-1/+1
| * | stm32mp1: remove the board_check_usb_power function when ADC is not activatedPatrick Delaunay2021-04-091-5/+4
| * | stm32mp: replace printf by log macro in setup_boot_modePatrick Delaunay2021-04-091-5/+5
| * | stm32mp: update uart number in trace of serial device not foundPatrick Delaunay2021-04-091-1/+1
| * | stm32mp: stm32prog: add FIP header supportPatrick Delaunay2021-04-094-37/+64
| * | board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 7" OFJagan Teki2021-04-096-0/+298
| * | board: stm32: Add Engicam MicroGEA STM32MP1 MicroDev 2.0 boardJagan Teki2021-04-098-1/+332
| * | ARM: dts: stm32: Add Engicam MicroGEA STM32MP1 Micro SoMJagan Teki2021-04-091-0/+148
| * | board: stm32: Add Engicam i.Core STM32MP1 C.TOUCH 2.0Jagan Teki2021-04-096-0/+189
| * | board: stm32: Add Engicam i.Core STM32MP1 EDIMM2.2 Starter KitJagan Teki2021-04-0911-1/+547
| * | ARM: stm32: Imply SPL_SPI_LOADJagan Teki2021-04-091-1/+1
| * | ARM: dts: stm32: Add Engicam i.Core STM32MP1 1X4Gb DDR3Jagan Teki2021-04-091-0/+119