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