aboutsummaryrefslogtreecommitdiff
path: root/board/st
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-06board: stm32mp1: Update power supply check via USB TYPE-CPatrice Chotard1-13/+56
2019-06-06stm32mp1: Update env_get_location for NOR supportPatrice Chotard1-0/+4
2019-06-06stm32mp1: Add env_get_location()Patrice Chotard1-0/+23
2019-06-06board: stm32mp1: Add env_ext4_get_dev_part() and env_ext4_get_intf()Patrice Chotard1-0/+24
2019-06-06stm32mp1: support dynamic MTDPARTSPatrice Chotard1-0/+85
2019-06-06board: stm32mp1: Add Avenger96 board supportManivannan Sadhasivam1-0/+23
2019-05-23stm32mp1: ram: add support for LPDDR2/LPDDR3Patrick Delaunay1-48/+123
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-04-24Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-bootTom Rini1-2/+21
2019-04-23board: stm32f746-disco: Get MII/RMII phy_mode from DTPatrice Chotard1-2/+21
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay1-0/+56
2019-04-21stm32mp1: migrate USBOTG device to driver modelPatrick Delaunay1-154/+11
2019-04-12board: stm32mp1: Force pinctrl driver probe in board_init()Patrice Chotard1-0/+9
2019-04-12Board: stm32mp1: Add supply current boot informationPatrice Chotard1-1/+153
2019-04-12board: stm32mp1: Update README filePatrice Chotard1-0/+23
2019-04-12stpmic1: update register namesPatrick Delaunay2-15/+15
2019-04-12power: rename stpmu1 to official name stpmic1Patrick Delaunay3-30/+31
2019-04-12power: stpmu1: rename files to stpmic1Patrick Delaunay2-2/+2
2019-04-12stm32mp1: add syscfg initializationPatrick Delaunay1-1/+129
2019-04-12stm32mp1: support forced boot modePatrick Delaunay1-0/+51
2019-04-12stm32mp1: update bootcmdPatrick Delaunay1-0/+1
2019-04-12stm32mp1: add runtime information in environmentPatrick Delaunay1-5/+19
2019-04-12stm32mp1: display board informationPatrick Delaunay1-2/+42
2019-04-12stm32mp1: add trusted boot with TF-APatrick Delaunay2-19/+42
2018-11-09MAINTAINERS: Update stm32mp entryPatrick Delaunay1-0/+1
2018-09-25board: st: stm32mp1: Add usb gadget supportPatrice Chotard1-0/+168
2018-08-13stm32f7: board: Fix memory initPatrice Chotard1-32/+3
2018-08-13board: stm32: use bi_dram[0].start instead of hardcoded valuePatrice Chotard3-3/+3
2018-08-10stm32mp1: use new function led default statePatrick Delaunay1-0/+4
2018-07-20stm32mp1: add support for stm32mp157c-ev1 boardPatrick Delaunay1-5/+48
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu5-5/+5
2018-05-26stm32mp1: Allow to activate CONFIG_DEBUG_UARTPatrick Delaunay1-0/+27
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini5-10/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini17-42/+17
2018-04-06stm32mp1: add eMMC support for ED1Patrick Delaunay1-24/+59
2018-03-19board: st: add generic board for STM32MP1 familyPatrick Delaunay7-0/+358
2018-03-19stm32f7: board: add splash screenyannick fertre1-0/+9
2018-03-13arch-stm32: Remove stm32_periph.hPatrice Chotard1-1/+0
2018-03-13board: stm32: switch to DM STM32 timerPatrice Chotard1-1/+0
2018-01-28clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()Patrice Chotard1-13/+6