coreboot/src/vendorcode/amd
Edward O'Callaghan 8a661ed788 amd/cimx/sb?00/SATA.c: Integer overflow in loop condition
The conditional comparison in the for-loop construct with the constant
300000 has an index incrementor of type 'UINT16' (aka 'unsigned short')
which is always true.

Change-Id: I932c168742163be4038728fb40833231a447fa78
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5799
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
2014-05-21 01:58:56 +02:00
..
agesa vendorcode/amd/agesa: Logic typo in GfxPowerPlayLocateTdp 2014-05-19 22:39:23 +02:00
cimx amd/cimx/sb?00/SATA.c: Integer overflow in loop condition 2014-05-21 01:58:56 +02:00
Makefile.inc Change AMD vendorcode build 2011-12-02 08:59:26 +01:00