Let's talk through this using
@techknight's video as an example. What could have caused this particular board to be destroyed? It is a 5126 (backlight) with bluing of the power transistors and holes blown in the AC logic chips. (We will assume this is non-abuse unintentional damage. That is, someone did not power on the bare board on a metal table or connect the 12V rail to the 5V rail. Also, my analysis does NOT consider the 5120, as I don't have a schematic for the hybrid module so I don't know how it controls Q16.)
For the 74AC logic chips to be destroyed like that, they would need to exceed their absolute voltage rating of 7V. How?
All of the power adapters we're discussing provide > 7V. However, a healthy lead acid battery only produces 6.3V. The battery will 'fight' the power adapter's 7.5V such that the combined voltage is likely < 7V. But if the battery is missing or 'dead', then the input voltage can be the full 7.5V. So, we seem to have our first conditions:
1. The Portable must be supplied power from the power adapter to exceed 7V and...
2. The battery must be weak or missing to allow the final input voltage to exceed 7V. Or... the power adapter must have sufficient current to 'win' against a healthy battery to exceed 7V.
I argue the above conditions must be true to have an input voltage >7V. Yet, at this point, that doesn't mean this voltage reaches the 74AC logic chips.
Walking backwards from the 74AC logic chips, the voltage they are supplied must first pass through Q16. This transistor is used as a buck regulator. That is, it turns on to allow a greater input voltage (say 7.5V) to flow in until it detects the 5V rail is high enough and then switches off. There is a big capacitor (C16) and an inductor (L10?) and the total resistance/capacitance/inductance of the rest of the motherboard that smooths this out. So, it's not like the 74AC logic chips are suddenly seeing 7.5V and then 0V. Instead, the 5V rail stays around 5V with tiny up/down oscillations.
If
Q16 should fail short when the input voltage >7V and the current is sufficient (9V batteries are too weak), then the Portable motherboard will be destroyed. The 74AC logic chips could pop and the power transistors would change color due to too much current.
If
Q16's gate floats or is driven low constantly (input >7V, etc), then the Portable motherboard will also be destroyed for the same reason.
This is a bad design. Besides the buck regulator, there isn't any secondary overvoltage or overcurrent protection. You could argue that the fuse (F1) is overcurrent protection, but the 5A rating is too high.
Let's get back to Q16's gate (on/off enable signal). It is first driven through a transistor/op amp combination that provides undervoltage protection. That is, the Q16 'enable' signal will be unable to reach Q16 if input voltage goes too low. Instead, a pull-up resistor will tell Q16 to shut off. This is the hardware shutdown mode to prevent data corruption if the battery suddenly dies (power adaptor unplugged with low battery).
The actual Q16 enable signal comes from the LTC1179 (U1M) which compares a LT1004 (U2L) 1.2V precision voltage reference to a 0.244 voltage divider (100K/(200K+100K+9.1K+100K)) of the 5V supply voltage. That is, it multiplies the 5V output * 0.244 (which would equal 1.22V when the 5V output is actually 5V) and compares that to 1.2V. If the divided 5V rail is higher than 1.2V, it turns off Q16. If it is lower, it turns it on. Thus, the 5V output stays around 5V.
Therefore, if something goes wrong with the LTC1179, the resistor divider, or the precision voltage reference, then Q16 could be turned on too long to allow the 5V rail to rise to >7V. For example, if leakage from capacitor C26 causes the nearby pin 8 of the LT1004 to disconnect, then the '1.2 voltage reference' would rise, causing LTC1179 to think the 5V output was too low in comparison, causing the Q16 gate to be turned on too long, cause >7V to hit the logic chips.
Aside: The bluing on the power transistors would just be a side effect of the gate being left on while the logic chips short and burn out.
I have not come up with an ordinary scenario where the maximum aperage of the power supply
alone would be the cause of a motherboard failure. But instead, something else must fail first and a healthy battery must not be installed.
I am really interested in anyone who can come up with a different point of failure.