summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hdt: Releasing 0.4.0hdt/0.4.0Erwan Velu2011-02-021-1/+1
|
* hdt: Ignoring *gz filesErwan Velu2011-02-021-0/+1
|
* hdt: Adding BOOT supportErwan Velu2011-01-312-0/+6
|
* ACPI: Adding BOOT supportErwan Velu2011-01-313-3/+39
|
* hdt: Adding SLIC supportErwan Velu2011-01-312-0/+6
|
* ACPI: Adding SLIC supportErwan Velu2011-01-313-0/+40
|
* Merge branch 'master' of ssh://terminus.zytor.com//pub/git/users/erwan/hdtErwan Velu2011-01-311-1/+1
|\ | | | | | | | | | | Conflicts: com32/hdt/hdt-cli-acpi.c com32/hdt/hdt-menu-acpi.c
| * hdt: Adding TCPA supportErwan Velu2011-01-312-0/+6
| |
* | hdt: Adding MCFG supportErwan Velu2011-01-311-0/+3
| |
* | ACPI: Adding MCFG supportErwan Velu2011-01-313-0/+38
| |
* | hdt: Displaying FACS in gui modeErwan Velu2011-01-311-0/+11
| |
* | ACPI: Fixing typo in TCPAErwan Velu2011-01-311-1/+1
| |
* | hdt: Adding TCPA supportErwan Velu2011-01-312-0/+6
|/
* ACPI: Adding TCPA supportErwan Velu2011-01-313-0/+39
|
* hdt: Fixing ACPI initialisationErwan Velu2011-01-311-1/+1
| | | | The zeroification wasn't correct regarding the structure type.
* hdt: Adding HPET supportErwan Velu2011-01-312-0/+6
|
* ACPI: Adding HPET supportErwan Velu2011-01-313-0/+39
|
* hdt: Don't skrink cpu nameErwan Velu2011-01-311-3/+0
|
* ACPI: Improving tables detectionErwan Velu2011-01-315-130/+163
| | | | | | | | | | In some conditions, XSDT pointer could be null. In such conditions, we have to parse tables pointed by RSDP. This patch remove the table parsing from xsdt to acpi.c. If the XSDT detection fails, let's switch back to the RSDP entries. This was the case under KVM whereas VirtualBox features an XSDT.
* ACPI: Fixing ACPI return codesErwan Velu2011-01-315-5/+5
| | | | | | | Without defining values using the negative values as a return option could lead to a false positive case. Setting up the values helps prevent from using the 0 value.
* DMI: Adjusting structures size / Adding cpu coreLaurent Licour2011-01-3018-64/+171
| | | | | This patch adds some correction of the dmi structures but also add the support of the cpu cores/threads.
* hdt: Improving CPU displayhdt/0.4.0-beta1Erwan Velu2011-01-305-7/+12
|
* Merge remote branch 'origin/master' into chouffeErwan Velu2011-01-266-63/+165
|\
| * Merge remote branch 'hdt/master'syslinux-4.04-pre5H. Peter Anvin2011-01-251-6/+24
| |\
| | * disklib: Detect DiskCryptor MBRGert Hulselmans2011-01-251-0/+2
| | | | | | | | | | | | | | | | | | Add detection code for DiskCryptor MBR to disklib. Signed-off-by: Gert Hulselmans <gerth@zytor.com>
| | * disklib: Detect "FreeDOS (eXtended FDisk)" MBRGert Hulselmans2011-01-251-1/+3
| | | | | | | | | | | | | | | | | | Add detection code for "FreeDOS (eXtended FDisk)" MBR to disklib. Signed-off-by: Gert Hulselmans <gerth@zytor.com>
| | * disklib: Detect "MS-DOS 3.30 through Windows 95 (A)" MBRGert Hulselmans2011-01-251-1/+3
| | | | | | | | | | | | | | | | | | Add detection code for "MS-DOS 3.30 through Windows 95 (A)" MBR to disklib. Signed-off-by: Gert Hulselmans <gerth@zytor.com>
| | * disklib: Detect new Syslinux (normal + isohybrid) MBRGert Hulselmans2011-01-251-4/+13
| | | | | | | | | | | | | | | | | | | | | Add detection code for new Syslinux (normal + isohybrid) MBR to disklib. Switch old Syslinux MBR and Master Boot LoaDeR detection code. Signed-off-by: Gert Hulselmans <gerth@zytor.com>
| | * disklib: Detect Paragon MBRGert Hulselmans2011-01-251-0/+3
| | | | | | | | | | | | | | | | | | Add detection code for Paragon MBR to disklib. Signed-off-by: Gert Hulselmans <gerth@zytor.com>
| * | Merge remote branch 'sha0/memdskprobe'H. Peter Anvin2011-01-251-29/+96
| |\ \
| | * | memdisk: Fix INT 0x13, AH==0x15 disk drive probeShao Miller2011-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function might return CF==0 ("success"), but could include AH==0 ("no such drive"). This is the case on at least a number of Dell models. Now we check AH, too. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
| | * | memdisk: Enhance disk-probe debugging outputShao Miller2011-01-251-20/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In an effort to trouble-shoot a problem report on some Dell models (including an Optiplex GX260), we add further debugging output to try to find out at which point things go wrong. The problem units are apparently probing as "drive present" for all drives, which obviously isn't right. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
| | * | memdisk: Make debug-mode a tad prettierShao Miller2011-01-241-12/+22
| | |/ | | | | | | | | | | | | | | | By removing the use of #ifdef-#endif blocks. Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
| * | disk: put a magic at the end of the boot sectorH. Peter Anvin2011-01-254-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | Put a magic signature at the end of the boot sector, and a backpointer to the code that contains the pointer to the main code extent. This is useful for integrity-checking tools, and could help the installer in the future. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
| * | diskstart: move writestr_early out of boot sectorH. Peter Anvin2011-01-252-19/+26
| |/ | | | | | | | | | | | | We can save 8 bytes in the boot sector by moving writestr_early out and putting the real routine in sector 1. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* | hdt: Updating gitignoreErwan Velu2011-01-261-4/+3
| | | | | | | | Making gitignore more generic
* | hdt: Updating memtest to 4.20Erwan Velu2011-01-262-4/+4
| |
* | hdt: Switching to beta releaseErwan Velu2011-01-261-1/+1
| |
* | ACPI: Fixing copyrightErwan Velu2011-01-2621-21/+21
| |
* | hdt: Adding ACPI to menu modeErwan Velu2011-01-263-0/+124
| | | | | | | | Preliminary support of the ACPI info in the menu mode.
* | hdt: Renaming madt items into apicErwan Velu2011-01-261-13/+12
| | | | | | | | This will match better kernel's naming.
* | ACPI: Displaying MADT as APICErwan Velu2011-01-261-1/+1
| | | | | | | | Kernel shows this table as APIC, let's do the same
* | ACPI: Fixing pointer arithmeticErwan Velu2011-01-2616-41/+62
| | | | | | | | Several adjustements were necessary ;o)
* | hdt: Using void pointer to display acpi tablesErwan Velu2011-01-261-1/+1
| | | | | | | | | | Void pointer is prefered and more generic as we have several sorts of pointer address.
* | ACPI: Adding DEBUG_PRINTErwan Velu2011-01-254-0/+25
| | | | | | | | Adding a function to debug & print for ACPI.
* | ACPI: Fixing SSDT detectionErwan Velu2011-01-251-1/+1
| | | | | | | | This test error was crashing the program.
* | hdt: Adding gitignore fileErwan Velu2011-01-251-0/+7
| |
* | hdt: Fixing verbose modeErwan Velu2011-01-252-5/+13
| | | | | | | | | | HDT's images were lacking of a verbose mode. Quiet is the default so we have to enforce the verbose if needed.
* | Merge branch 'master' into chouffeErwan Velu2011-01-25595-34845/+84452
|\ \ | |/ | | | | | | Conflicts: com32/hdt/hdt.h
| * diskio: Support EDD 4 16-byte device pathsH. Peter Anvin2011-01-171-2/+2
| | | | | | | | | | | | | | | | EDD 4 has 16-byte device path information. Make the EDD buffer big enough to capture that. Note that the location of the device path checksum actually depends on the device path length information field! Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>