Tom Rini
d219fc06b3
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-09-16 16:06:46 -04:00
Tom Rini
1247c35c80
configs: Resync with savedefconfig
...
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-08-23 15:24:14 -04:00
Patrick Delaunay
257d001cb5
configs: stm32mp13: activate some command
...
Activate useful commands in STM32MP13x config, already activated in
stm32mp15_defconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:48:15 +02:00
Patrick Delaunay
33129f6130
configs: stm32mp13: activate I2C support
...
Activate the I2C driver in STM32MP13x config.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:48:15 +02:00
Patrick Delaunay
420f37a91f
configs: stm32mp13: activate RTC support
...
Activate the RTC driver in STM32MP13x config.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:48:15 +02:00
Patrick Delaunay
72d7a302f6
configs: stm32mp13: activate RNG support
...
Activate the RNG driver provided by OP-TEE.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-07-12 11:48:15 +02:00
Tom Rini
c45568cc4e
Convert CONFIG_SYS_BOOTM_LEN to Kconfig
...
This converts the following to Kconfig:
CONFIG_SYS_BOOTM_LEN
As part of this, rework error handling in boot/bootm.c so that we pass
the buffer size to handle_decomp_error as CONFIG_SYS_BOOTM_LEN will not
be available to host tools but we do know the size that we passed to
malloc().
Cc: Soeren Moch <smoch@web.de >
Signed-off-by: Tom Rini <trini@konsulko.com >
2022-07-07 14:01:09 -04:00
Patrick Delaunay
11517ccc8c
configs: add stm32mp13 defconfig
...
Add a initial config for STM32M13x SOC family, using the stm32mp135f-dk
device tree.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com >
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com >
2022-06-17 10:41:16 +02:00