From patchwork Fri Jun 19 01:51:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Atish Patra X-Patchwork-Id: 242646 List-Id: U-Boot discussion From: atish.patra at wdc.com (Atish Patra) Date: Thu, 18 Jun 2020 18:51:47 -0700 Subject: [PATCH 0/3] Assorted fixes related to reserved memory Message-ID: <20200619015150.27745-1-atish.patra@wdc.com> This series has few small assorted fixes related to reserved memory support in RISC-V and EFI. The series is rebased on top of the following series http://patchwork.ozlabs.org/project/uboot/patch/1591767391-2669-2-git-send-email-bmeng.cn at gmail.com/ Changes from v1->v2: 1. Rebased on top of the Bin's series. Dropped the fix generic fdtdec code. 2. Added bootefi fix. ption-prefix PATCH v2 Atish Patra (3): riscv: Do not return error if reserved node already exists riscv: Use optimized version of fdtdec_get_addr_size_no_parent cmd: bootefi: Honor the address & size cells properties correctly arch/riscv/lib/fdt_fixup.c | 4 ++-- cmd/bootefi.c | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) --- 2.24.0