diff --git a/site/docs/install/e6400.md b/site/docs/install/e6400.md
index d264f65f7045f80416987a100c076e1bcb2e2d62..2a5fefd72bdd0c7b9f4bc522a99d9ebc9d5665d2 100644
--- a/site/docs/install/e6400.md
+++ b/site/docs/install/e6400.md
@@ -161,17 +161,23 @@ How to flash internally (no diassembly)
 Warning for BSD users
 ---------------------
 
+**NOTE (15 October 2023): The util is now called `dell-flash-unlock`, but it
+was previously called `e6400-flash-unlock`. Links have been updated.**
+
 BSD *boots* and works properly on these machines, but take note:
 
-Nicholas's [e6400-flash-unlock](https://browse.libreboot.org/lbmk.git/plain/util/e6400-flash-unlock/e6400_flash_unlock.c)
+Nicholas's [dell-flash-unlock](https://browse.libreboot.org/lbmk.git/plain/util/dell-flash-unlock/dell_flash_unlock.c)
 utility has not yet been ported to BSD systems. The `flashrom` software is
 available on BSD systems. Libreboot's build system has not yet been ported to
 the BSDs.
 
-BSD users could run Linux from USB to run `flashrom` and `e6400-flash-unlock`.
+BSD users could run Linux from USB to run `flashrom` and `dell-flash-unlock`.
 Virtualisation is available in BSDs, where it should be feasible to run the
 Libreboot build system, in Linux, under virtualisation.
 
+NOTE: BSD is mentioned above, but the only BSD tested for `dell-flash-unlock`
+is OpenBSD, as of 15 October 2023.
+
 Flashing from Linux
 -------------------
 
@@ -183,19 +189,22 @@ You can flash Libreboot directly from the vendor (Dell) BIOS, without taking
 the machine apart. It can be done entirely from Linux. It will probably also
 work on BSD systems, but it has only been testing on Linux thus far.
 
-Check `util/e6400-flash-unlock` in the `lbmk.git` repository, or in release
+**NOTE (15 October 2023): The util is now called `dell-flash-unlock`, but it
+was previously called `e6400-flash-unlock`. Links have been updated.**
+
+Check `util/dell-flash-unlock` in the `lbmk.git` repository, or in release
 archives for Libreboot releases from 20230423 onwards.
 
 Go in there:
 
-	cd util/e6400-flash-unlock
+	cd util/dell-flash-unlock
 	make
 
 With this program, you can unlock the flash in such a way where everything
 is writeable. Information about how to use it is in the `README.md` file which
 is included in that program's directory, or you can read it online here:
 
-<https://browse.libreboot.org/lbmk.git/plain/util/e6400-flash-unlock/README.md>
+<https://browse.libreboot.org/lbmk.git/plain/util/dell-flash-unlock/README.md>
 
 Literally just run that program, and do what it says. You run it once, and shut
 down, and when you do, the system brings itself back up automatically.  Then
@@ -233,7 +242,7 @@ original Dell BIOS first, using the -r option:
 
 	flashrom -p internal -r backup.rom -c MX25L3205D/MX25L3208D
 
-Do this while in a flashable state, after the 2nd run of `e6400-flash-unlock`.
+Do this while in a flashable state, after the 2nd run of `dell-flash-unlock`.
 
 Make sure the `backup.rom` file gets backed up to an external storage media,
 not the E6400 itself.
diff --git a/site/docs/maintain/index.md b/site/docs/maintain/index.md
index c6ef9294080377ed6a0b5203d1bb1aca048396b2..7a7624b99a69e10a140ee9de4b1c2ec938cfb676 100644
--- a/site/docs/maintain/index.md
+++ b/site/docs/maintain/index.md
@@ -368,13 +368,19 @@ where the intention is that `lbmk.git` itself should be small and efficient.
 Where appropriate, and where the code is small enough, or it is otherwise deemed
 desirable, `lbmk.git` provides a few utilities as part of itself, namely:
 
-util/e6400-flash-unlock/
+util/dell-flash-unlock/
 ---------------
 
+**NOTE (15 October 2023): The util is now called `dell-flash-unlock`, but it
+was previously called `e6400-flash-unlock`. Links have been updated.**
+
 This program, written by Nicholas Chin, unlocks the boot flash on Dell Latitude
 E6400; it permits internal flashing, from factory firmware to Libreboot, so that
 the user need not disassemble and flash externally.
 
+It also supports several other Dell laptops, with similar ECs. Check the
+README file included in this directory, for more information.
+
 util/me7\_update\_parser/
 ---------------
 
diff --git a/site/news/e6400.md b/site/news/e6400.md
index 47e2cb7f621fe0522f830f3bf3ca09a21e8c4620..d8c8dcdfe4a304cbe12857fd6b45e81afa2906e3 100644
--- a/site/news/e6400.md
+++ b/site/news/e6400.md
@@ -46,6 +46,10 @@ But wait.... It gets better:
 Software flashing possible! (no disassembly)
 ---------------------------
 
+**NOTE (15 October 2023): The util is now called `dell-flash-unlock`, but it
+was previously called `e6400-flash-unlock`. Links have been updated. And
+Nichelas is still a genius.**
+
 tl;dr Nicholas is a genius, but he spent time studying the board, finding that
 the EC is hooked up to GPIO33 which allows for flash descriptor override. He
 successfully reverse engineered a command that can be used to disable IFD
@@ -60,7 +64,7 @@ taking it apart, and you can install it easily within 5 minutes.**
 This is done with the following utility from Nicholas Chin, which I merged
 into lbmk:
 
-<https://browse.libreboot.org/lbmk.git/tree/util/e6400-flash-unlock>
+<https://browse.libreboot.org/lbmk.git/tree/util/dell-flash-unlock>
 
 The original util, before Nicholas sent it to lbmk, is here (same util):
 
diff --git a/site/news/e6400.uk.md b/site/news/e6400.uk.md
index d0fdc308ff73a76b4ff9b099601fedec00c40b82..7aa9987c220f261627dd785cf00e317c68647fd3 100644
--- a/site/news/e6400.uk.md
+++ b/site/news/e6400.uk.md
@@ -44,6 +44,9 @@ eBay. Достатньо, щоб тримати людей з симпатією
 Прошивка програмним забезпеченням можлива! (без розбору)
 ---------------------------
 
+**NOTE (15 October 2023): The util is now called `dell-flash-unlock`, but it
+was previously called `e6400-flash-unlock`. Links have been updated.**
+
 tl;dr Ніколас геній, але він витратив час, вивчаючи плату, шукаючи, що
 EC з'єднана з GPIO33, що дозволяє пройти через flash descriptor. Він
 успішно провів зворотню розробку команди, яка може бути використана для вимкнення
@@ -57,7 +60,7 @@ EC з'єднана з GPIO33, що дозволяє пройти через flas
 Це робиться з наступною утилітою від Ніколаса Чін, яку я злила
 в lbmk:
 
-<https://browse.libreboot.org/lbmk.git/tree/util/e6400-flash-unlock>
+<https://browse.libreboot.org/lbmk.git/tree/util/dell-flash-unlock>
 
 Оригінальна утиліта, перед тим, як Ніколас відправив її в lbmk, тут (та сама утиліта):