Commit Graph

  • 35557914e3 Simplify ipv4_tx() by not having a separate "source" variable now that we are constructing the IP header ourselves. Michael Brown 2006-06-26 16:10:34 +00:00
  • b49de73950 Factorise out common code Michael Brown 2006-06-26 16:01:24 +00:00
  • e517a4771b Split ipv6 functions out from ipv4.c Michael Brown 2006-06-26 15:33:46 +00:00
  • e04ea505c9 Whitespace fixes Michael Brown 2006-06-26 13:45:24 +00:00
  • fb85954249 first working version - nasty, but mostly works Dan Lynch 2006-06-26 08:24:34 +00:00
  • f5ebf067c4 added generalized sockaddr structure and ip6 sockaddr Nikhil Chandru Rao 2006-06-25 05:18:24 +00:00
  • 90fbff8f34 added support for processing and transmitting without uIP Nikhil Chandru Rao 2006-06-25 05:16:54 +00:00
  • 74339b3c6e updated UDP interface Nikhil Chandru Rao 2006-06-25 05:13:17 +00:00
  • fdc05e2664 created interface for transport-network interface Nikhil Chandru Rao 2006-06-25 05:12:07 +00:00
  • 8b0cac40ca Added gpxe-0.5/src/crypto/ for the SSL Library Derek Pryor 2006-06-22 17:15:45 +00:00
  • 890dc758e8 - proper layout formatted soft label array, with justification formatted labels - some minor preventatives Dan Lynch 2006-06-21 15:09:55 +00:00
  • 811df504a5 - erradicate compiler warning due to possibility of uninitialised variables (switch statement) Dan Lynch 2006-06-21 10:38:03 +00:00
  • 6fc723c294 - added doxygen @file header - no longer depends on slk Dan Lynch 2006-06-21 10:35:46 +00:00
  • d77120541a - added doxygen @file header Dan Lynch 2006-06-21 10:31:59 +00:00
  • 172a568af5 - added doxygen @file header - some more minor functionality implemented Dan Lynch 2006-06-21 10:31:20 +00:00
  • 3049a1f026 added doxygen @file header Dan Lynch 2006-06-21 10:30:03 +00:00
  • 14f5d3203d - removed slk references - corrected minor algo errors in primitives - added doxygen @file header Dan Lynch 2006-06-21 10:29:13 +00:00
  • 79a9aced26 - added doxygen @file header - wdeleteln function implemented Dan Lynch 2006-06-21 10:27:52 +00:00
  • 12ca5aa442 added doxygen file header Dan Lynch 2006-06-21 10:26:01 +00:00
  • 1632c25c78 - major implementation work completed (testing in progress) - some optimisation done Dan Lynch 2006-06-21 10:21:40 +00:00
  • 3994688804 initial check in Dan Lynch 2006-06-21 10:20:39 +00:00
  • 3a660f9b25 Update ftp.c and hello.c to use the generic async_operations API. Michael Brown 2006-06-19 15:46:58 +00:00
  • 15397db2b4 Placeholder Michael Brown 2006-06-17 23:34:48 +00:00
  • 8637834031 Made the temporary buffer part of the TCP senddata() API, to ease the transition away from uIP. Michael Brown 2006-06-17 23:20:54 +00:00
  • 3c8aafa209 Simplify RX data path. Michael Brown 2006-06-17 22:36:27 +00:00
  • 8aeead7c1c Remove dependency on arptable[] (which is no longer used). Michael Brown 2006-06-16 14:48:31 +00:00
  • d393e61d8a Temporary hack to work around the "TX overflow" problem in the interim period before updating to the new driver API (which can cope with having TX packets in progress). Michael Brown 2006-06-16 14:38:16 +00:00
  • 52de4935f9 Add 4 bytes to maximum frame length to allow for the frame checksum. (This actually matters once you try using TCP, because you *will* receive full-sized frames.) Michael Brown 2006-06-16 14:30:41 +00:00
  • 7c76791730 Improve debugging output for legacy wrapper Michael Brown 2006-06-16 14:27:04 +00:00
  • e5865e796b Forward-port event queue fixes from 5.4 tree. Michael Brown 2006-06-16 14:05:43 +00:00
  • a20c565ef3 Forward-port start-of-day fixes from 5.4 tree Michael Brown 2006-06-16 14:03:43 +00:00
  • 50ab8c0e5b Forward-port reset-related changes from 5.4 tree. Michael Brown 2006-06-16 14:00:43 +00:00
  • 968501e323 For consistency Michael Brown 2006-06-16 13:17:40 +00:00
  • bcdcd796fb 32kB window is actually larger than our typical receive ring size. Shrink to 4kB for now. We might want to see if it can be made genuinely indicative of the RX ring size in the new TCP implementation. Michael Brown 2006-06-16 13:16:59 +00:00
  • bbd9e28061 Simplify TX datapath. Michael Brown 2006-06-16 00:19:46 +00:00
  • cce2e47ff4 Added iSCSI boot test code Michael Brown 2006-06-14 17:00:25 +00:00
  • 3b51c719d3 Generalise three-wire interface to generic SPI interface. Michael Brown 2006-06-14 00:22:50 +00:00
  • ab4f96e525 Move per-transition delays from generic bit-bashing layer to i2c layer (since SPI bit-bashing will require different delay semantics). Michael Brown 2006-06-14 00:20:35 +00:00
  • 714641ae6d Translate between "0 = success" and "0 = failure" call standards. Michael Brown 2006-06-14 00:18:13 +00:00
  • 51a36f1cfb Change read_bit() to return 0 or -1UL, rather than 0 or 1. Michael Brown 2006-06-12 19:29:50 +00:00
  • 2e49441535 Updated debug message to reflect change in data structure. Michael Brown 2006-06-12 01:10:08 +00:00
  • 2138db36ca Add "addr32" required explicitly by older gas. Michael Brown 2006-06-12 01:07:43 +00:00
  • c10698b8b4 Add NULL_TRAP as a config option Michael Brown 2006-06-11 01:55:43 +00:00
  • 55bb40c39a Fix typo Michael Brown 2006-06-11 01:55:12 +00:00
  • df4b503a8c Added null trap code for debugging. (Must be included by adding --nulltrap to the make target at the moment.) Michael Brown 2006-06-11 01:48:29 +00:00
  • 7ce44f7480 Update to use the generic i2c bit-bashing code. Michael Brown 2006-06-11 00:57:38 +00:00
  • 3ed40686c9 Added bit-bashing i2c interface code Michael Brown 2006-06-11 00:57:00 +00:00
  • 476d02051f Windows Server 2003 sulks if we feed it an empty region in base memory as a result of our memory map editing, so strip out any empty regions. Michael Brown 2006-06-09 12:20:03 +00:00
  • 6fd1bd0510 Added missing check-in Michael Brown 2006-06-09 10:19:17 +00:00
  • e90b64d625 Added sketch of bit-bashing interface common code Michael Brown 2006-06-08 19:47:09 +00:00
  • 17eea9f933 Fix bug with >256 cylinders. Michael Brown 2006-06-08 19:28:08 +00:00
  • ad1aca0634 - separated curses.c out into separate source files to optimise library use later on - some small mods to existing functions Dan Lynch 2006-06-08 17:23:37 +00:00
  • 1697c78848 Legacy drivers cannot cope with multiple active devices. Michael Brown 2006-06-08 15:18:27 +00:00
  • fdf62528ca It's astonishing how long really fundamental bugs can survive without being noticed... Michael Brown 2006-06-08 15:06:09 +00:00
  • 191a906338 Fix some remarkably obvious mistakes in pcidirect.h Michael Brown 2006-06-08 14:57:04 +00:00
  • 763b7e2ef9 We now have just romprefix, rather than having isaprefix and pciprefix Michael Brown 2006-06-06 15:41:21 +00:00
  • ef37f78cbe Cut out almost all the optional code paths, drastically simplifying the flow of control through this code. Michael Brown 2006-06-06 15:33:39 +00:00
  • e7eca7b7cb Code segment may not be writable; create the temporary pointer to the GDT on the stack. Michael Brown 2006-06-06 15:30:28 +00:00
  • 46253ba618 Calculate _rom_size for the ROM prefix Michael Brown 2006-06-06 15:29:39 +00:00
  • 8d0c5f3302 Use byte 6 for the checksum, rather than byte 5. (Byte 5 may be part of the jmp instruction). Michael Brown 2006-06-06 15:29:14 +00:00
  • 02df45352c Force pci.o to be included. Michael Brown 2006-06-05 16:17:52 +00:00
  • 754cfdfcf4 Legacy drivers will not pad when necessary Michael Brown 2006-06-05 16:10:36 +00:00
  • 7826de3f7e PNIC doesn't auto-pad. Michael Brown 2006-06-05 16:10:14 +00:00
  • 286bf68faf Added a very quick and dirty compatibility layer, to allow not-yet-updated drivers to at least function. Michael Brown 2006-06-05 15:45:21 +00:00
  • c3e41e6fd1 Added soon-to-be-requisite missing include. Michael Brown 2006-06-05 15:41:22 +00:00
  • 34cfbf55a4 - added most slk functions Dan Lynch 2006-06-05 15:03:11 +00:00
  • d78581297b Improve tcpdump legibility. Michael Brown 2006-06-01 19:23:52 +00:00
  • 6ab4b99f41 Quick hack to avoid trying to use an uninitialised net device. Michael Brown 2006-06-01 15:53:05 +00:00
  • 48fb6c6dc2 Updated retry timer mechanism to incorporate smoothed RTT estimation. Michael Brown 2006-06-01 14:33:52 +00:00
  • 50415b3aca Make DBG_DISCARD correct Michael Brown 2006-06-01 12:11:09 +00:00
  • 1f394c2f7c 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. Michael Brown 2006-06-01 11:14:59 +00:00
  • d6866202f9 Until we have a functioning UDP stack and PXE API again, there's not much point trying to use the old boot sequence. Replaced with a call to the AoE demo code, so that people can at least build and try something useful. Michael Brown 2006-06-01 11:07:31 +00:00
  • d21fc3610f Added sample AoE test code to tree Michael Brown 2006-06-01 11:05:36 +00:00
  • f6d20bb0f4 Put in a method to get the MAC address for the AoE target. (It's not elegant, but it works). Michael Brown 2006-05-31 19:12:17 +00:00
  • 99ef98d0bf ATA devices are now asynchronous. The ATA layer itself now performs the async_wait(), though we may wish to move this higher up the stack, and consider making the block device model asynchronous. (There is only a marginal cost for synchronous devices, since they can simply call async_done() before returning; async_wait() will work seamlessly in this situation). Michael Brown 2006-05-31 18:57:11 +00:00
  • cf96d325d8 Missing from previous checkin. Michael Brown 2006-05-31 18:45:43 +00:00
  • 68125bc441 Added generic asynchronous operations code. Michael Brown 2006-05-31 14:34:17 +00:00
  • 73a449e96b Added drivers/ata directory (forgot to check this in previously). Michael Brown 2006-05-31 14:31:48 +00:00
  • 552b4a178e One bit of an ASCII character can make a big difference. Michael Brown 2006-05-29 21:00:00 +00:00
  • 1db1a6dad3 Added first sketch of a generic retry timer mechanism. The idea is to use these timer objects in AoE and UDP protocols (where there is no underlying retransmission mechanism) without requiring each protocol to implement its own individual retry logic. Eventually, we should be able to use the same timer code for TCP retransmissions as well. Michael Brown 2006-05-29 14:55:07 +00:00
  • 6541338897 Handle multi-sector reads by splitting them into subcommands. Michael Brown 2006-05-29 08:25:31 +00:00
  • 9a2a52693d Initial AoE implementation. Limitations are: Michael Brown 2006-05-28 23:29:43 +00:00
  • 6f998cecb3 Use separate data-in and data-out buffers. Michael Brown 2006-05-28 23:26:42 +00:00
  • 6d6252067f Add ETH_P_AOE Michael Brown 2006-05-28 21:47:52 +00:00
  • 35b04b1514 Tidy up comment Michael Brown 2006-05-28 14:40:04 +00:00
  • 041a04335e Fixed assembly on old versions of gas Michael Brown 2006-05-28 14:21:29 +00:00
  • f743de4858 Added tcp_kick(). This speed up LILO and GRUB booting by almost two orders of magnitude. Michael Brown 2006-05-27 19:01:20 +00:00
  • cd3ecac809 Avoid causing TX overflow on small TX queues. Michael Brown 2006-05-27 13:55:36 +00:00
  • 70ef6dbb7c Rewrote to use the new net driver API, the updated PCI API, and the generic three-wire serial device support for EEPROM access. Michael Brown 2006-05-27 13:45:14 +00:00
  • 69b1f24a97 I have no idea how this ever worked before. Michael Brown 2006-05-27 13:43:56 +00:00
  • 6c50564724 Make PKB_ZLEN the minimum possible size of packet buffer (to allow for hardware that can't autopad). Michael Brown 2006-05-27 13:39:45 +00:00
  • 1dbafa8950 Tidied up debugging messages Michael Brown 2006-05-27 13:38:49 +00:00
  • aa2468babe Added abstraction layer for a three-wire serial device (e.g. the EEPROM used on RTL8139 cards). Michael Brown 2006-05-26 15:39:24 +00:00
  • 2f392ee13e Need write permission to /dev/net/tun, not just read. Michael Brown 2006-05-26 08:15:31 +00:00
  • 9f86754f90 Updated to work with libprefix. Michael Brown 2006-05-25 22:04:47 +00:00
  • 29340d7728 Documented the fact that the prefix can prot_call(main) without worrying about its stack being destroyed during the Etherboot run. Michael Brown 2006-05-25 22:04:17 +00:00
  • 0479e9f541 relocate.o is now dragged in by the objects that require it; there is no need for a CONFIG_RELOCATE. Michael Brown 2006-05-25 01:34:13 +00:00
  • 3204a1e941 Removed some obsolete INIT_XXX constants. Michael Brown 2006-05-25 01:09:06 +00:00
  • d82f71efd0 Also hide base memory region from E820 map. Michael Brown 2006-05-25 00:10:58 +00:00
  • 89da833c5d init_librm() and prot_call() are now real-mode far calls. Michael Brown 2006-05-25 00:06:45 +00:00