From patchwork Wed Jun 24 21:56:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Atish Patra X-Patchwork-Id: 242900 List-Id: U-Boot discussion From: atish.patra at wdc.com (Atish Patra) Date: Wed, 24 Jun 2020 14:56:13 -0700 Subject: [PATCH v3 0/2] Assorted fixes related to reserved memory Message-ID: <20200624215615.19256-1-atish.patra@wdc.com> This series has few small assorted fixes related to reserved memory support in RISC-V. 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 form v2->v3: 1. Dropped bootefi patch as it is already merged. 2. Fixed minor typos. Changes from v1->v2: 1. Rebased on top of the Bin's series. Dropped the fix generic fdtdec code. 2. Added bootefi fix. Atish Patra (2): riscv: Do not return error if reserved node already exists riscv: Use optimized version of fdtdec_get_addr_size_no_parent arch/riscv/lib/fdt_fixup.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- 2.24.0