Michael Brown
1f238bc69e
[test] Add NIST self-tests for AES128 and AES256 in CBC mode
Signed-off-by: Michael Brown <mcb30@ipxe.org >
hace 12 años
Michael Brown
c15e73f283
[test] Add self-tests for MD5 algorithm
Signed-off-by: Michael Brown <mcb30@ipxe.org >
hace 12 años
Michael Brown
bbdf17c3e8
[test] Add self-tests for SHA-256 algorithm
Signed-off-by: Michael Brown <mcb30@ipxe.org >
hace 12 años
Michael Brown
c94a4a8d12
[test] Add self-tests for byte-order swapping functions
Signed-off-by: Michael Brown <mcb30@ipxe.org >
hace 12 años
Michael Brown
c0340d9762
[test] Allow self-tests to be run individually
Separate out the list of self-tests from the self-test infrastructure.
This allows tests to be run individually. For example:
make bin/sha1_test.iso
Signed-off-by: Michael Brown <mcb30@ipxe.org >
hace 12 años
Michael Brown
dc821ca961
[libc] Allow assertion failures to be counted
Signed-off-by: Michael Brown <mcb30@ipxe.org >
hace 13 años
Michael Brown
c44a193d0d
[legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
hace 15 años
Michael Brown
6d2e4e719c
Move uninitialised .data16 variables to .bss16; saves around 2000
bytes of useless zeroes in the final image.
hace 17 años
Michael Brown
e42eba4af4
Use a common base-memory packet buffer for DHCP construction (as used
by PXE and NBI) and UNDI packets (as used by undinet and UNDI).
hace 17 años
Michael Brown
ff7d0af585
Provide a buffer in base memory for code to fill with generated DHCP data.
hace 17 años
Michael Brown
f15482d85f
Added basename() to make automatically naming images easier.
hace 18 años
Michael Brown
937289cdc8
Provide storage for an undi_device structure representing the preloaded
UNDI stack.
hace 18 años
Michael Brown
22511400c7
Added generic function for calculating ACPI table checksum
hace 18 años
Michael Brown
6b6096d28b
Strip down i386 PCI configuration space I/O to the bare minimum. A
typical build will now include 880 bytes of PCI support code, compared to
2327 bytes in Etherboot 5.4.
(There is a slight cost of around 5 extra bytes per access to a
non-constant config space address; this should be an overall win.
Driver-specific accesses will usually be to constant addresses, for
which there is no additional cost.)
hace 18 años
Michael Brown
f25731d08f
Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".
hace 18 años
Michael Brown
23c494d14e
Added basic code for implementing co-operative multitasking.
Yes, you really can do it in 65 bytes.
hace 18 años