Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move fw/acpi.h to std/acpi.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Fix return type of le64_to_cpu() and be64_to_cpu() | David Woodhouse | 2013-02-23 | 1 | -2/+2 |
| | | | | Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> | ||||
* | Fix 'union u64_u32_u' member names. | Kevin O'Connor | 2012-09-15 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | Use cpu_to_be32() (and related) instead of htonl (and related). | Kevin O'Connor | 2012-09-02 | 1 | -0/+69 |
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> |