pci-e config register modification in grub

2009-09-26 Thread Nando
buntu 9.04 with grub as the bootloader. Can these features be added to grub via say the menu.lst file as well as some config file that can store the dump for (2) above?? Nando ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Feature Request: 32-bit mem write and 'setpci -s' type command in menu.lst

2009-10-22 Thread Nando
k project that needs to setup PCI Bridge windows prior to Windows load, something that many bios doesn't do, neither does Windows. setpci -s 00:02.0 40l=20 Comments?? Suggestions?? Nando ___ Grub-devel mailing list Grub-devel@gnu.org http://lists

Re: Feature Request: 32-bit mem write and 'setpci -s' type command in menu.lst

2009-10-23 Thread Nando
e made to add it? eg: write_dump ADDRESS FILE eg: write_dump 0xF800 dump_file Nando On Thu, Oct 22, 2009 at 10:51 PM, Vladimir 'phcoder' Serbinenko < phco...@gmail.com> wrote: > > write 0xFED93418 0xC330005 > look at write_dword > > >

Re: Feature Request: 32-bit mem write and 'setpci -s' type command in menu.lst

2009-10-24 Thread Nando
d bypass the need for the DOS bootimage. This ability would be further enhanced if a compressed dump file could be used to speed up the process. So I guess it should be a request for: - 'read_dump ADDRESS FILE' for mPCIe wifi whitelsting could be done within grub2. . - a

Re: [PATCH] ntldr support

2009-10-25 Thread Nando
XP on /dev/sda1" { root (hd0,1) ntldr /ntldr } menuentry "Win7 on /dev/sda2" { root (hd0,2) ntldr /bootmgr } Nando ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Request: hdparm module with -X

2009-12-08 Thread Nando
is at the grub2 bootloader level being more preferable. Nando ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Easy grub2 installation for non Linux (Windows) systems?

2009-12-09 Thread Nando
how to go about doing that? Nando ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: Easy grub2 installation for non Linux (Windows) systems?

2009-12-09 Thread Nando
Hi Christian, Thank you. I'll keep an eye open for the 1.97 Cygwin package. Regards, Nando On Wed, Dec 9, 2009 at 11:45 PM, Christian Franke < christian.fra...@t-online.de> wrote: > Nando wrote: > > For non Linux users, it is possible to load the grub2 package and &g

Re: Request: hdparm module with -X

2009-12-27 Thread Nando
w.com/showthread.php?p=5519419 (HP 2510P / optical drive caddy) http://www.gottabemobile.com/forum/forum_posts.asp?TID=8260&PID=55271 (Dell XT / not sure why) Comments/suggestions? Nando On Wed, Dec 9, 2009 at 11:17 PM, Christian Franke < christian.fra...@t-online.de> wrote: > Nando wr

Assistance with non-bios found HDD/cdrom booting

2010-01-20 Thread Nando
f an ataxx ('insmod ata' or 'insmod ata_pthru') non bios found IDE device? I have also tried sbootmgr.dsk finding it sees the devices but upon selecting the Ubuntu drive/partition off the optical port, it reboots the system. Any advice on how this can be done using grub2? N

Re: New maintainer. 1.98 release.

2010-03-01 Thread Nando
Hi Vlad, Have the 'setpci' and "hdparm -X udma5" (set IDE transfer mode) been taken out of patch status and incorporated for release in 1.98? setpci in particularly will be very welcome for various PCI fixups. Regards, Nando 2010/3/2 Vladimir 'φ-coder/phcoder' Se

enhancement request: setpci.mod to work on PCIe registers (0xfff) - currently limited to PCI registers (0xff)

2023-03-28 Thread Nando
Hello everybody, As per title, setpci.mod's setpci command can read/write up to 0xFF registers but returns an incorrect (0xFF) value for any registers beyond 0xFF.. There is a 4K PCIe configuration space (0xFFF) per device. eg: setpci -s 0:1f.0 0xf0.l -> returns correct value setpci -s 0:1f.0 0x2

Loading DSDT table using 'acpi' or some memory write command?

2017-02-23 Thread Nando Eva
n write? The idea is simply to replace the existing DSDT at it's address with one given by the file of same size or smaller. Thank you,Nando ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Nando Eva
ize, then overwrites it with the file name specified if it's the same size or smaller?  Or some function to write a file to a memory location like 'write_byte'. Maybe 'write_file'? Thank you,Nando On Friday, 24 February 2017, 3:00, Nando Eva wrote: Hi grub-d

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Nando Eva
mory can't use it just like I imagine would be the case with the current 'acpi' method. Thank you, Nando ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-02-27 Thread Nando Eva
ted below. Would you mind pointing out which code is rewriting the ACPI tables? Thank you,Nando ---grub_err_t grub_efi_finish_boot_services (grub_efi_uintn_t *outbuf_size, void *outbuf,                grub_efi_uintn_t *map_key,                grub_efi_uintn_t *efi_desc_size,        

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-03-27 Thread Nando Eva
doing checksum correction). Can a pach be made for grub2 to correct this behaviour to be automated without such manual intervention? Thank you,Nando On Tuesday, 28 February 2017, 5:21, Nando Eva wrote: Vladimir 'phcoder' Serbinenko wrote: I reproduced the bug. I'm inves

Re: Loading DSDT table using 'acpi' or some memory write command?

2017-03-29 Thread Nando Eva
? > Again - what address are you updating? > > We need to understand why it fails first. GRUB *does* attempt to > override RSDP if it finds it. On Tuesday, 28 March 2017, 1:12, Nando Eva wrote: OK, I found the cause if the problem: - the ACPI tables specified to the 'acp