aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07cmd: env: use ENV_IS_IN_DEVICE in env infoPatrick Delaunay1-1/+1
2020-07-07board: dh_stm32mp1: update the gpio hog supportPatrick Delaunay1-8/+2
2020-07-07board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay7-52/+73
2020-07-07configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mpPatrick Delaunay1-1/+3
2020-07-07arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay3-4/+50
2020-07-07arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay1-2/+4
2020-07-07board: st: stm32mp1: increase teed partitionPatrick Delaunay1-1/+1
2020-07-07stm32mp1: configs: activate CMD_ERASEENVPatrick Delaunay2-0/+2
2020-07-07power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier1-2/+14
2020-07-07configs: stm32mp1: activate WATCHDOGPatrick Delaunay2-0/+4
2020-07-07pinctrl: stm32: add information on pin configurationPatrick Delaunay1-3/+24
2020-07-07pinctrl: stmfx: add information on pin configurationPatrick Delaunay1-1/+31
2020-07-07gpio: stmfx: add ops get_dir_flagsPatrick Delaunay1-0/+50
2020-07-07gpio: stmfx: add ops set_dir_flagPatrick Delaunay1-0/+37
2020-07-07gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay1-42/+26
2020-07-07gpio: stmfx: rename function used to change pin configurationPatrick Delaunay1-10/+8
2020-07-07gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay1-30/+30
2020-07-07gpio: stm32: add ops get_dir_flagsPatrick Delaunay1-0/+59
2020-07-07gpio: stm32: add ops set_dir_flagsPatrick Delaunay1-14/+76
2020-07-07board: stm32mp1: update the gpio hog supportPatrick Delaunay1-8/+2
2020-07-07configs: stm32mp1: activate CONFIG_GPIO_HOGPatrick Delaunay2-0/+2
2020-07-07board: stm32mp1: move the function board_debug_uart_init in spl.cPatrick Delaunay2-2/+28
2020-07-07ARM: dts: stm32mp1: use OPP information for PLL1 settings in SPLPatrick Delaunay5-36/+10
2020-07-07board: stm32mp1: update vddcore in SPLPatrick Delaunay4-4/+41
2020-07-07board: st: stpmic1: add function stpmic1_initPatrick Delaunay8-39/+54
2020-07-07arm: stm32mp: add weak function to save vddcorePatrick Delaunay2-0/+8
2020-07-07stm32mp1: clk: configure pll1 with OPPPatrick Delaunay2-28/+266
2020-07-07board: st: create common file stpmic1.cPatrick Delaunay4-159/+166
2020-07-07ARM: dts: stm32: add cpufreq support on stm32mp15xPatrick Delaunay3-0/+37
2020-07-07arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay3-7/+8
2020-07-07net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay1-1/+1
2020-07-06Revert "riscv: sifive: fu540: Add gpio-restart support"Tom Rini1-2/+0
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay2-4/+14
2020-07-06Merge branch 'next'Tom Rini845-28859/+24654
2020-07-06Prepare v2020.07v2020.07Tom Rini1-1/+1
2020-07-06configs: Resync with savedefconfigTom Rini399-400/+392
2020-07-05Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini16-240/+424
2020-07-05Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini25-950/+1542
2020-07-05Merge branch '2020-07-05-gpio-regression-fix'Tom Rini7-4/+51
2020-07-05sandbox, test: add test for GPIO_HOG functionHeiko Schocher6-0/+47
2020-07-05gpio-uclass.c: save the GPIOD flags also in the gpio descriptorHeiko Schocher1-4/+4
2020-07-03efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt1-0/+2
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt2-1/+4
2020-07-03efi_loader: rtc_mktime() called twiceHeinrich Schuchardt1-1/+1
2020-07-03efi_loader: use log function in boot managerHeinrich Schuchardt1-11/+15
2020-07-03efi_loader: time based authenticationHeinrich Schuchardt1-6/+11
2020-07-03efi_loader: add missing validation of timestampHeinrich Schuchardt1-1/+5
2020-07-03test: provide tests for efi_image_region_add()Heinrich Schuchardt3-0/+165
2020-07-03efi_loader: fix efi_image_region_add()Heinrich Schuchardt1-16/+19
2020-07-03Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini12-25/+129