| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.h | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop linux/delay.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop image.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | stm32mp1: Fix warning display when 1.5A power supply is used | Patrice Chotard | 2020-05-14 | 1 | -1/+1 |
* | board: stm32mp1: add timeout for I/O compensation ready | Patrick Delaunay | 2020-05-14 | 1 | -4/+12 |
* | board: stm32mp1: remove bootdelay configuration for usb or serial boot | Patrick Delaunay | 2020-05-14 | 1 | -6/+0 |
* | board: stm32mp1: set environment variable fdtfile | Patrick Delaunay | 2020-05-14 | 1 | -2/+11 |
* | board: stm32mp1: gt9147 IRQ before reset on EV1 | Patrick Delaunay | 2020-05-14 | 1 | -0/+35 |
* | board: stm32mp1: update management of boot-led | Patrick Delaunay | 2020-05-14 | 1 | -17/+16 |
* | board: stm32mp1: Keep error led ON in case of low power detection | Patrice Chotard | 2020-05-14 | 1 | -0/+1 |
* | board: stm32mp1: support boot from spi-nand | Patrick Delaunay | 2020-05-14 | 1 | -0/+2 |
* | configs: stm32mp1: remove optee defconfig | Patrick Delaunay | 2020-05-14 | 1 | -1/+0 |
* | stm32mp1: dynamically detect op-tee presence | Patrick Delaunay | 2020-05-14 | 1 | -3/+1 |
* | board: stm32mp1: move set_dfu_alt_info in st common directory | Patrick Delaunay | 2020-05-14 | 1 | -145/+0 |
* | board: stm32mp1: move board_get_mtdparts in st common directory | Patrick Delaunay | 2020-05-14 | 1 | -102/+0 |
* | board: stm32mp1: correct CONFIG_IS_ENABLED usage for LED | Patrick Delaunay | 2020-04-15 | 1 | -1/+1 |
* | configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT | Patrick Delaunay | 2020-04-15 | 1 | -2/+2 |
* | ram: stm32mp1: increase vdd2_ddr: buck2 for 32bits LPDDR | Patrick Delaunay | 2020-03-24 | 1 | -4/+19 |
* | board: stm32mp1: display reference only for STMicroelectronics board | Patrick Delaunay | 2020-03-24 | 1 | -14/+14 |
* | board: stm32mp1: add finished good in board identifier OTP | Patrick Delaunay | 2020-03-24 | 1 | -1/+3 |
* | doc: add board documentation for stm32mp1 | Patrick Delaunay | 2020-03-02 | 1 | -519/+1 |
* | board: stm32mp1: change dfu function to static | Patrick Delaunay | 2020-02-13 | 1 | -2/+2 |
* | board: stm32mp1: board: add include for dfu | Patrick Delaunay | 2020-02-13 | 1 | -0/+1 |
* | board: stm32mp1: update readme | Patrick Delaunay | 2020-02-13 | 1 | -18/+34 |
* | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 1 | -0/+1 |
* | Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians... | Tom Rini | 2020-01-20 | 4 | -165/+3 |
|\ |
|
| * | stm32mp1: split board and SOC support for STM32MP15x family | Patrick Delaunay | 2020-01-17 | 2 | -7/+2 |
| * | board: stm32mp1: move CONFIG_ENV_XXX in defconfig | Patrick Delaunay | 2020-01-17 | 1 | -6/+0 |
| * | stm32mp1: move stboard command in board/st/common directory | Patrick Delaunay | 2020-01-17 | 3 | -153/+2 |
* | | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
|/ |
|
* | stm32mp1: remove copro_state environment variable | Fabien Dessenne | 2020-01-07 | 1 | -3/+1 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | stm32mp1: add support for virtual partition read | Patrick Delaunay | 2019-11-26 | 1 | -0/+83 |
* | stm32mp1: board: add spi nand support | Patrick Delaunay | 2019-11-26 | 1 | -3/+29 |
* | stm32mp1: activate SET_DFU_ALT_INFO | Patrick Delaunay | 2019-11-26 | 2 | -0/+162 |
* | board: stm32mp1: fixup the usb product id for USB download gadget | Patrick Delaunay | 2019-10-22 | 1 | -0/+17 |
* | net: dwc_et_qos: update weak function board_interface_eth_init | Patrick Delaunay | 2019-09-04 | 1 | -3/+13 |
* | stm32mp1: update README for remoteproc support | Patrick Delaunay | 2019-08-27 | 1 | -2/+34 |
* | stm32mp1: add example files for FIT generation | Patrick Delaunay | 2019-08-27 | 3 | -0/+205 |
* | stm32mp1: Add copro image support for M4 firmware | Patrick Delaunay | 2019-08-27 | 1 | -0/+24 |
* | stm32mp1: board update command stboard on misc_read result | Patrick Delaunay | 2019-08-27 | 1 | -1/+1 |
* | stm32mp1: update sysconf_init on misc_read result | Patrick Delaunay | 2019-08-27 | 1 | -1/+1 |
* | stm32mp1: update test on misc_read result | Patrick Delaunay | 2019-08-27 | 1 | -1/+1 |
* | MAINTAINERS: update ARM STM STM32MP and STM32MP1 BOARD | Patrick Delaunay | 2019-08-27 | 1 | -2/+3 |
* | stm32mp1: board: cosmetic: cleanup file | Patrick Delaunay | 2019-08-27 | 1 | -2/+1 |
* | stm32mp1: board: remove board_check_usb_power when ADC is not activated | Patrick Delaunay | 2019-08-27 | 1 | -0/+4 |
* | stm32mp1: board: Update the way vdd-supply is retrieved from DT | Patrick Delaunay | 2019-08-27 | 1 | -3/+5 |