Dragin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86198?usp=email )
Change subject: Fix some grammar mistakes in the CAR section ......................................................................
Fix some grammar mistakes in the CAR section
Change-Id: I6b588a34f94e5498b36f14290c5a428f57a7e3f8 --- M Documentation/getting_started/architecture.md 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/98/86198/1
diff --git a/Documentation/getting_started/architecture.md b/Documentation/getting_started/architecture.md index 1f360d0..52af67d 100644 --- a/Documentation/getting_started/architecture.md +++ b/Documentation/getting_started/architecture.md @@ -40,7 +40,7 @@ The bootblock loads the romstage or the verstage if verified boot is enabled.
### Cache-As-Ram -The *Cache-As-Ram*, also called Non-Eviction mode, or *CAR* allows to use the +The *Cache-As-Ram*, also called Non-Eviction mode, or *CAR*, allows for using the CPU cache like regular SRAM. This is particularly useful for high level languages like `C`, which need RAM for heap and stack.