Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
1132db8393b75b7b2e63105955cc6ac441705f95
/
plat
/
st
/
stm32mp1
e50571b
feat(plat/st): add STM32MP_UART_PROGRAMMER target
by Patrick Delaunay
· Thu Oct 28 13:48:52 2021 +0200
48ba183
Merge changes from topic "st_usb" into integration
by Madhukar Pappireddy
· Tue Nov 09 06:03:32 2021 +0100
0dc9231
refactor(stm32mp1): use fconf.mk
by Yann Gautier
· Fri Oct 29 17:04:17 2021 +0200
b43d85a
fix(drivers/usb): add a optional ops get_other_speed_config_desc
by Patrick Delaunay
· Thu Nov 04 15:13:33 2021 +0100
9c5ee78
feat(plat/st/stm32mp1): add STM32MP_USB_PROGRAMMER target
by Patrick Delaunay
· Tue Jul 06 14:07:56 2021 +0200
f12b745
feat(plat/st/stm32mp1): add USB DFU support for STM32MP1
by Patrick Delaunay
· Wed Jun 30 17:06:19 2021 +0200
e927215
build(fdt-wrappers): introduce FDT wrappers makefile
by Chris Kay
· Tue Sep 28 15:52:14 2021 +0100
b499ee5
Merge "fix(plat/st): correct signedness comparison issue" into integration
by Mark Dykes
· Thu Oct 14 23:25:28 2021 +0200
3ab157a
fix(stm32mp1): add bl prefix for internal linker script
by Yann Gautier
· Thu Oct 07 14:19:48 2021 +0200
466be2c
fix(plat/st): correct signedness comparison issue
by Yann Gautier
· Tue Nov 10 15:08:37 2020 +0100
5c84e74
fix(plat/st): add UART reset in crash console init
by Yann Gautier
· Mon Sep 14 17:21:59 2020 +0200
1dc5e2e
feat(plat/st): add a new DDR firewall management
by Lionel Debieve
· Sun Sep 27 21:13:53 2020 +0200
68e6d69
refactor(plat/st): use TZC400 bindings
by Yann Gautier
· Mon Jul 05 14:07:29 2021 +0200
29f1f94
feat(plat/st): manage io_policies with FCONF
by Yann Gautier
· Tue Jul 13 18:07:41 2021 +0200
658775c
feat(plat/st): use FCONF to configure platform
by Yann Gautier
· Tue Jul 06 10:00:44 2021 +0200
a3bd8d1
feat(plat/st): improve FIP image loading from MMC
by Yann Gautier
· Fri Jun 18 11:33:26 2021 +0200
0ed7b2a
feat(plat/st): use FIP to load images
by Yann Gautier
· Wed May 19 18:48:16 2021 +0200
90f84d7
refactor(plat/st): updates for OP-TEE
by Yann Gautier
· Tue Jul 13 14:44:09 2021 +0200
d2d9b96
fix(plat/st): apply security at the end of BL2
by Yann Gautier
· Mon Aug 16 11:58:01 2021 +0200
f3bd87e
refactor(plat/st): map DDR secure at boot
by Yann Gautier
· Fri Sep 04 15:55:53 2020 +0200
de00f3e
refactor(plat/st): rework TZC400 configuration
by Yann Gautier
· Thu Aug 20 16:36:07 2020 +0200
e56f53f
fix(plat/st): add STM32IMAGE_SRC
by Yann Gautier
· Wed Jun 09 09:36:35 2021 +0200
0315fa0
fix(plat/st): correct IO compensation disabling
by Yann Gautier
· Mon Oct 26 15:21:25 2020 +0100
152897d
fix(plat/st): correct BSEC error code management
by Nicolas Le Bayon
· Tue Jan 14 14:03:39 2020 +0100
e8fb1ab
Merge "refactor(plat/st): check boot device only for BL2" into integration
by Madhukar Pappireddy
· Thu Jun 17 23:44:07 2021 +0200
1174afd
Merge "refactor(plat/st): avoid fixed DT address" into integration
by Manish Pandey
· Wed Jun 16 23:23:30 2021 +0200
75fcf54
Merge changes from topic "soc_id" into integration
by Manish Pandey
· Wed Jun 16 12:03:17 2021 +0200
05773eb
refactor(plat/st): avoid fixed DT address
by Yann Gautier
· Mon Aug 24 11:51:50 2020 +0200
cc785d8
refactor(plat/st): check boot device only for BL2
by Yann Gautier
· Mon Nov 09 11:16:10 2020 +0100
e43a080
feat(plat/st): add STM32MP_EMMC_BOOT option
by Vyacheslav Yurkov
· Fri Jun 04 10:10:51 2021 +0200
ebf15ba
refactor(plat/st): rename OP-TEE pager to core
by Yann Gautier
· Wed May 19 16:10:25 2021 +0200
a0a6ff6
refactor(plat/st): export functions to get SoC information
by Yann Gautier
· Mon May 10 16:05:18 2021 +0200
dca6154
stm32mp1: enable PIE for BL32
by Yann Gautier
· Wed Feb 10 18:19:23 2021 +0100
83d7b18
stm32mp1: set BL sizes regardless of flags
by Yann Gautier
· Fri Apr 16 18:22:12 2021 +0200
d782056
stm32mp1: add TZC400 interrupt management
by Yann Gautier
· Thu Apr 25 13:29:12 2019 +0200
2f97423
stm32mp1: use TZC400 macro to describe filters
by Yann Gautier
· Thu Sep 17 12:25:05 2020 +0200
4f71493
Merge changes from topic "scmi-msg" into integration
by Madhukar Pappireddy
· Wed Jan 27 15:14:46 2021 +0000
f94d85a
stm32mp1: correct plat_crash_console_flush()
by Yann Gautier
· Wed Dec 09 13:35:27 2020 +0100
8053e07
drivers: move scmi-msg out of st
by Peng Fan
· Wed Jan 20 11:04:08 2021 +0800
8b346c5
Merge "Don't return error information from console_flush" into integration
by Mark Dykes
· Wed Oct 14 18:59:27 2020 +0000
36e9d38
stm32mp1: use %u in NOTICE message for board info
by Yann Gautier
· Tue Oct 13 18:03:31 2020 +0200
a18f61b
stm32mp1: get peripheral base address from a define
by Yann Gautier
· Tue May 05 17:58:40 2020 +0200
7704f16
stm32mp1: add finished good variant in board identifier
by Patrick Delaunay
· Wed Jan 08 10:05:14 2020 +0100
98f4ea0
stm32mp1: add asserts in get_cpu_package() and get_part_number()
by Nicolas Le Bayon
· Mon Sep 23 11:18:32 2019 +0200
7b64e3e
stm32mp1: add support for new SoC profiles
by Lionel Debieve
· Fri May 17 16:01:18 2019 +0200
2d64b53
stm32mp1: support of STM32MP15x Rev.Z
by Lionel Debieve
· Tue Jun 25 10:40:37 2019 +0200
39f9eee
Don't return error information from console_flush
by Jimmy Brisson
· Wed Aug 05 13:44:05 2020 -0500
46f8e67
stm32mp1: cosmetics in platform.mk
by Yann Gautier
· Fri Sep 18 10:32:37 2020 +0200
3f10a2f
stm32mp1: update rules for stm32image tool
by Yann Gautier
· Fri Sep 18 10:21:29 2020 +0200
6916a44
stm32mp1: add macros to define PLAT_PARTITION_MAX_ENTRIES
by Yann Gautier
· Thu Sep 17 12:28:12 2020 +0200
5f40063
stm32mp1: sort platform.mk
by Yann Gautier
· Wed Feb 12 09:30:49 2020 +0100
94e5ed9
stm32mp1: use ASFLAGS for binary paths
by Yann Gautier
· Thu Jan 23 18:41:20 2020 +0100
7faa3bb
stm32mp1: use internal MAKE_LD macro to generate stm32 linker files
by Yann Gautier
· Thu May 14 16:54:12 2020 +0200
a464db4
Merge "fdts: stm32mp1: realign device tree with kernel" into integration
by Madhukar Pappireddy
· Fri Oct 02 15:07:26 2020 +0000
4ede20a
fdts: stm32mp1: realign device tree with kernel
by Yann Gautier
· Fri Sep 18 15:04:14 2020 +0200
868007e
stm32mp1: correct crash console GPIO alternate configuration
by Yann Gautier
· Tue Feb 25 17:51:52 2020 +0100
a0388f3
stm32mp1: add plat_panic_handler function
by Yann Gautier
· Tue Sep 15 12:29:53 2020 +0200
e0b4fde
stm32mp1: update plat_report_exception
by Yann Gautier
· Tue Sep 15 12:24:46 2020 +0200
65fca7c
build_macros.mk: include assert and define loop macros
by Leonardo Sandoval
· Thu Sep 10 12:18:27 2020 -0500
d501810
stm32mp1: use newly introduced GICv2 makefile
by Yann Gautier
· Fri Aug 07 09:48:30 2020 +0200
34f0e93
stm32mp1: SCMI clock and reset service in SP_MIN
by Etienne Carriere
· Thu Jul 16 17:36:18 2020 +0200
63b2206
stm32mp1: register shared resource per GPIO bank/pin
by Etienne Carriere
· Wed May 13 10:19:50 2020 +0200
0cfbff9
stm32mp1: register shared resource per IOMEM address
by Etienne Carriere
· Wed May 13 10:16:21 2020 +0200
c8d47a7
stm32mp1: allow non-secure access to reset upon periph registration
by Etienne Carriere
· Wed May 13 13:53:15 2020 +0200
875f85a
stm32mp1: allow non-secure access to clocks upon periph registration
by Etienne Carriere
· Wed May 13 10:20:34 2020 +0200
1bbb924
stm32mp1: shared resources: peripheral registering
by Etienne Carriere
· Wed May 13 14:22:01 2020 +0200
e704f99
stm32mp1: shared resources: add trace messages
by Etienne Carriere
· Wed May 13 15:51:56 2020 +0200
a5b7388
Merge changes from topic "stm32-shres" into integration
by Mark Dykes
· Thu Jul 02 16:11:10 2020 +0000
fb167ca
Merge "stm32mp1: introduce shared resources support" into integration
by Mark Dykes
· Thu Jul 02 16:10:12 2020 +0000
b94bd05
Merge "stm32mp1: disable neon in sp_min" into integration
by Mark Dykes
· Mon Jun 29 15:59:45 2020 +0000
5f8d417
Merge "stm32mp1: check stronger the secondary CPU entry point" into integration
by Mark Dykes
· Mon Jun 29 15:58:23 2020 +0000
81200ac
Merge "stm32mp1: use last page of SYSRAM as SCMI shared memory" into integration
by Mark Dykes
· Thu Jun 25 18:37:51 2020 +0000
196c2ac
stm32mp1: SP_MIN embeds Arm Architecture services
by Etienne Carriere
· Tue Jun 23 09:26:15 2020 +0200
72369b1
stm32mp1: use last page of SYSRAM as SCMI shared memory
by Etienne Carriere
· Sun Dec 08 08:17:56 2019 +0100
5a0f82f
stm32mp1: check stronger the secondary CPU entry point
by Etienne Carriere
· Mon Jun 08 20:25:08 2020 +0200
ca651fb
stm32mp1: disable neon in sp_min
by Etienne Carriere
· Fri Apr 10 18:51:54 2020 +0200
7a4a34f
stm32mp1: shared resources: apply registered configuration
by Etienne Carriere
· Wed May 13 10:07:45 2020 +0200
beb53d9
stm32mp1: shared resources: count GPIOZ bank pins
by Etienne Carriere
· Wed May 13 10:13:54 2020 +0200
316d634
stm32mp1: shared resources: define resource identifiers
by Etienne Carriere
· Mon Dec 02 10:08:48 2019 +0100
7ad2c01
stm32mp1: introduce shared resources support
by Etienne Carriere
· Sun Dec 08 08:14:03 2019 +0100
e96162e
plat/stm32mp1: sp_min relies on etzpc driver
by Etienne Carriere
· Fri Apr 10 11:32:54 2020 +0200
f9083d5
Merge "drivers: stm32_reset adapt interface to timeout argument" into integration
by Mark Dykes
· Mon Jun 01 18:07:10 2020 +0000
f02647a
drivers: stm32_reset adapt interface to timeout argument
by Etienne Carriere
· Sun Dec 08 08:14:40 2019 +0100
d81dadf
plat/stm32mp1: fdt helpers for secure aware gpio bank
by Etienne Carriere
· Sat Apr 25 11:14:45 2020 +0200
66b0452
plat/st: move GPIO bank helper function to platform source files
by Etienne Carriere
· Mon Dec 02 10:05:02 2019 +0100
cc99f3f
plat/stm32: Use generic fdt_read_uint32_array() implementation
by Andre Przywara
· Thu Mar 26 12:51:21 2020 +0000
cd40f32
stm32mp1: use stm32mp_get_ddr_ns_size() function
by Yann Gautier
· Wed Feb 26 13:36:07 2020 +0100
3d33df6
stm32mp1: set XN attribute for some areas in BL2
by Yann Gautier
· Tue Dec 17 17:11:10 2019 +0100
a55169b
stm32mp1: dynamically map DDR later and non-cacheable during its test
by Yann Gautier
· Fri Jan 10 18:18:59 2020 +0100
8f268c8
stm32mp1: add a function to get non-secure DDR size
by Yann Gautier
· Wed Feb 26 13:39:44 2020 +0100
e82a304
Merge changes from topic "stm32mp1-multi-image" into integration
by Sandrine Bailleux
· Wed Mar 11 10:03:17 2020 +0000
de14ec9
stm32mp1: platform.mk: support generating multiple images in one build
by Ahmad Fatoum
· Wed Jan 29 18:55:55 2020 +0100
8717c33
stm32mp1: platform.mk: migrate to implicit rules
by Ahmad Fatoum
· Wed Jan 29 18:21:28 2020 +0100
af17d29
stm32mp1: platform.mk: derive map file name from target name
by Ahmad Fatoum
· Wed Jan 29 18:13:51 2020 +0100
098c4b7
stm32mp1: platform.mk: generate linker script with fixed name
by Ahmad Fatoum
· Wed Jan 29 18:08:43 2020 +0100
039f62d
stm32mp1: platform.mk: use PHONY for the appropriate targets
by Ahmad Fatoum
· Tue Feb 25 10:49:00 2020 +0100
678c6fa
stm32: Use generic console_t data structure
by Andre Przywara
· Sat Jan 25 00:58:35 2020 +0000
fc9b411
Enable -Wredundant-decls warning check
by Madhukar Pappireddy
· Mon Dec 23 14:49:52 2019 -0600
3184eea
st: Unify Platform specific defines for PSCI module
by Deepika Bhavnani
· Fri Dec 13 10:53:12 2019 -0600
cb0dbc4
stm32mp1: Add support for SPI-NOR boot device
by Lionel Debieve
· Wed Sep 25 09:11:31 2019 +0200
Next »