Question regarding arch-fs-layerscape in the context of DDR

2025-04-26 Thread Patryk
K2 BASE it uses CFG_SYS_DDR_BLOCK2_BASE, like in the example above. Is CONFIG_SYS_DDR_BLOCK3_BASE a legacy name and should be changed to CFG_SYS_DDR_BLOCK3_BASE? This question is based on what I've found in doc/develop/system_configuration. Best regards Patryk

Using EFI variables in boot scr

2024-12-12 Thread Patryk
some nasty workarounds). Does it even make sense? If not, then I would be grateful for even a short explanation why, and perhaps showing an alternative way. Best regards Patryk

[PATCH] ARM: vexpress_ca9x4: Add missing flash width config option

2023-09-20 Thread Patryk Biel
. saving u-boot env will work correctly. Tested on QEMU 6.2.0. Cc: Kristian Amlie Signed-off-by: Patryk Biel --- configs/vexpress_ca9x4_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig index 5cacecc7cb..ac9c0e1d71