build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/48113 )
Change subject: mmu: Provide API to expose mmu memery ranges for all archs ......................................................................
Patch Set 1:
(4 comments)
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/arch/ar... File payloads/libpayload/arch/arm/mmu.c:
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/arch/ar... PS1, Line 31: const struct mmu_ranges* lib_get_mmu_ranges(void) "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/arch/ar... File payloads/libpayload/arch/arm64/mmu.c:
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/arch/ar... PS1, Line 709: const struct mmu_ranges* lib_get_mmu_ranges(void) "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/arch/x8... File payloads/libpayload/arch/x86/mmu.c:
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/arch/x8... PS1, Line 31: const struct mmu_ranges* lib_get_mmu_ranges(void) "foo* bar" should be "foo *bar"
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/include... File payloads/libpayload/include/libpayload.h:
https://review.coreboot.org/c/coreboot/+/48113/1/payloads/libpayload/include... PS1, Line 530: const struct mmu_ranges* lib_get_mmu_ranges(void); "foo* bar" should be "foo *bar"