TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
f3d2750aa2293c0279bc447a85771827ca8b74c1
/
drivers
/
st
f3d2750
feat(drivers/st): manage boot part in io_mmc
by Vyacheslav Yurkov
· 4 years, 2 months ago
3ed0165
nand: stm32_fmc_nand: remove dead code
by Yann Gautier
· 4 years, 6 months ago
b473430
drivers: move scmi-msg out of st
by Peng Fan
· 4 years, 7 months ago
dfe577a
Merge "Don't return error information from console_flush" into integration
by Mark Dykes
· 4 years, 10 months ago
80d9cf7
Merge changes from topic "stm32mp1_plat_updates" into integration
by Madhukar Pappireddy
· 4 years, 10 months ago
ade9ce0
stm32mp1: get peripheral base address from a define
by Yann Gautier
· 5 years ago
495885b
drivers: stm32_fmc2_nand: fix boundary check for chip select
by Lionel Debieve
· 5 years ago
0c3e8ac
drivers: stm32_fmc2_nand: move to new bindings
by Christophe Kerello
· 5 years ago
831b0e9
Don't return error information from console_flush
by Jimmy Brisson
· 5 years ago
4496600
drivers: stm32_fmc2_nand: fix incorrect error detection
by Lionel Debieve
· 4 years, 10 months ago
1bb9072
clk: stm32mp1: fix rcc mckprot status
by Etienne Carriere
· 6 years ago
54019a3
mmc: st: clear some flags before sending a command
by Yann Gautier
· 5 years ago
7d8e121
mmc: st: correct retries management
by Yann Gautier
· 5 years ago
769a990
gpio: stm32_gpio: check GPIO node status after checking DT
by Yann Gautier
· 5 years ago
662c1f5
crypto: stm32_hash: fix issue when restarting computation
by Lionel Debieve
· 6 years ago
3d0d0a1
drivers/stm32_hash: register resources as secure or not
by Etienne Carriere
· 6 years ago
66de6f3
drivers/stm32_gpio: register GPIO resources as secure or not
by Etienne Carriere
· 6 years ago
bcc360f
drivers/stm32_iwdg: register IWDG resources as secure or not
by Etienne Carriere
· 6 years ago
f564d43
drivers/stm32mp_pmic: register PMIC resources as secure or not
by Etienne Carriere
· 6 years ago
37e8295
drivers: st: clock: register parent of secure clocks
by Etienne Carriere
· 5 years ago
7d6fa6e
drivers/scmi-msg: smt entry points for incoming messages
by Etienne Carriere
· 5 years ago
6cc2c1c
drivers/scmi-msg: support for reset domain protocol
by Etienne Carriere
· 5 years ago
c9e8300
drivers/scmi-msg: support for clock protocol
by Etienne Carriere
· 5 years ago
75366cc
drivers/scmi-msg: driver for processing scmi messages
by Etienne Carriere
· 6 years ago
77d0504
drivers: introduce ST ETZPC driver
by Etienne Carriere
· 6 years ago
ec29ce6
Merge "drivers: stm32_reset adapt interface to timeout argument" into integration
by Mark Dykes
· 5 years ago
45c70e6
drivers: stm32_reset adapt interface to timeout argument
by Etienne Carriere
· 6 years ago
25be845
drivers: stm32mp1 clocks: fix debug trace on clock enable/disable
by Etienne Carriere
· 6 years ago
033b6c3
drivers: stm32mp1 clocks: enable system clocks during initialization
by Etienne Carriere
· 6 years ago
3584820
drivers: stm32mp1 clocks: prevent crash on always on clocks
by Etienne Carriere
· 6 years ago
016af00
drivers: stm32mp1 clocks: add RTC as a gateable clock
by Etienne Carriere
· 6 years ago
8ae08dc
drivers: stm32mp1 clocks: support shifted clock selector bit masks
by Etienne Carriere
· 6 years ago
8fbcd9e
drivers: stm32mp1 clocks: allow tree lookup for several system clocks
by Etienne Carriere
· 6 years ago
7ad6d36
plat/stm32: Use generic fdt_get_reg_props_by_name()
by Andre Przywara
· 5 years ago
be858cf
plat/stm32: Implement fdt_read_uint32_default() as a wrapper
by Andre Przywara
· 5 years ago
52a616b
plat/stm32: Use generic fdt_read_uint32_array() implementation
by Andre Przywara
· 5 years ago
84686ba
stm32mp1: dynamically map DDR later and non-cacheable during its test
by Yann Gautier
· 6 years ago
9543389
io: io_stm32image: correct possible NULL pointer dereference
by Yann Gautier
· 5 years ago
9fe181c
nand: stm32_fmc2_nand: correct xor_ecc.val assigned value
by Yann Gautier
· 5 years ago
9d22d31
spi: stm32_qspi: correct static analysis issues
by Yann Gautier
· 5 years ago
c10db6d
stm32: Use generic console_t data structure
by Andre Przywara
· 6 years ago
0581a88
spi: stm32_qspi: Add QSPI support
by Lionel Debieve
· 6 years ago
695f7df
fmc: stm32_fmc2_nand: Add FMC2 driver support
by Lionel Debieve
· 6 years ago
70cb0bf
io: change seek offset to signed long long
by Yann Gautier
· 6 years ago
243b61d
gpio: stm32_gpio: do not mix error code types
by Nicolas Le Bayon
· 6 years ago
4bdb1a7
stm32mp1: add authentication support for stm32image
by Lionel Debieve
· 6 years ago
f700423
bsec: move bsec_mode_is_closed_device() service to platform
by Lionel Debieve
· 6 years ago
b1e0b11
crypto: stm32_hash: Add HASH driver
by Lionel Debieve
· 6 years ago
ebf851e
stm32mp1: manage CONSOLE_FLAG_TRANSLATE_CRLF and cleanup driver
by Yann Gautier
· 6 years ago
d9d803e
mmc: stm32_sdmmc2: correctly manage block size
by Yann Gautier
· 6 years ago
2c2c9f1
mmc: stm32_sdmmc2: manage max-frequency property from DT
by Yann Gautier
· 6 years ago
1e91952
stm32mp1: move check_header() to common code
by Yann Gautier
· 6 years ago
4b549b2
stm32mp1: add support for LpDDR3
by Yann Gautier
· 6 years ago
e463d3f
stm32mp1: use a common function to check spinlock is available
by Yann Gautier
· 6 years ago
6cb45f8
clk: stm32mp: enable RTCAPB clock for dual-core chips
by Yann Gautier
· 6 years ago
73680c2
stm32mp1: add watchdog support
by Yann Gautier
· 6 years ago
f33b243
stm32mp1: add general SYSCFG management
by Yann Gautier
· 6 years ago
dd98aec
clk: stm32mp1: correctly handle Clock Spreading Generator
by Yann Gautier
· 6 years ago
d4151d2
clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array
by Yann Gautier
· 6 years ago
f66358a
clk: stm32mp1: move oscillator functions to generic file
by Yann Gautier
· 6 years ago
e1abd56
arch: add some defines for generic timer registers
by Yann Gautier
· 6 years ago
be3991c
Console: remove deprecated finish_console_register
by Ambroise Vincent
· 6 years ago
b248bb4
mmc: stm32_sdmmc2: fill ocr_voltage
by Yann Gautier
· 6 years ago
b053a22
stm32mp1: add minimal support for co-processor Cortex-M4
by Yann Gautier
· 6 years ago
0d21680
stm32mp1: update clock driver
by Yann Gautier
· 6 years ago
5202cb3
stm32mp1: add timeout detection in reset driver
by Yann Gautier
· 6 years ago
7ae58c6
stm32mp1: use functions to retrieve some peripheral addresses
by Yann Gautier
· 6 years ago
447b2b1
stm32mp1: split clkfunc code
by Yann Gautier
· 6 years ago
d82d4ff
stm32mp1: update I2C and PMIC drivers
by Yann Gautier
· 6 years ago
dfdb057
stm32mp1: use new functions to manage timeouts
by Yann Gautier
· 6 years ago
e0a8ce5
stm32mp1: remove some dependencies on clocks and reset in drivers
by Yann Gautier
· 6 years ago
3f9c978
stm32mp1: make functions and macros more common
by Yann Gautier
· 6 years ago
c9d75b3
stm32mp1: split code between common and private parts
by Yann Gautier
· 6 years ago
88ef042
stm32mp1: add BSEC driver
by Yann Gautier
· 7 years ago
1fc2130
stm32mp1: update device tree and gpio functions
by Yann Gautier
· 7 years ago
4156d4d
drivers: st: update drivers code
by Yann Gautier
· 7 years ago
077f682
drivers: st: pmic: update stpmic1 driver
by Yann Gautier
· 7 years ago
c948f77
stm32mp1: update device tree files
by Yann Gautier
· 7 years ago
23684d0
stm32mp1: rename stpmu1 to stpmic1
by Yann Gautier
· 7 years ago
435832a
drivers: st: move i2c driver in its own folder
by Yann Gautier
· 7 years ago
6e6ab28
stm32mp1: do not include platform header files directly in drivers
by Yann Gautier
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
1d7bcaa
drivers: st: mmc: improve error cases in send_cmd function
by Yann Gautier
· 7 years ago
8b7a26d
drivers: st: uart: remove old API
by Yann Gautier
· 7 years ago
6d264af
drivers: st: update console driver to support MULTI_CONSOLE_API
by Yann Gautier
· 7 years ago
8244d22
stm32mp1: add a new file for UART registers definition
by Yann Gautier
· 7 years ago
3e6fab4
stm32mp1: correct some static analysis tools issues
by Yann Gautier
· 7 years ago
a3d39cc
stm32mp1: add an IO to read MMC devices
by Yann Gautier
· 7 years ago
ceaff75
stm32mp1: add an IO to read STM32IMAGE binaries
by Yann Gautier
· 7 years ago
8e2e5e8
stm32mp1: add sdmmc2 driver
by Yann Gautier
· 7 years ago
39b6cc6
libc: Use printf and snprintf across codebase
by Antonio Nino Diaz
· 7 years ago
6a23356
Replace stdio.h functions by TF functions
by Antonio Nino Diaz
· 7 years ago
10a511c
stm32mp1: Add DDR support and its security with TZC400
by Yann Gautier
· 7 years ago
e4f559f
stm32mp1: Add PMIC support
by Yann Gautier
· 7 years ago
278c34d
stm32mp1: Add console support
by Yann Gautier
· 7 years ago
6a339a4
stm32mp1: Add GPIO support
by Yann Gautier
· 7 years ago
7839a05
stm32mp1: Add clock and reset support
by Yann Gautier
· 7 years ago
4353bb2
Introduce STMicroelectronics STM32MP1 platform
by Yann Gautier
· 7 years ago