Nick: kudi E-mail: none Board: - Contents: ~/Temp/flashrom _new/flashrom > git log commit c0da816048021e9132bb2914856568a74858e4e1 (HEAD -> change-52550) Author: Christian Kudera Date: Tue Apr 20 22:50:01 2021 +0200 flashchips: Add support for Boya/BoHong Microelectronics B_25D16A Read tested on CH341A Change-Id: I25b776204affda94cc7e753e7671ef9d3d9508f1 Signed-off-by: Christian Kudera commit 7927dfc80d9e17583bcd38740dc438aa16649d7c Author: Angel Pons Date: Tue Apr 20 21:39:11 2021 +0200 flashchips: Adapt IDs for Boya Microelectronics Looks like BoHong Microelectronics has the same vendor ID and makes very similar chips. For instance, Boya BY25Q128AS and BoHong BH25Q128AS have the same specifications and their datasheets are mostly identical. Change-Id: I8d6951797daeeecca6af200c995297c0394adefd Signed-off-by: Angel Pons commit aaf1c600437e3c485fcc05f5fcb63e6e10d257f1 (origin/master, origin/HEAD, master) Author: Edward O'Callaghan Date: Thu Apr 15 13:44:39 2021 +1000 flashrom.c: Fix up stale FIXME comment when doit() was removed Once upon a time flashrom had a entry point function called doit(). Excise the last mention of it here so that we may never mention it again. BUG=none TEST=none Change-Id: I40d815b7154456c323b4230cd3fed2cc2e8e3641 Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/52365 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk Reviewed-by: Paul Menzel Reviewed-by: Angel Pons