readme: fix broken gem5 linux kernel patch link

This commit is contained in:
Ciro Santilli
2018-06-07 07:37:53 +01:00
parent 4a20ebd525
commit 0a04e7ba84

View File

@@ -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 <<gem5-arm-Linux-kernel-patches>> are required at least to provide the `CONFIG_DRM_VIRT_ENCODER` option.
We cannot use mainline Linux because the <<gem5-arm-linux-kernel-patches>> 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: