summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* board: st: move type-c stusb1600 controller code in a driverPatrick Delaunay2020-07-077-52/+73
* configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mpPatrick Delaunay2020-07-071-1/+3
* arm: stm32mp: protect DBGMCU_IDC access with BSECPatrick Delaunay2020-07-073-4/+50
* arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumera...Patrick Delaunay2020-07-071-2/+4
* board: st: stm32mp1: increase teed partitionPatrick Delaunay2020-07-071-1/+1
* stm32mp1: configs: activate CMD_ERASEENVPatrick Delaunay2020-07-072-0/+2
* power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enablingFabrice Gasnier2020-07-071-2/+14
* configs: stm32mp1: activate WATCHDOGPatrick Delaunay2020-07-072-0/+4
* pinctrl: stm32: add information on pin configurationPatrick Delaunay2020-07-071-3/+24
* pinctrl: stmfx: add information on pin configurationPatrick Delaunay2020-07-071-1/+31
* gpio: stmfx: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+50
* gpio: stmfx: add ops set_dir_flagPatrick Delaunay2020-07-071-0/+37
* gpio: stmfx: add function stmfx_read_reg and stmfx_write_regPatrick Delaunay2020-07-071-42/+26
* gpio: stmfx: rename function used to change pin configurationPatrick Delaunay2020-07-071-10/+8
* gpio: stmfx: move function to prepare new ops introductionPatrick Delaunay2020-07-071-30/+30
* gpio: stm32: add ops get_dir_flagsPatrick Delaunay2020-07-071-0/+59
* gpio: stm32: add ops set_dir_flagsPatrick Delaunay2020-07-071-14/+76
* board: stm32mp1: update the gpio hog supportPatrick Delaunay2020-07-071-8/+2
* configs: stm32mp1: activate CONFIG_GPIO_HOGPatrick Delaunay2020-07-072-0/+2
* board: stm32mp1: move the function board_debug_uart_init in spl.cPatrick Delaunay2020-07-072-2/+28
* ARM: dts: stm32mp1: use OPP information for PLL1 settings in SPLPatrick Delaunay2020-07-075-36/+10
* board: stm32mp1: update vddcore in SPLPatrick Delaunay2020-07-074-4/+41
* board: st: stpmic1: add function stpmic1_initPatrick Delaunay2020-07-078-39/+54
* arm: stm32mp: add weak function to save vddcorePatrick Delaunay2020-07-072-0/+8
* stm32mp1: clk: configure pll1 with OPPPatrick Delaunay2020-07-072-28/+266
* board: st: create common file stpmic1.cPatrick Delaunay2020-07-074-159/+166
* ARM: dts: stm32: add cpufreq support on stm32mp15xPatrick Delaunay2020-07-073-0/+37
* arm: stm32mp: spl: add bsec driver in SPLPatrick Delaunay2020-07-073-7/+8
* net: dwc_eth_qos: update the compatible supported for STM32Patrick Delaunay2020-07-071-1/+1
* Revert "riscv: sifive: fu540: Add gpio-restart support"WIP/06Jul2020Tom Rini2020-07-061-2/+0
* video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay2020-07-062-4/+14
* Merge branch 'next'Tom Rini2020-07-06845-28859/+24654
|\
| * Merge tag 'efi-2020-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/05Jul2020-nextTom Rini2020-07-0516-240/+424
| |\
| | * efi_loader: imply FAT, FAT_WRITEHeinrich Schuchardt2020-07-031-0/+2
| | * efi_loader: export initialization stateHeinrich Schuchardt2020-07-032-1/+4
| | * efi_loader: rtc_mktime() called twiceHeinrich Schuchardt2020-07-031-1/+1
| | * efi_loader: use log function in boot managerHeinrich Schuchardt2020-07-031-11/+15
| | * efi_loader: time based authenticationHeinrich Schuchardt2020-07-031-6/+11
| | * efi_loader: add missing validation of timestampHeinrich Schuchardt2020-07-031-1/+5
| | * test: provide tests for efi_image_region_add()Heinrich Schuchardt2020-07-033-0/+165
| | * efi_loader: fix efi_image_region_add()Heinrich Schuchardt2020-07-031-16/+19
| | * test: correct time stamps for UEFI authenticationHeinrich Schuchardt2020-07-031-8/+8
| | * test/py: efi_secboot: fix test case 1g of test_authvarAKASHI Takahiro2020-07-031-6/+6
| | * test/py: efi_secboot: remove all "re.search"AKASHI Takahiro2020-07-033-74/+65
| | * efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-31/+33
| | * efi_loader: variable: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-13/+14
| | * efi_loader: signature: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-59/+62
| | * Revert "test: stabilize test_efi_secboot"AKASHI Takahiro2020-07-033-9/+9
| | * efi_loader: change efi objects initialization orderAKASHI Takahiro2020-07-031-3/+4
| * | Merge branch '2020-07-01-kconfig-etc-updates' into nextTom Rini2020-07-0525-950/+1542
| |\ \