Files
memtest86plus/system
01e3 5686da4b1d smbus: optimize parse_spd_* functions
Convert calling / return convention for all parse_spd_* functions from
returning the value of spd_info structure to updating the received
reference. This also allows to move / remove some boilerplate code,
like initializing spdi/curspd and setting slot_num.

At the end, print_smbus_startup_info wants curspd to be updated,
so we can do this in a more efficient way.

Before:
      text       data        bss      total filename
     10784       3887         18      14689 build32/system/smbus.o
     10486       4399         18      14903 build64/system/smbus.o

     79353      51101      13088     143542 build32/memtest_shared
     78438      58077     294432     430947 build64/memtest_shared

After:
      text       data        bss      total filename
     10379       3871         18      14268 build32/system/smbus.o
      9833       4399         18      14250 build64/system/smbus.o

     78937      51101      13088     143126 build32/memtest_shared
     77782      58077     294432     430291 build64/memtest_shared

gcc-11.3.0.
2022-08-28 18:14:41 +02:00
..
2022-08-15 17:51:48 +02:00
2022-02-28 22:05:21 +00:00
2022-02-28 22:05:21 +00:00
2022-08-15 17:51:48 +02:00
2020-05-24 21:30:55 +01:00
2022-08-15 17:51:48 +02:00
2022-02-28 22:05:21 +00:00
2022-02-28 22:05:21 +00:00
2022-04-04 18:31:54 +02:00
2022-08-28 18:14:41 +02:00
2022-06-19 16:39:03 +02:00
2022-08-15 17:51:48 +02:00
2022-07-16 13:34:08 +02:00