coreboot/src/northbridge
Jacob Garber 07be67aa4b nb/amd/amdht: Use standard coreboot assertions
The amdht code currently relies on an idiosyncratic ASSERT() macro,
which actually doesn't do anything right now, and even it did would only
print a janky error message. Replace this with the normal ASSERT() macro
from <assert.h>. The default behaviour now is to print an error message
but do nothing else, and failed assertions will only halt if you enable
FATAL_ASSERT, in which case, well, you asked for it.

Change-Id: I6db7565171a345f9afbc9fb37cff8fda58f942df
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Found-by: Coverity CID 1402076
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34375
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2019-07-30 09:57:44 +00:00
..
amd nb/amd/amdht: Use standard coreboot assertions 2019-07-30 09:57:44 +00:00
intel haswell: reinitialize EHCI debug hardware after raminit 2019-07-29 05:59:52 +00:00
via/vx900 nb/via/vx900: Ensure framebuffer size is within limits 2019-07-19 10:01:35 +00:00