From c708828bbe853764b9de58fb8113a70f5a24002d Mon Sep 17 00:00:00 2001 From: Bruno Vernay Date: Sun, 30 Sep 2018 19:28:43 +0200 Subject: [PATCH] Fix broken link to flashchips.h (#2499) --- docs/en/flash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/flash.md b/docs/en/flash.md index 7897624a..4e5cb44b 100644 --- a/docs/en/flash.md +++ b/docs/en/flash.md @@ -126,6 +126,6 @@ Connecting... Manufacturer: e0 Device: 4016 ``` -The chip ID can then be looked up in [https://code.coreboot.org/p/flashrom/source/tree/HEAD/trunk/flashchips.h](https://code.coreboot.org/p/flashrom/source/tree/HEAD/trunk/flashchips.h). This leads to a manufacturer name and a chip model name/number e.g. `AMIC_A25LQ032`. That information can then be fed into your favorite search engine to find chip descriptions and data sheets. +The chip ID can then be looked up in [https://review.coreboot.org/cgit/flashrom.git/tree/flashchips.h](https://review.coreboot.org/cgit/flashrom.git/tree/flashchips.h). This leads to a manufacturer name and a chip model name/number e.g. `AMIC_A25LQ032`. That information can then be fed into your favorite search engine to find chip descriptions and data sheets. By convention the last two or three digits in the module name denote the capacity in megabits. So, `A25LQ032` in the example above is a 32Mb(=4MB) module.