summaryrefslogtreecommitdiff
path: root/board/st
Commit message (Expand)AuthorAgeFilesLines
* doc: add board documentation for stm32mp1Patrick Delaunay2020-03-021-519/+1
* board: stm32mp1: change dfu function to staticPatrick Delaunay2020-02-131-2/+2
* board: stm32mp1: board: add include for dfuPatrick Delaunay2020-02-131-0/+1
* board: stm32mp1: update readmePatrick Delaunay2020-02-131-18/+34
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2020-01-207-20/+25
|\
| * stm32mp1: split board and SOC support for STM32MP15x familyPatrick Delaunay2020-01-173-8/+4
| * board: stm32mp1: move CONFIG_ENV_XXX in defconfigPatrick Delaunay2020-01-171-6/+0
| * stm32mp1: move stboard command in board/st/common directoryPatrick Delaunay2020-01-176-8/+23
* | common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
|/
* stm32mp1: remove copro_state environment variableFabien Dessenne2020-01-071-3/+1
* common: Move some board functions out of common.hSimon Glass2019-12-024-0/+4
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* stm32mp1: add support for virtual partition readPatrick Delaunay2019-11-261-0/+83
* stm32mp1: board: add spi nand supportPatrick Delaunay2019-11-261-3/+29
* stm32mp1: activate SET_DFU_ALT_INFOPatrick Delaunay2019-11-262-0/+162
* board: stm32mp1: fixup the usb product id for USB download gadgetPatrick Delaunay2019-10-221-0/+17
* board: Add STM32F769 SoC, discovery board supportYannick Fertré2019-10-131-0/+1
* net: dwc_et_qos: update weak function board_interface_eth_initPatrick Delaunay2019-09-041-3/+13
* stm32mp1: update README for remoteproc supportPatrick Delaunay2019-08-271-2/+34
* stm32mp1: add example files for FIT generationPatrick Delaunay2019-08-273-0/+205
* stm32mp1: Add copro image support for M4 firmwarePatrick Delaunay2019-08-271-0/+24
* stm32mp1: board update command stboard on misc_read resultPatrick Delaunay2019-08-271-1/+1
* stm32mp1: update sysconf_init on misc_read resultPatrick Delaunay2019-08-271-1/+1
* stm32mp1: update test on misc_read resultPatrick Delaunay2019-08-271-1/+1
* MAINTAINERS: update ARM STM STM32MP and STM32MP1 BOARDPatrick Delaunay2019-08-271-2/+3
* stm32mp1: board: cosmetic: cleanup filePatrick Delaunay2019-08-271-2/+1
* stm32mp1: board: remove board_check_usb_power when ADC is not activatedPatrick Delaunay2019-08-271-0/+4
* stm32mp1: board: Update the way vdd-supply is retrieved from DTPatrick Delaunay2019-08-271-3/+5
* stm32mp1: board: check the boot-source to disable bootdelayPatrick Delaunay2019-08-271-0/+6
* stm32mp1: board: protect the led function callsPatrick Delaunay2019-08-271-1/+3
* stm32mp1: board: support of error led on ed1/ev1 boardPatrick Delaunay2019-08-271-15/+33
* stm32mp1: board: enable v1v2_hdmi and v3v3_hdmi regulator on dk2 bootPatrick Delaunay2019-08-272-0/+74
* stm32mp1: board: add environment variable for board id and board revPatrick Delaunay2019-08-271-0/+19
* stpmic1: program pmic to keep only the debug unit onPatrick Delaunay2019-08-271-0/+14
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* board: st: add missing gpio_request() for stm32f429-discoveryPatrice Chotard2019-07-121-0/+2
* board: stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-0/+1
* stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONSPatrick Delaunay2019-07-121-0/+18
* stm32mp1: add configuration op-teePatrick Delaunay2019-07-123-9/+27
* stm32mp1: cosmetic: remove unnecessary includePatrick Delaunay2019-07-121-1/+0
* stm32mp1: update READMEPatrick Delaunay2019-07-121-3/+12
* stm32mp1: add stboard commandPatrick Delaunay2019-07-123-0/+153
* stm32mp1: call regulators_enable_boot_on in board_initPatrick Delaunay2019-07-121-0/+4
* stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay2019-07-121-0/+6
* board: stm32mp1: Add board_interface_eth_initChristophe Roullier2019-06-061-3/+65