On 19.01.2023 13:45, Oleksii Kurochko wrote: > The patch series introduces the following: > - the minimal set of headers and changes inside them. > - SBI (RISC-V Supervisor Binary Interface) things necessary for basic > early_printk implementation. > - things needed to set up the stack. > - early_printk() function to print only strings. > - RISC-V smoke test which checks if "Hello from C env" message is > present in serial.tmp > > --- > Changes in V4: > - Patches "xen/riscv: introduce dummy asm/init.h" and "xen/riscv: > introduce > stack stuff" were removed from the patch series as they were merged > separately > into staging. > - Remove "depends on RISCV*" from Kconfig.debug as Kconfig.debug is > located > in arch specific folder. > - fix code style. > - Add "ifdef __riscv_cmodel_medany" to early_printk.c.
Did you really mean to send v4 another time? Jan