mbox series

[v2,0/2] Parse and handle command line from dtb

Message ID cover.1728481578.git.oleksii.kurochko@gmail.com (mailing list archive)
Headers show
Series Parse and handle command line from dtb | expand

Message

Oleksii Kurochko Oct. 10, 2024, 3:30 p.m. UTC
This patch series initializes bootinfo from dtb and then parse and
handle command line from dtb.

---
Changes in v2:
 - Update the cover letter message: drop information about patch series
   dependency.
 - Add Acked-by for the patch 2 ( xen/riscv: parse and handle fdt command line )
 - Minor changes for patch 1 ( xen/riscv: initialize bootinfo from dtb ):
   - Drop local variable fdt_size as it is going to be used only once.
---

Oleksii Kurochko (2):
  xen/riscv: initialize bootinfo from dtb
  xen/riscv: parse and handle fdt command line

 xen/arch/riscv/setup.c | 8 ++++++++
 1 file changed, 8 insertions(+)