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

2022-09-07 Thread Rick Chen
; > Heinrich Schuchardt > Subject: [PATCH v3] 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 in read-write memory. > > In c

[PATCH v3] spl: introduce SPL_XIP to config

2022-09-02 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.