Commit Graph

4 Commits

Author SHA1 Message Date
Kevin O'Connor 5a7545ca4a Move fw/acpi.h to std/acpi.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2013-09-18 20:48:34 -04:00
David Woodhouse e78e7618da Fix return type of le64_to_cpu() and be64_to_cpu()
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2013-02-23 09:47:42 -05:00
Kevin O'Connor 30e6af0dcd Fix 'union u64_u32_u' member names.
Use 'lo' to mean the low bits and 'hi' to mean the high bits of a
64bit value.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2012-09-15 12:17:37 -04:00
Kevin O'Connor b306459d2d Use cpu_to_be32() (and related) instead of htonl (and related).
Unify the syntax for byte swab calls.

This also fixes a bug in coreboot due to the lack of a be64_to_cpu()
call.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2012-09-02 16:00:03 -04:00