]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: riscv: Add arch_lmb_reserve()
authorMarek Vasut <marek.vasut@gmail.com>
Fri, 10 Sep 2021 20:47:15 +0000 (22:47 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 23 Sep 2021 18:15:32 +0000 (14:15 -0400)
commiteeaa3fe65270758ab0bdb1515e14f9bf936d3a25
tree031030453080465ee7bd67079fa49ebdb6e7afe0
parent6a0890a61e10d5f8b71e99c7d732bd65cebe31b4
lmb: riscv: Add arch_lmb_reserve()

Add arch_lmb_reserve() implemented using arch_lmb_reserve_generic().
It is rather likely this architecture also needs to cover U-Boot with
LMB before booting Linux.

Reviewed-by: Rick Chen <rick@andestech.com>
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Atish Patra <atish.patra@wdc.com>
Cc: Leo <ycliang@andestech.com>
Cc: Rick Chen <rick@andestech.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tom Rini <trini@konsulko.com>
arch/riscv/lib/bootm.c