You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Brown 946967f09c Abstracted out part of the concept of an SPI device to a generalised NVS hace 18 años
..
acpi.h Added generic function for calculating ACPI table checksum hace 19 años
aoe.h Improve tcpdump legibility. hace 19 años
arp.h gcc3 compatibility: removed ARP_NET_PROTOCOL(). hace 19 años
async.h Added generic asynchronous operations code. hace 19 años
ata.h Backing out last change; no immediate plans to make the whole block-device layer asynchronous, so keeping the sync/async boundary within aoedev.c seems cleanest for now. hace 19 años
bitbash.h Generalised the SPI abstraction layer to also be able to handle interfaces that don't provide the full flexibility of a bit-bashing interface. hace 18 años
blockdev.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. hace 19 años
chap.h Added generic CHAP layer, independent of iSCSI hace 18 años
crypto.h Added "name" field to digest algorithms hace 18 años
device.h Added generic device model. hace 19 años
dhcp.h Create "username" and "password" DHCP options, ready for placing this information in NVS. hace 18 años
ethernet.h Made eth_ntoa() public for use in legacy drivers' DBG() statements. hace 19 años
ftp.h Update ftp.c and hello.c to use the generic async_operations API. hace 19 años
heap.h Tear out old heap code, replace with code that simply allocates memory for use by malloc(). hace 19 años
hello.h Update ftp.c and hello.c to use the generic async_operations API. hace 19 años
http.h New HTTP protocol and test code hace 19 años
i2c.h Change read_bit() to return 0 or -1UL, rather than 0 or 1. hace 19 años
icmp6.h IP6 support hace 19 años
if_arp.h Header rearrangement. hace 19 años
if_ether.h Add ETH_P_AOE hace 19 años
in.h IP6 support hace 19 años
init.h Removed some obsolete INIT_XXX constants. hace 19 años
ip.h Added features that will be required for PXE UDP support. hace 19 años
ip6.h IP6 support hace 19 años
iscsi.h Updated to use asynchronous operation model for iSCSI requests hace 18 años
list.h Add list_for_each_entry_safe. hace 19 años
md5.h Added generic CHAP layer, independent of iSCSI hace 18 años
ndp.h IP6 support hace 19 años
netdevice.h Remove _PROTOCOL macros for gcc 3.2 compatibility hace 19 años
nvo.h Abstracted out part of the concept of an SPI device to a generalised NVS device. hace 18 años
nvs.h Abstracted out part of the concept of an SPI device to a generalised NVS device. hace 18 años
pci.h 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. hace 19 años
pci_ids.h Header rearrangement. hace 19 años
pkbuff.h Add pkb_available() hace 19 años
process.h Added basic code for implementing co-operative multitasking. hace 19 años
profile.h Added basic profiling support hace 19 años
retry.h Towards an RFC2988-compliant timer. hace 19 años
scsi.h Added debug strings. hace 19 años
settings.h Add string configuration type hace 19 años
socket.h Moved the basic struct sockaddr out of in.h. hace 19 años
spi.h Abstracted out part of the concept of an SPI device to a generalised NVS device. hace 18 años
spi_bit.h Abstracted out part of the concept of an SPI device to a generalised NVS device. hace 18 años
tables.h Remove unused attribute from __table macros; the tables are no longer static since otherwise gcc4 optimises them away completely. Also, it really *is* an error if the table start and end are unused, so they certainly shouldn't be marked with attribute unused. hace 19 años
tcp.h Removed some bugs in TCP hace 19 años
tcpip.h Remove _PROTOCOL macros for gcc 3.2 compatibility hace 19 años
tftp.h Added TFTP test code (currently just dumps file to console). hace 19 años
threewire.h Abstracted out part of the concept of an SPI device to a generalised NVS device. hace 18 años
uaccess.h Add the concept of a "user pointer" (similar to the void __user * in the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. hace 19 años
udp.h Convert some trivial functions to static inlines. hace 19 años