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