summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-1/+2
| | | | | | | Update copyright notices. Per agreement with my new employer, Intel Corporation, add Intel copyright notices where appropriate. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* hdt: cli now uses the ansi raw interfaceErwan Velu2009-03-171-1/+2
| | | | | | | | | | | | Impact: cli is now managed char by char instead of line by line This patch is a first step toward a new version of the cli. Current code isn't scalable to manage a complex cli code. First step is to manage input char by char. It will now possible to implement : - completion using tab, - using special keys (F1-F12) This patch implements F1 as "show help"
* hdt: Making the build silentErwan Velu2009-03-171-10/+10
| | | | | | | | | Impact: Silence the build. It is easier to detect warnings and errors if make doesn't print out the commands before executing them. Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
* hdt: Adding missing install targetErwan Velu2009-03-161-1/+5
| | | | | | | Impact: Allow the build process to complete properly The install: target was missing and prevented the global make install to end properly
* hdt: Adding vesa detectionErwan Velu2009-03-141-2/+2
| | | | | | | | | Bump to version 0.2.4 VESA BIOS is now detected. vendor/product/revision & available modes are displayed cli now have a "vesa>" context with provides both "list" & "modes" command. The menu mode features a new VESA entry and display the same info.
* Moving dmi & cpuid stuff to gpl subdirsErwan Velu2009-03-121-3/+5
| | | | | | | | | Fixing copyrights Moving dmi includes to gplinclude/dmi Moving dmi code to gpllib/dmi/ Moving cpuid includes to gplinclude/ Moving cpuid code to gpllib/ Fixing Makefiles accordingly
* hdt: adding syslinux mode in clierwan2009-03-081-0/+1
| | | | | | | cli mode now offer a syslinux mode to display : version product copyright
* hdt: Adding summary in menu modeerwan2009-03-041-1/+1
| | | | Adding a summary in the menu mode
* hdt: Cleaning DMI implementationerwan2009-03-031-1/+1
| | | | | | Previous commit was incomplete. Removing useless warnings by defining structures & functions properly Using existing types instead of u8,u16,u32
* Move complex menu to com32/cmenu; clean up the MakefilesH. Peter Anvin2009-03-021-10/+13
| | | | | | | Move the complex menu system into the com32 directory so it can be sequenced properly with respect to hdt (it needs to be built after com32/lib but before com32/hdt). While we're at it, clean up the Makefiles somewhat.
* hdt: Bump version 0.2.1Erwan Velu2009-03-011-0/+1
| | | | Adding pxe menu in menu mode
* hdt: Adding basic kernel supportErwan Velu2009-02-251-1/+1
|
* hdt: Renaming cli-net to cli-pxe Moving hardware initialisation test ↵Erwan Velu2009-02-251-1/+1
| | | | directly in detect_* functions Adding basic PXE ROM detection Reworking output of show <module> for more coherency Creating a s_pxe structure to simplify data access 'show pci' command have to be more simple Implementing 'show summary' command detect_pci will try to detect the pxe environment to fill the PXE fields of every pci device Bump to 0.2.0
* hdt: Basic pxe implementationErwan Velu2009-02-251-1/+1
|
* hdt: Adding CPU mode. cpu> show cpu DMI: Renaming processor to cpu Menu: ↵Erwan Velu2009-02-251-1/+1
| | | | Displaying number of elements for PCI,DISKS,MEMORY Bump to 0.1.9
* hdt: Adding more dmi/pci support in cli modeErwan Velu2009-02-251-1/+1
|
* hdt: Changing structure to allow a cli modeErwan Velu2009-02-251-0/+1
|
* hdt: Moving hdt to com32/modulesErwan Velu2009-02-251-0/+67