Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
353dfe4b4359de2f18bf35ccffe5d85bd5ff8924
/
arch
/
arm
/
mach-stm32mp
« Previous
cd304e2
Merge tag 'u-boot-stm32-20200117' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 4 years, 10 months ago
db41d65
common: Move hang() to the same header as panic()
by Simon Glass
· 4 years, 11 months ago
8462548
stm32mp1: split board and SOC support for STM32MP15x family
by Patrick Delaunay
· 4 years, 10 months ago
e71b9a6
ARM: stm32: Allow overriding setup_mac_address()
by Marek Vasut
· 5 years ago
541911f
stm32mp: remove redundant SYS_TEXT_BASE prompt
by Thomas Hebb
· 5 years ago
7bff971
stm32mp1: reset coprocessor status at cold boot
by Fabien Dessenne
· 5 years ago
ee16c9a
stm32mp1: declare backup registers for coprocessor
by Fabien Dessenne
· 5 years ago
16fec9b
stm32mp1: remove the imply BOOTSTAGE
by Patrick Delaunay
· 5 years ago
eee1580
stm32mp1: imply CMD_CLS
by Patrick Delaunay
· 5 years ago
9edefc2
common: Move some cache and MMU functions out of common.h
by Simon Glass
· 5 years ago
0c8620d
bsec: update after MISC u-class update
by Patrick Delaunay
· 5 years ago
4d401e9
stm32mp1: Makefile cleanup
by Patrick Delaunay
· 5 years ago
49ef8e1
stm32mp1: configs: add spi load support in spl
by Patrick Delaunay
· 5 years ago
9cd8b9f
stm32mp1: configs: add condition to activate WATCHDOG in SPL
by Patrick Delaunay
· 5 years ago
a67d958
stm32mp1: configs: Activate DISABLE_CONSOLE
by Patrick Delaunay
· 5 years ago
16a0722
stm32mp1: configs: select CONFIG_STM32_SERIAL
by Patrick Delaunay
· 5 years ago
6755198
stm32mp1: configs: activate PRE_CONSOLE_BUFFER
by Patrick Delaunay
· 5 years ago
c50c928
stm32mp1: configs: activate CONFIG_SILENT_CONSOLE
by Patrick Delaunay
· 5 years ago
178a415
stpmic1: program pmic to keep only the debug unit on
by Patrick Delaunay
· 5 years ago
b805051
sysreset: move stm32mp sysreset poweroff implementation to sysreset uclass
by Urja Rannikko
· 5 years ago
857f39d
sysreset: switch to using SYSRESET_POWER_OFF for poweroff
by Urja Rannikko
· 5 years ago
e7dcf56
env: Drop environment.h header file where not needed
by Simon Glass
· 5 years ago
9fb625c
env: Move env_set() to env.h
by Simon Glass
· 5 years ago
e21e3ff
psci: Fix warnings when compiling with W=1
by Patrick Delaunay
· 5 years ago
745b676
stm32mp1: bsec: Fix warnings when compiling with W=1
by Patrick Delaunay
· 5 years ago
e609e13
stm32mp1: Fix warnings when compiling with W=1
by Patrick Delaunay
· 5 years ago
e81f8d1
stm32mp1: activate OF_BOARD_SETUP and FDT_FIXUP_PARTITIONS
by Patrick Delaunay
· 5 years ago
152c84b
stm32mp1: add configuration op-tee
by Patrick Delaunay
· 5 years ago
f4cb5d6
stm32mp1: key: add stm32key command
by Patrick Delaunay
· 5 years ago
c60f3b3
stm32mp1: update device tree with ETZPC status
by Patrick Delaunay
· 5 years ago
05d3693
stm32mp1: update package information in device tree
by Patrick Delaunay
· 5 years ago
24cb458
stm32mp1: export get_cpu_package function
by Patrick Delaunay
· 5 years ago
dfda7d4
stm32mp1: syscon: remove stgen
by Patrick Delaunay
· 5 years ago
72d1858
stm32mp1: syscon: remove etzpc support
by Patrick Delaunay
· 5 years ago
8c1007a
watchdog: stm32mp: Add watchdog driver
by Patrice Chotard
· 6 years ago
1538e1a
stm32mp1: Increase ENV_SIZE
by Patrice Chotard
· 6 years ago
bc9487d
arm: mach-stm32mp: Add newline to the MAC error message
by Manivannan Sadhasivam
· 6 years ago
1767ac2
stm32mp1: ram: add support for LPDDR2/LPDDR3
by Patrick Delaunay
· 6 years ago
27a986d
stm32mp1: add bootstage support
by Patrick Delaunay
· 6 years ago
3419982
stm32mp1: add bootcount support
by Patrick Delaunay
· 6 years ago
bb7288e
stm32mp1: psci: add synchronization with ROM code
by Patrick Delaunay
· 6 years ago
ee7d772
stm32mp1: cosmetic: bsec: reorder include files
by Patrick Delaunay
· 6 years ago
579a3e7
stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig
by Patrick Delaunay
· 6 years ago
ef84ddd
stm32mp1: Move config SYS_MALLOC_LEN to Kconfig
by Patrick Delaunay
· 6 years ago
c16cc4f
stm32mp1: add command poweroff
by Patrick Delaunay
· 6 years ago
17f1f9b
stm32mp1: Replace OTP read by SHADOW read
by Patrick Delaunay
· 6 years ago
815bc8b
stm32mp1: bsec: shadow all the upper OTP (no secure) during boot
by Patrick Delaunay
· 6 years ago
bfe1f08
stm32mp1: bsec: use device tree new compatible
by Patrick Delaunay
· 6 years ago
59a54e3
stm32mp1: basic boot: SPL enable access to GPIOZ bank
by Patrick Delaunay
· 6 years ago
8983ba2
stm32mp1: align serial number on bootrom
by Patrick Delaunay
· 6 years ago
6c09eb9
stm32mp1: add some syscon drivers for syscfg and etpzc
by Patrick Delaunay
· 6 years ago
9a2ba28
stm32mp1: support forced boot mode
by Patrick Delaunay
· 6 years ago
105a5ad
stm32mp1: spl: hang with trace when DDR init failed
by Patrick Delaunay
· 6 years ago
b496eec
stm32mp1: cosmetic: add comment on psci_migrate_info_type return value
by Patrick Delaunay
· 6 years ago
45ccdb6
stm32mp1: cosmetic cleanup Kconfig
by Patrick Delaunay
· 6 years ago
006ea18
stm32mp1: spl: add spl_display_print
by Patrick Delaunay
· 6 years ago
35d568f
stm32mp1: update print_cpuinfo()
by Patrick Delaunay
· 6 years ago
7f63c1e
stm32mp1: update boot mode management
by Patrick Delaunay
· 6 years ago
d461f10
stm32mp1: display board information
by Patrick Delaunay
· 6 years ago
d859c61
stm32mp1: bsec: access with SMC for trusted boot
by Patrick Delaunay
· 6 years ago
abf2678
stm32mp1: add trusted boot with TF-A
by Patrick Delaunay
· 6 years ago
1b35c90
arm: stm32mp1: deploy spl in root folder
by Patrick Delaunay
· 6 years ago
29e1a64
arm: stm32mp1: deploy spl in root folder
by Sean Nyekjær
· 6 years ago
b2f84e3
gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h
by Patrice Chotard
· 6 years ago
dbf928d
gpio: stm32f7: Add gpio bank holes management
by Patrice Chotard
· 6 years ago
8729b1a
misc: Update read() and write() methods to return bytes xfered
by Simon Glass
· 6 years ago
4854ebc5
arm: stm32mp: Remove DM_FLAG_PRE_RELOC flag
by Bin Meng
· 6 years ago
bc06134
stm32mp1: activate MISC support in SPL
by Patrick Delaunay
· 6 years ago
d090cba
misc: stm32: Add STM32MP1 support
by Patrick Delaunay
· 6 years ago
bfc6bae
reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET
by Ley Foon Tan
· 6 years ago
7f7deb0
stm32mp1: use OTP to configure MAC address and serial number
by Patrick Delaunay
· 6 years ago
19f5899
stm32mp1: add bsec driver
by Patrick Delaunay
· 6 years ago
de20e43
stm32mp1: remove the second TAMP_BOOT_CONTEXT update
by Patrick Delaunay
· 6 years ago
320d266
stm32mp1: Allow to activate CONFIG_DEBUG_UART
by Patrick Delaunay
· 6 years ago
e8b85e8
stm32mp: regulator: add SoC pwr regulator support
by Patrick Delaunay
· 7 years ago
acf1500
arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A
by Lokesh Vutla
· 7 years ago
41c7977
arm: stm32mp1: add PSCI support
by Patrick Delaunay
· 7 years ago
4549e78
SPDX: Convert all of our multiple license tags to Linux Kernel style
by Tom Rini
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
7842b6a
arm: move SYS_ARCH_TIMER to KConfig
by Andre Przywara
· 7 years ago
86634a9
stm32mp: handle SYSRESET
by Patrick Delaunay
· 7 years ago
e16750f
stm32mp: add syscon for STGEN
by Patrick Delaunay
· 7 years ago
11dfd1a
stm32mp1: select boot device and partition
by Patrick Delaunay
· 7 years ago
08772f6
stm32mp1: get boot mode from BootRom
by Patrick Delaunay
· 7 years ago
96583cd
stm32mp: add check of cpu identifier
by Patrick Delaunay
· 7 years ago
cda3dcb
stm32mp: cleanup cpu.c
by Patrick Delaunay
· 7 years ago
f8598d9
board: st: add generic board for STM32MP1 family
by Patrick Delaunay
· 7 years ago
e70f70a
ram: stm32mp1: add driver
by Patrick Delaunay
· 7 years ago
2514c2d
arm: stm32: add new architecture for STM32MP family
by Patrick Delaunay
· 7 years ago