coreboot-kgpe-d16/util/nvramtool/cli
Stefan Reinauer a7b296d450 Fix warnings in coreboot utilities.
- Fix some poor programming practice (breaks of strict aliasing as well
  as not checking the return value of read)
- Use PRIx64 instead of %llx to prevent compilation warnings with both
  32bit and 64bit compilers
- Use same compiler command options when linking inteltool and when
  detecting libpci for inteltool

Change-Id: I08b2e8d1bbc908f6b1f26d25cb3a4b03d818e124
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/752
Tested-by: build bot (Jenkins)
Reviewed-by: Mathias Krause <minipli@googlemail.com>
2012-03-30 20:26:50 +02:00
..
nvramtool.8 Move CLI portion of nvramtool into cli/ subdirectory as first step towards librarization. 2011-01-28 07:47:10 +00:00
nvramtool.c Fix warnings in coreboot utilities. 2012-03-30 20:26:50 +02:00
opts.c Move CLI portion of nvramtool into cli/ subdirectory as first step towards librarization. 2011-01-28 07:47:10 +00:00
opts.h Move CLI portion of nvramtool into cli/ subdirectory as first step towards librarization. 2011-01-28 07:47:10 +00:00