All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: Chromebook Coral: Fix typo for "Top of CAR region"
@ 2020-02-21 11:20 Wolfgang Wallner
  2020-02-25 13:17 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Wallner @ 2020-02-21 11:20 UTC (permalink / raw)
  To: u-boot

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@br-automation.com>

---

 doc/board/google/chromebook_coral.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] doc: Chromebook Coral: Fix typo for "Top of CAR region"
  2020-02-21 11:20 [PATCH] doc: Chromebook Coral: Fix typo for "Top of CAR region" Wolfgang Wallner
@ 2020-02-25 13:17 ` Bin Meng
  2020-02-28  8:04   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2020-02-25 13:17 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 21, 2020 at 7:20 PM Wolfgang Wallner
<wolfgang.wallner@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@br-automation.com>
>
> ---
>
>  doc/board/google/chromebook_coral.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] doc: Chromebook Coral: Fix typo for "Top of CAR region"
  2020-02-25 13:17 ` Bin Meng
@ 2020-02-28  8:04   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2020-02-28  8:04 UTC (permalink / raw)
  To: u-boot

On Tue, Feb 25, 2020 at 9:17 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Fri, Feb 21, 2020 at 7:20 PM Wolfgang Wallner
> <wolfgang.wallner@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@br-automation.com>
> >
> > ---
> >
> >  doc/board/google/chromebook_coral.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-28  8:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 11:20 [PATCH] doc: Chromebook Coral: Fix typo for "Top of CAR region" Wolfgang Wallner
2020-02-25 13:17 ` Bin Meng
2020-02-28  8:04   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.