Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix CONFIG_ENV_SIZE variable value for SD image
|
|
Add SDMFG variable instead of BB_USE_SD
|
|
|
|
Let the kernel to read the partition table from DTS.
|
|
- marked `CONFIG_MMC_ATMELMCI` (the SD-card kernel module) as a built-in
module - required to boot from rootfs on the SD card;
- maked `CONFIG_REGMAP_I2C` as a built-in module - automatically by menuconfig,
may be unnecessary;
- maked `CONFIG_EXT4_FS` as a built-in module - to mount EXT4 rootfs;
- maked `CONFIG_JBD2` and `CONFIG_FS_MBCACHE` as built-ins - automatically by
menuconfig, may be unnecessary;
- removed automatically by menuconfig: `CONFIG_GCC_PLUGIN_STRUCTLEAK_USER`,
`CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF`,
`CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix merge conflict in the mtre.conf file
See merge request !25
|
|
|
|
MTX-4554 mPower R.6.0.X (Fall'22): GP-1669 U-Boot on Atmel devices: Management o…
See merge request !24
|
|
Management of the U-Boot variables from Linux needs to be controlled similar to NXP devices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|