Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mediatek: snfi: fix return code when reading #11

Open
wants to merge 1 commit into
base: mtksoc
Choose a base branch
from

Conversation

dangowrt
Copy link

Return 0 on succesful read, which may contain correctable bitflips.

Fixes: #10

Return 0 on succesful read, which may contain correctable bitflips.

Fixes: mtk-openwrt#10
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt added a commit to dangowrt/openwrt that referenced this pull request Aug 11, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
grauerfuchs added a commit to grauerfuchs/owrt_device_support that referenced this pull request Aug 11, 2024
Thanks to @dangowrt, we now have a fix for OKD on the e8450!
mtk-openwrt/arm-trusted-firmware#11

These files are unofficial 2.10 builds with the patch applied.
dangowrt added a commit to dangowrt/openwrt that referenced this pull request Aug 12, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
King-Of-Knights pushed a commit to King-Of-Knights/openwrt-6.x that referenced this pull request Aug 14, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Vladdrako pushed a commit to Vladdrako/openwrt that referenced this pull request Aug 19, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
liudf0716 pushed a commit to liudf0716/openwrt that referenced this pull request Aug 25, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
c-herz pushed a commit to c-herz/openwrt that referenced this pull request Sep 5, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dzzinstant pushed a commit to dzzinstant/openwrt that referenced this pull request Sep 9, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dzzinstant pushed a commit to dzzinstant/openwrt that referenced this pull request Sep 9, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
okoklets pushed a commit to okoklets/openwrt that referenced this pull request Sep 11, 2024
A bug has plagued bl2 which caused failure to boot and bricked Linksys
E8450 and Belkin RT3200 devices in case of correctable bitflips being
detected during a read operation. A simple logic error resulted in read
to be considered errornous instead of just continueing in case of
correctable bitflips.

Address this by importing a patch fixing that logic error.

The issue, which has been dubbed as the "OpenWrt Kiss of Death", and is
now a thing of the past.

Users should preemptively update bl2 to prevent their devices being at
risk.

Link: mtk-openwrt/arm-trusted-firmware#11
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bit-flips on SPI-NAND flash connected via SNFI result in abort and fatal error
1 participant