Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-28 | dell-flash-unlock: Remove unnecessary includes for NetBSD | Nicholas Chin | |
The pio.h header, although present on NetBSD, is not necessary, as it only declares x86 port IO inx()/outx() functions which are not actually implemented. Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> | |||
2024-04-28 | dell-flash-unlock: Remove memory clobber from inline assembly | Nicholas Chin | |
The x86 port IO instructions do not access memory so it is not needed in the clobber list. Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> | |||
2024-03-16 | dell-flash-unlock: add NetBSD support | linear cannon | |
2023-10-12 | util/e6400-flash-unlock: Rename to dell-flash-unlock | Nicholas Chin | |
This more accurately describes the scope of the utility. Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> |