Re: [PATCH v2] spl: introduce SPL_XIP to config

2022-09-02 Thread Nikita Shubin
Yu-Chi > > Liang(梁育齊) ; Simon Glass > > ; Bin Meng ; Heinrich > > Schuchardt ; Ilias Apalodimas > > ; Alexandru Gagniuc > > ; Andrew Davis ; Alper Nebi Yasak > > Subject: [PATCH v2] spl: introduce > > SPL_XIP to config > > > > From: Nikita Shubin

Re: [PATCH v2] spl: introduce SPL_XIP to config

2022-09-02 Thread Rick Chen
imas ; Alexandru Gagniuc > ; Andrew Davis ; Alper Nebi Yasak > > Subject: [PATCH v2] spl: introduce SPL_XIP to config > > From: Nikita Shubin > > U-Boot and SPL don't necessary share the same location, so we might end with > U-Boot SPL in read-only memory (XIP) and U-Boot i

[PATCH v2] spl: introduce SPL_XIP to config

2022-08-31 Thread Nikita Shubin
From: Nikita Shubin U-Boot and SPL don't necessary share the same location, so we might end with U-Boot SPL in read-only memory (XIP) and U-Boot in read-write memory. In case of non XIP boot mode, we rely on such variables as "hart_lottery" and "available_harts_lock" which we use as atomics. Th