Michael Brown
|
b07161f397
|
Placeholder bzImage support
|
18 년 전 |
Michael Brown
|
beb941ed81
|
Rename "boot" to "autoboot"
|
18 년 전 |
Michael Brown
|
f11900a9c6
|
I prefer IMAGE_XXX to XXX_IMAGE.
Add IMAGE_PXE to use the new image format framework. "kernel pxelinux.0"
now works.
|
18 년 전 |
Michael Brown
|
67aedf34fa
|
Use systematic names for XXX_IMAGE.
Add scripts as an image format (since it's trivial to do).
|
18 년 전 |
Michael Brown
|
9817f93094
|
Add basic "fetch" and "imgstat" commands.
|
18 년 전 |
Michael Brown
|
d45c5e7ce7
|
Add "route" command (which currently only displays the routing table; it
can't modify it).
|
18 년 전 |
Michael Brown
|
9869659895
|
Add interface management commands
|
18 년 전 |
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.
|
18 년 전 |
Michael Brown
|
8f9336e0c1
|
Add "config" command to access config UI
|
18 년 전 |
Michael Brown
|
ec5789bf0c
|
Select required commands via config.h
|
18 년 전 |
Michael Brown
|
c46126bfa4
|
Does anyone still use 9600 baud?
|
18 년 전 |
Michael Brown
|
d475ecd561
|
Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.
|
18 년 전 |
Michael Brown
|
dd59181a0a
|
Removed DNS from the default configuration; it hasn't been updated to
the new UDP API yet.
|
18 년 전 |
Michael Brown
|
c10698b8b4
|
Add NULL_TRAP as a config option
|
18 년 전 |
Michael Brown
|
55bb40c39a
|
Fix typo
|
18 년 전 |
Michael Brown
|
0479e9f541
|
relocate.o is now dragged in by the objects that require it; there is no
need for a CONFIG_RELOCATE.
|
18 년 전 |
Michael Brown
|
c0a94944fc
|
Added FSP
|
19 년 전 |
Michael Brown
|
2930fe846e
|
Add image formats (didn't check in properly to gpxe for some reason)
|
19 년 전 |
Michael Brown
|
48e40e933f
|
Add DOWNLOAD_PROTO_XXX options.
|
19 년 전 |
Michael Brown
|
e1d6f3a8ac
|
Add NMB_RESOLVER
|
19 년 전 |
Michael Brown
|
6cd0fa5807
|
Added DNS resolver configuration option.
|
19 년 전 |
Michael Brown
|
cf79681b80
|
Fix BUILD_SERIAL.
Change from using #if to #ifdef, since #if can't cope with string
constants.
|
19 년 전 |
Michael Brown
|
3c55caf24c
|
Moved console options to config.h
Removed CONFIG_{PCI,ISA,PCMCIA}, since buses are now always compiled and
linked in only if required by the individual driver objects.
|
19 년 전 |
Michael Brown
|
64e1df4af6
|
Allow serial port options to be specified in a relatively friendly format.
|
19 년 전 |
Michael Brown
|
6ca5e85a3b
|
Working format.
|
19 년 전 |
Michael Brown
|
8e4c991c24
|
Experiment; let's see if we can get individual config header files working.
|
19 년 전 |