Message ID | 20200221112009.524406-1-wolfgang.wallner@br-automation.com |
---|---|
State | Accepted |
Commit | 6301615e5440594d9c8e1283de21299f56cc95a8 |
Headers | show |
Series | doc: Chromebook Coral: Fix typo for "Top of CAR region" | expand |
On Fri, Feb 21, 2020 at 7:20 PM Wolfgang Wallner <wolfgang.wallner at br-automation.com> wrote: > > The value for "Top of CAR region" should be fefc0000, not > fefc000. This matches the Kconfig default values, as > SYS_CAR_ADDR and SYS_CAR_SIZE are 0xfef00000 and 0xc0000 > respectively. > > Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> > > --- > > doc/board/google/chromebook_coral.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
On Tue, Feb 25, 2020 at 9:17 PM Bin Meng <bmeng.cn at gmail.com> wrote: > > On Fri, Feb 21, 2020 at 7:20 PM Wolfgang Wallner > <wolfgang.wallner at br-automation.com> wrote: > > > > The value for "Top of CAR region" should be fefc0000, not > > fefc000. This matches the Kconfig default values, as > > SYS_CAR_ADDR and SYS_CAR_SIZE are 0xfef00000 and 0xc0000 > > respectively. > > > > Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> > > > > --- > > > > doc/board/google/chromebook_coral.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Reviewed-by: Bin Meng <bmeng.cn at gmail.com> applied to u-boot-x86, thanks!
diff --git a/doc/board/google/chromebook_coral.rst b/doc/board/google/chromebook_coral.rst index d10e0c4954..40bd9397d4 100644 --- a/doc/board/google/chromebook_coral.rst +++ b/doc/board/google/chromebook_coral.rst @@ -179,7 +179,7 @@ Partial memory map ffffffff Top of ROM (and last byte of 32-bit address space) ffff8000 TPL loaded here (from IFWI) ff000000 Bottom of ROM - fefc000 Top of CAR region + fefc0000 Top of CAR region fef96000 Stack for FSP-M fef40000 59000 FSP-M fef11000 SPL loaded here
The value for "Top of CAR region" should be fefc0000, not fefc000. This matches the Kconfig default values, as SYS_CAR_ADDR and SYS_CAR_SIZE are 0xfef00000 and 0xc0000 respectively. Signed-off-by: Wolfgang Wallner <wolfgang.wallner at br-automation.com> --- doc/board/google/chromebook_coral.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)