Udayan Kumar [Mon, 20 Aug 2007 02:45:48 +0000 (22:45 -0400)]
eepro100.c, rx buffers are now dynamically allocated
Udayan Kumar [Mon, 20 Aug 2007 02:26:42 +0000 (22:26 -0400)]
removed stat from eepro100. (not required)
Udayan Kumar [Sat, 18 Aug 2007 23:31:53 +0000 (19:31 -0400)]
added errfile.h
Udayan Kumar [Sat, 18 Aug 2007 22:36:27 +0000 (18:36 -0400)]
removed stat from eepro100
Udayan Kumar [Thu, 26 Jul 2007 14:04:26 +0000 (10:04 -0400)]
added irq to eepro100
Udayan Kumar [Wed, 25 Jul 2007 21:05:15 +0000 (17:05 -0400)]
working eepro100 driver but needs some refinements.
Udayan Kumar [Mon, 23 Jul 2007 15:07:45 +0000 (11:07 -0400)]
added gPXE compatible eepro100. not tested. it just compiles.
Michael Brown [Sat, 18 Aug 2007 23:29:27 +0000 (00:29 +0100)]
Added error IDs for all files in drivers/net; they're likely to need them.
Michael Brown [Sat, 18 Aug 2007 18:05:06 +0000 (19:05 +0100)]
Fix building on distros which use dash as the default shell.
Michael Brown [Sat, 18 Aug 2007 17:04:50 +0000 (18:04 +0100)]
Add barrier() primitive (was present in Eb5.4), used by some currently
out-of-tree driver code.
Michael Brown [Fri, 17 Aug 2007 18:51:08 +0000 (19:51 +0100)]
Separate out arch-independent parts of stdint.h
Michael Brown [Mon, 13 Aug 2007 18:03:33 +0000 (11:03 -0700)]
Use start_timer_nodelay() in protocols which rely on the retry timer
to generate the initial transmission; this cuts off around 0.3s per
instantiated connection.
Michael Brown [Mon, 13 Aug 2007 17:59:00 +0000 (10:59 -0700)]
Add start_timer_nodelay()
Michael Brown [Fri, 10 Aug 2007 03:17:35 +0000 (20:17 -0700)]
Build the all-driver images by default, and print instructions for usage.
Michael Brown [Fri, 10 Aug 2007 00:44:20 +0000 (17:44 -0700)]
Add iBFT code derived from IBM document.
No Microsoft intellectual property was harmed in the production of
this code.
Michael Brown [Tue, 7 Aug 2007 13:50:12 +0000 (06:50 -0700)]
Set current working URI to be that of the executable image when
executing any image, not just a script. (This will enable pxelinux to
use relative URIs, should it wish to.)
Michael Brown [Sat, 4 Aug 2007 00:23:37 +0000 (01:23 +0100)]
Add PXE FILE API.
Michael Brown [Sat, 4 Aug 2007 00:22:52 +0000 (01:22 +0100)]
Make read_user() non-blocking, and add select() call.
Michael Brown [Fri, 3 Aug 2007 11:49:21 +0000 (12:49 +0100)]
Display name and status of each file as it is downloaded.
Michael Brown [Fri, 3 Aug 2007 00:03:21 +0000 (01:03 +0100)]
Print multiple commands per line in help
Michael Brown [Thu, 2 Aug 2007 22:09:03 +0000 (23:09 +0100)]
Place multiboot command lines in base memory; Xen won't pick them up
otherwise. :(
Michael Brown [Thu, 2 Aug 2007 19:27:50 +0000 (20:27 +0100)]
Error message cleanups.
Michael Brown [Thu, 2 Aug 2007 19:27:19 +0000 (20:27 +0100)]
Set current working URI equal to script URI during script execution.
Michael Brown [Thu, 2 Aug 2007 19:26:49 +0000 (20:26 +0100)]
uri_get(NULL) and uri_put(NULL) are explicitly allowed.
Michael Brown [Thu, 2 Aug 2007 19:18:32 +0000 (20:18 +0100)]
Allow images to hold references to the originating URI.
Some shuffling around of the image management code; this needs tidying up.
Michael Brown [Thu, 2 Aug 2007 13:51:03 +0000 (14:51 +0100)]
Allowed zero-cost enforced ordering of features in startup banner
list.
Added FEATURE() macros to most relevant (non-driver) files.
Michael Brown [Thu, 2 Aug 2007 03:36:00 +0000 (04:36 +0100)]
Use otherwise-useless byte in DHCP feature option as a version number
Michael Brown [Thu, 2 Aug 2007 03:24:39 +0000 (04:24 +0100)]
Add FEATURE() macro, plus code to display features at startup time,
and generate DHCP options to indicate features to DHCP server (and to
PXE NBPs).
Holger Lubitz [Tue, 31 Jul 2007 16:43:09 +0000 (18:43 +0200)]
fix gcc 4.2.1 warning: discards qualifiers from pointer target type
Holger Lubitz [Tue, 31 Jul 2007 16:42:36 +0000 (18:42 +0200)]
fix gcc 4.2.1 warning: initialized field overwritten
Holger Lubitz [Tue, 31 Jul 2007 15:19:35 +0000 (17:19 +0200)]
include more changes for x86_64
Holger Lubitz [Wed, 1 Aug 2007 21:32:42 +0000 (23:32 +0200)]
remove old minorversion!=4 check (added -march a second time)
Holger Lubitz [Wed, 1 Aug 2007 21:21:08 +0000 (23:21 +0200)]
remove x86_64 comments from arch specific Config
options are in main makefile now
Michael Brown [Thu, 2 Aug 2007 00:12:42 +0000 (01:12 +0100)]
Cope with non-newline-terminated scripts.
Print error status using strerror().
Michael Brown [Wed, 1 Aug 2007 22:10:30 +0000 (23:10 +0100)]
Add code for constructing single-file cpio archives on the fly
Michael Brown [Wed, 1 Aug 2007 14:29:15 +0000 (15:29 +0100)]
Initrd concatenation now working
Michael Brown [Tue, 31 Jul 2007 17:09:18 +0000 (18:09 +0100)]
Allow loading of multiple initramfs images.
Michael Brown [Tue, 31 Jul 2007 13:05:03 +0000 (14:05 +0100)]
Added support for draft version of the AoE Boot Firmware Table.
Michael Brown [Tue, 31 Jul 2007 02:48:43 +0000 (03:48 +0100)]
Fix endianness of "shelf" field
Michael Brown [Tue, 31 Jul 2007 02:32:22 +0000 (03:32 +0100)]
Add identifier for the network device into the DHCP request.
Michael Brown [Tue, 31 Jul 2007 02:02:21 +0000 (03:02 +0100)]
Centralise construction of the DHCP request and response packets.
Michael Brown [Mon, 30 Jul 2007 22:58:59 +0000 (23:58 +0100)]
Added the AoE boot information table as used by Vampyre's AoE
initiator. This table needs to be replaced by something similar to
iBFT (i.e. scanned for and identified by signature, rather than being
at a fixed address), but it works for now.
Michael Brown [Mon, 30 Jul 2007 02:30:27 +0000 (03:30 +0100)]
tls_change_cipher() can complain about null cipher and digest
algorithms; we only need the pubkey check disabled (and only because
pubkey algorithms are not yet integrated into the crypto_algorithm
subsystem).
Michael Brown [Mon, 30 Jul 2007 02:06:08 +0000 (03:06 +0100)]
Change #warnings to FIXMEs, so that we can build without NO_WERROR=1
Michael Brown [Mon, 30 Jul 2007 02:01:04 +0000 (03:01 +0100)]
Allowed HTTPS to be a separately configurable feature.
Michael Brown [Mon, 30 Jul 2007 02:00:15 +0000 (03:00 +0100)]
Added missing #include
Michael Brown [Mon, 30 Jul 2007 01:58:22 +0000 (02:58 +0100)]
Inhibit compiler warning
Michael Brown [Mon, 30 Jul 2007 01:48:38 +0000 (02:48 +0100)]
TLS now working again.
Michael Brown [Mon, 30 Jul 2007 01:48:00 +0000 (02:48 +0100)]
Upgrade AXTLS import to version 1.1.5-a
Michael Brown [Mon, 30 Jul 2007 01:37:42 +0000 (02:37 +0100)]
Import various libgcc functions from syslinux.
Experimentation reveals that gcc ignores -mrtd for the implicit
arithmetic functions (e.g. __udivdi3), but not for the implicit
memcpy() and memset() functions. Mark the implicit arithmetic
functions with __attribute__((cdecl)) to compensate for this.
(Note: we cannot mark with with __cdecl, because we define __cdecl to
incorporate regparm(0) as well.)
Michael Brown [Mon, 30 Jul 2007 01:42:32 +0000 (02:42 +0100)]
GCC's optimiser seems to screw up if this is left static...
Michael Brown [Sun, 29 Jul 2007 16:16:00 +0000 (17:16 +0100)]
Preparation for adding tls.c
Michael Brown [Sun, 29 Jul 2007 15:05:14 +0000 (16:05 +0100)]
Added a simple pass-through filter layer for data transfer interfaces.
Michael Brown [Sun, 29 Jul 2007 14:26:50 +0000 (15:26 +0100)]
Don't rely on retry.c's periodically calling currticks() in order to
allow the UNDI NIC interrupt to happen.
Michael Brown [Sun, 29 Jul 2007 02:09:00 +0000 (03:09 +0100)]
Added HMAC code from TLS project
Michael Brown [Sun, 29 Jul 2007 01:31:14 +0000 (02:31 +0100)]
Quick hack to get AoE back in to the tree, on a par with the current
iSCSI hack.
Michael Brown [Sat, 28 Jul 2007 23:17:25 +0000 (00:17 +0100)]
Applied a modified version of holger's regparm patches.
Michael Brown [Sat, 28 Jul 2007 21:55:31 +0000 (22:55 +0100)]
Merge branch 'symcheck2'
Michael Brown [Sat, 28 Jul 2007 21:55:17 +0000 (22:55 +0100)]
Make has_key() a static inline, rather than omitting it altogether.
Michael Brown [Sat, 28 Jul 2007 21:52:20 +0000 (22:52 +0100)]
Revert "make bool m_echo static" - I suspect this to be defined by spec
This reverts commit
3cb133d27daf11e77fe48d44e1ce639711f903de.
Holger Lubitz [Sat, 28 Jul 2007 21:20:44 +0000 (23:20 +0200)]
Revert "make isspace static" - prototype for isspace() is defined by C99, so can't be static
This reverts commit
ed06bd8a89d109c4f884f2aa4c23452d60ff58d0.
Holger Lubitz [Sat, 28 Jul 2007 21:20:00 +0000 (23:20 +0200)]
Revert "make __udivmoddi4 static" - gcc links to it implicitly
This reverts commit
9e7b165017afe1ba82c29d9e914ae85f6f2798c6.
Michael Brown [Sat, 28 Jul 2007 15:05:41 +0000 (16:05 +0100)]
Ensure clock line is in the idle state before asserting chip select.
Holger Lubitz [Fri, 27 Jul 2007 20:07:01 +0000 (22:07 +0200)]
make struct velocity_info vptx static
Holger Lubitz [Fri, 27 Jul 2007 20:05:47 +0000 (22:05 +0200)]
make struct velocity_info_tbl *info static
Holger Lubitz [Fri, 27 Jul 2007 20:03:04 +0000 (22:03 +0200)]
make struct nsx static
Holger Lubitz [Fri, 27 Jul 2007 20:02:11 +0000 (22:02 +0200)]
make struct bnx2 bnx2 static
Holger Lubitz [Fri, 27 Jul 2007 20:01:23 +0000 (22:01 +0200)]
make multiboot_load static
Holger Lubitz [Fri, 27 Jul 2007 20:00:51 +0000 (22:00 +0200)]
make nbi_load static
Holger Lubitz [Fri, 27 Jul 2007 19:59:09 +0000 (21:59 +0200)]
make http_open static
Holger Lubitz [Fri, 27 Jul 2007 19:58:31 +0000 (21:58 +0200)]
make eltorito_load static
Holger Lubitz [Fri, 27 Jul 2007 19:50:12 +0000 (21:50 +0200)]
make cards_found static and add missing initialization
Holger Lubitz [Fri, 27 Jul 2007 19:47:28 +0000 (21:47 +0200)]
make bool m_echo static
Holger Lubitz [Fri, 27 Jul 2007 19:46:21 +0000 (21:46 +0200)]
remove has_key by #if 0'ing out
Holger Lubitz [Fri, 27 Jul 2007 19:45:04 +0000 (21:45 +0200)]
make _wgetc static
Holger Lubitz [Fri, 27 Jul 2007 19:40:38 +0000 (21:40 +0200)]
Merge branch 'master' into symcheck2
Holger Lubitz [Fri, 27 Jul 2007 19:39:58 +0000 (21:39 +0200)]
make __udivmoddi4 static
Holger Lubitz [Fri, 27 Jul 2007 19:39:31 +0000 (21:39 +0200)]
make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG static
Holger Lubitz [Fri, 27 Jul 2007 19:38:45 +0000 (21:38 +0200)]
make struct _softlabelkeys *slks static
Holger Lubitz [Fri, 27 Jul 2007 19:37:29 +0000 (21:37 +0200)]
make add_ndp_entry static
Holger Lubitz [Fri, 27 Jul 2007 19:36:53 +0000 (21:36 +0200)]
make isspace static
Holger Lubitz [Fri, 27 Jul 2007 19:36:16 +0000 (21:36 +0200)]
make md5_steps static
Holger Lubitz [Fri, 27 Jul 2007 19:35:17 +0000 (21:35 +0200)]
make imgfill_cmdline static
Holger Lubitz [Fri, 27 Jul 2007 19:33:53 +0000 (21:33 +0200)]
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
Holger Lubitz [Fri, 27 Jul 2007 19:31:45 +0000 (21:31 +0200)]
make netboot() static
Holger Lubitz [Fri, 27 Jul 2007 19:31:11 +0000 (21:31 +0200)]
disable AES_convert_key by #if 0'ing it out (suggested by mcb30)
Michael Brown [Thu, 26 Jul 2007 01:13:38 +0000 (02:13 +0100)]
Prepare for iBFT merge when possible. iscsiboot.c contains a really,
really ugly hack at present, but that doesn't hugely matter since I'm
aiming to change the interface to iSCSI devices anyway within the next
week.
Michael Brown [Wed, 25 Jul 2007 23:46:27 +0000 (00:46 +0100)]
Inhibit a spurious warning on GCC 4.0.1
Michael Brown [Wed, 25 Jul 2007 12:32:02 +0000 (13:32 +0100)]
Added two lines of code that were completely missing!
Michael Brown [Wed, 25 Jul 2007 01:03:29 +0000 (02:03 +0100)]
Don't overwrite %dl with a (potentially) modified drive number if we
already handled the INT13 call.
Michael Brown [Wed, 25 Jul 2007 01:02:24 +0000 (02:02 +0100)]
We probably shouldn't leave interrupts disabled when starting an OS.
Michael Brown [Tue, 24 Jul 2007 16:11:31 +0000 (17:11 +0100)]
Add per-file error identifiers
Michael Brown [Tue, 24 Jul 2007 14:19:09 +0000 (15:19 +0100)]
Define -DOBJECT when generating Makefile rules, for consistency.
Inhibit -Werror when generating Makefile rules, to prevent warnings
from killing the dependency list.
Michael Brown [Tue, 24 Jul 2007 13:05:32 +0000 (14:05 +0100)]
Include errno.h in the few drivers which use it, rather than in nic.h
Michael Brown [Tue, 24 Jul 2007 13:01:14 +0000 (14:01 +0100)]
Allow -Werror to be temporarily disabled using "make NO_WERROR=1"
Michael Brown [Tue, 24 Jul 2007 11:46:07 +0000 (12:46 +0100)]
Remove some obsolete sections of librm.h and libkir.h.
Add some of the missing parts to libkir.h.
Michael Brown [Tue, 24 Jul 2007 11:43:11 +0000 (12:43 +0100)]
We can finally enable -Werror :)
Michael Brown [Tue, 24 Jul 2007 11:37:09 +0000 (12:37 +0100)]
Merge branch 'master' of rom.etherboot.org:/gpxe
Marty Connor [Mon, 23 Jul 2007 01:00:55 +0000 (21:00 -0400)]
Change #warning to FIXME for ns8390.c
This driver really needs to be rewritten.
It tries to build both ISA and PCI images,
and makes life diffifult for the build system
and rom-o-matic.net. The warning was just a reminder
that it needs to be cleaned up and re-factored
to split the PCI and ISA drivers.
Marty Connor [Mon, 23 Jul 2007 00:56:26 +0000 (20:56 -0400)]
Change #warning to FIXME for depca
This ancient ISA driver should probably be removed.
It is hard to get a card to test it with, and there
are comments to the effect that it cannot work with
relocation. I would be quite interested to get a
bug report by someone who actually has this card.