summaryrefslogtreecommitdiffstats
path: root/src/include/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* [libc] Rewrite byte-swapping codeMichael Brown2015-03-021-53/+132
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-051-0/+35
| | | | | | | | | | | | Currently the only supported platform for x86_64 is EFI. Building an EFI64 gPXE requires a version of gcc that supports __attribute__((ms_abi)). This currently means a development build of gcc; the feature should be present when gcc 4.4 is released. In the meantime; you can grab a suitable gcc tree from git://git.etherboot.org/scm/people/mcb30/gcc/.git
* Add 64-bit byte-swapping operations.Michael Brown2006-05-131-0/+2
|
* Initial revisionMichael Brown2005-03-081-0/+20