From 0a04e7ba8452130da14c622956348630f3a1bd5c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 7 Jun 2018 07:37:53 +0100 Subject: [PATCH] readme: fix broken gem5 linux kernel patch link --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9d45eed..41c0120 100644 --- a/README.adoc +++ b/README.adoc @@ -509,7 +509,7 @@ git -C linux checkout - This is because the gem5 `aarch64` defconfig does not enable HDLCD like the 32 bit one `arm` one for some reason. -We cannot use mainline Linux because the <> are required at least to provide the `CONFIG_DRM_VIRT_ENCODER` option. +We cannot use mainline Linux because the <> are required at least to provide the `CONFIG_DRM_VIRT_ENCODER` option. gem5 emulates the link:http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0541c/CHDBAIDI.html[HDLCD] ARM Holdings hardware for `arm` and `aarch64`. @@ -6187,7 +6187,7 @@ m5 execfile https://gem5.googlesource.com/arm/linux/ contains an ARM Linux kernel fork with a few gem5 specific Linux kernel patches on top of mainline created by ARM Holdings. -Those patches look interesting, but it is obviously not possible to understand what those patches actually do from their commit message. +Those patches look interesting, but it is obviously not possible to understand what they actually do from their commit message. So let's explain them one by one here as we understand them: