Michael Brown
84202d89f0
Split the (quick hack) boot logic out from main.c to autoboot.c, add a
"boot" command to attempt booting from within the command shell, fall back
to shell if boot fails for any reason.
hace 19 años
Michael Brown
8f9336e0c1
Add "config" command to access config UI
hace 19 años
Michael Brown
b93ff48173
Added descriptive text for settings and setting types, and display it in
the option config UI.
hace 19 años
Michael Brown
35edecac34
Move {show,set,clear}_setting() to {show,set,clear}_named_setting().
Introduce new {show,set,clear}_setting() that take a struct setting *
rather than a const char *.
set_setting() handles calling clear_setting() when appropriate, so that
individual setting types don't have to check for empty strings.
hace 19 años
Michael Brown
84a2b886e1
Split error-message table portions of errno.h out to gpxe/errortab.h
hace 19 años
Michael Brown
3e0f7621eb
Don't automatically redraw the edit box; this allows better inheritance.
hace 19 años
Michael Brown
35dcbfe771
Editable text box widget based on mucurses and edit_string.
hace 19 años
Michael Brown
4919646fb9
Separated out (and tidied up) shell banner code
hace 19 años
Michael Brown
a2c5744daf
Minimal shell implementation using readline() and system().
hace 19 años
Michael Brown
66007fa448
Provide an edit history to allow caller to efficiently update display.
hace 19 años
Michael Brown
1bc3514bd8
Start of generic editable string support
hace 19 años
Michael Brown
8b3a4c9862
Add basic ANSI escape sequence support to BIOS console
hace 19 años
Michael Brown
1cd45decc4
Added support for interpreting ANSI escape sequences on behalf of
non-ANSI-capable consoles.
hace 19 años
Michael Brown
a39b111684
Automatically select between the "10" and "16" variants of command set,
based on the device size.
hace 19 años
Michael Brown
007ca97f25
Added clear_setting()
hace 19 años
Michael Brown
72b1629cee
Add placeholder ibft.h
hace 19 años
Michael Brown
f3d817d512
Added execv() and system().
hace 19 años
Michael Brown
d2bf7abe75
Added write support for three-wire devices (e.g. the RTL8139 EEPROM)
hace 19 años
Michael Brown
89bcb57201
Update ftp.c to work with Nikhil's TCP stack.
Remove the now-totally-obsolete sockaddr_in field from tcp.h.
hace 19 años
Michael Brown
6a91a03409
Added options listed in
http://www.microsoft.com/whdc/winlogo/hwrequirements.mspx as required
for iSCSI boot. Note that options 204-206 are listed in the document
but don't seem to be defined anywhere on the web.
hace 19 años
Michael Brown
d041d74054
Tied NVO commands into the human-interactable settings code that I
completely forgot I'd written ages ago.
hace 19 años
Michael Brown
6842dd3222
Handle TargetAddress
hace 19 años
Michael Brown
67577556a2
Handle strings as complete units, instead of a byte at a time.
hace 19 años
Michael Brown
3a7d762c1c
Add iscsi_rx_buffered_data() and supporting infrastructure.
hace 19 años
Michael Brown
ab4e1dba3f
Added nvo_save()
hace 19 años
Michael Brown
cc9bcb99a0
Add the concept of a fragment list for non-volatile stored options.
hace 19 años
Michael Brown
d62c83a350
Migrated etherfabric driver to using generic SPI layer.
hace 19 años
Michael Brown
2d8d21fe74
Added the generic block-splitting code to nvs.c
hace 19 años
Michael Brown
1961ba44e1
Added generic SPI protocol handler with read and write support.
hace 19 años
Michael Brown
946967f09c
Abstracted out part of the concept of an SPI device to a generalised NVS
device.
Separated the mechanisms of non-volatile storage access and non-volatile
stored options.
hace 19 años
Michael Brown
dc06c895fc
Changed length parameter in SPI methods to be a byte length, rather than
a word length.
hace 19 años
Michael Brown
931f94dca3
Generalised the SPI abstraction layer to also be able to handle interfaces
that don't provide the full flexibility of a bit-bashing interface.
Temporarily hacked rtl8139.c to use the new interface.
hace 19 años
Michael Brown
4cd56820ea
Basic non-volatile storage support
hace 19 años
Michael Brown
74c41fac06
Create "username" and "password" DHCP options, ready for placing this
information in NVS.
hace 19 años
Michael Brown
3f0b4d9ed8
Updated to use asynchronous operation model for iSCSI requests
Added CHAP authentication
hace 19 años
Michael Brown
fdaddd969a
Added "name" field to digest algorithms
hace 19 años
Michael Brown
c5428303e4
Added generic CHAP layer, independent of iSCSI
hace 19 años
Michael Brown
57d539aab0
Made it temporarily possible to call MD5 routines directly from external
code, rather than going through the digest layer.
Removed a spurious line of constants.
hace 19 años
Michael Brown
fedc186fd7
Split login into security negotation and operational parameter
negotiation phases, to allow inclusion of CHAP authentication.
hace 19 años
Michael Brown
b8baee7632
Removed as a gesture of goodwill following a request from Microsoft
hace 19 años
Michael Brown
2f60aa42e7
Killed
hace 19 años
Michael Brown
0dca1dc8ce
Made eth_ntoa() public for use in legacy drivers' DBG() statements.
hace 19 años
Michael Brown
1ddfce2308
Generalisation of a message digest algorithm
hace 19 años
Michael Brown
22511400c7
Added generic function for calculating ACPI table checksum
hace 19 años
Michael Brown
cab3f4502b
Correct option number for DHCP_DNS_SERVERS, and add it to the request
list.
hace 19 años
Michael Brown
b4e559d7e2
Added basic profiling support
hace 19 años
Nikhil Chandru Rao
d1d334b8e1
IP6 support
hace 19 años
Michael Brown
cf2178f885
Added debug strings.
hace 19 años
Michael Brown
7029fb8eff
Add string configuration type
hace 19 años
Michael Brown
db46972349
Added basic infrastructure for manipulating settings.
hace 19 años