1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +02:00

mec1308: remove MEC1308 EC programmer

Best efforts were made to upstream older Chromebook support for good
intentions for folks interested. However, we no longer have the hardware
available to test and maintain the code as the hardware is now end of
life. Therefore the code state has sadly fallen into a unknown state.

BUG=none
BRANCH=none
TEST=builds and ninja test passes

Signed-off-by: Victor Ding <victording@google.com>
Change-Id: I535b6380846734c999474519e9e60a73eb6a2ec4
Reviewed-on: https://review.coreboot.org/c/flashrom/+/56476
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Victor Ding
2021-07-21 18:01:55 +10:00
committed by Nico Huber
parent e3f55a13ba
commit cce29a4855
9 changed files with 2 additions and 602 deletions

View File

@ -24,10 +24,6 @@ const struct programmer_entry *const programmer_table[] = {
&programmer_dummy,
#endif
#if CONFIG_MEC1308 == 1
&programmer_mec1308,
#endif
#if CONFIG_NIC3COM == 1
&programmer_nic3com,
#endif