index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
board
/
st
/
stm32mp1
/
stm32mp1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32mp1: remove the board_check_usb_power function when ADC is not activated
Patrick Delaunay
2021-04-09
1
-5
/
+4
*
board: stm32mp1: use CONFIG_SYS_MMC_ENV_DEV when available
Patrick Delaunay
2021-03-11
1
-1
/
+7
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
board: stm32pm1: update USB-C power detection algorithm on DK boards
Patrice Chotard
2021-01-13
1
-43
/
+63
*
board: st: stm32mp1: migrate trace to dev and log macro
Patrick Delaunay
2021-01-13
1
-69
/
+65
*
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
2021-01-05
1
-6
/
+6
|
\
|
*
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
2021-01-05
1
-6
/
+6
*
|
add check for ignored CONFIG_ENV_EXT4_DEVICE_AND_PART definition
Manuel Reis
2020-12-09
1
-0
/
+11
|
/
*
board: stm32mp1: no MTD partitions fixup for serial boot
Patrick Delaunay
2020-11-25
1
-3
/
+8
*
dm: add cells_count parameter in *_count_phandle_with_args
Patrick Delaunay
2020-10-06
1
-1
/
+1
*
board: stm32mp1: use const for struct node_info
Patrick Delaunay
2020-08-13
1
-1
/
+1
*
board: stm32mp1: update fdt fixup partitions table
Christophe Kerello
2020-08-13
1
-0
/
+1
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setup
Patrick Delaunay
2020-08-13
1
-3
/
+3
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions
Patrick Delaunay
2020-08-13
1
-19
/
+17
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init
Patrick Delaunay
2020-08-13
1
-30
/
+30
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fix
Patrick Delaunay
2020-08-13
1
-5
/
+5
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_init
Patrick Delaunay
2020-08-13
1
-8
/
+3
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_power
Patrick Delaunay
2020-08-13
1
-4
/
+4
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_con...
Patrick Delaunay
2020-08-13
1
-6
/
+9
*
board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_check
Patrick Delaunay
2020-08-13
1
-26
/
+26
*
board: update test on misc_read result in board_late_init
Patrick Delaunay
2020-07-28
1
-1
/
+1
*
configs:stm32mp1: activate env config in SPL
Patrick Delaunay
2020-07-28
1
-4
/
+4
*
stm32mp1: board: add support of CONFIG_ENV_IS_IN_MMC
Patrick Delaunay
2020-07-28
1
-0
/
+14
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-1
/
+1
*
board: st: move type-c stusb1600 controller code in a driver
Patrick Delaunay
2020-07-07
1
-52
/
+6
*
board: stm32mp1: update the gpio hog support
Patrick Delaunay
2020-07-07
1
-8
/
+2
*
board: st: stpmic1: add function stpmic1_init
Patrick Delaunay
2020-07-07
1
-0
/
+6
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
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
*
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
*
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
*
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
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
[next]