Re: [wea...@debian.org: Bug#858832: calls efibootmgr with invalid options]

2017-03-27 Thread Peter Palfrader
On Mon, 27 Mar 2017, Andrei Borzenkov wrote: > 27.03.2017 15:41, Colin Watson пишет: > > I guess that the attached bug happens because grub_install_register_efi > > is called on non-biosdisk-ish systems but uses > > grub_util_biosdisk_get_osdev to get an OS device name for > > efidir_grub_dev->dis

Re: 8250 memory mapped UART

2017-03-27 Thread Lennart Sorensen
On Mon, Mar 27, 2017 at 11:29:48PM +0530, Gailu Singh wrote: > Can you please let me know how following three values are calculated in > your patch. I am trying to understand how do I change it for my board. > > port->board.base_baud = 400; > port->board.port_offset = 0x200; >

Re: 8250 memory mapped UART

2017-03-27 Thread Gailu Singh
Hi Matthias, Can you please let me know how following three values are calculated in your patch. I am trying to understand how do I change it for my board. port->board.base_baud = 400; port->board.port_offset = 0x200; port->board.base_offset = 0x1000; On Fri, Mar 24, 2017

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

2017-03-27 Thread Andrei Borzenkov
27.03.2017 17:12, Nando Eva пишет: > OK, I found the cause if the problem: > - the ACPI tables specified to the 'acpi' command are loaded to new addresses > and a new RSDT and XSDT created with pointers to them. This can be confirmed > by the 'lsacpi' command. > > - the RSDP isn't updated to poi

Re: [wea...@debian.org: Bug#858832: calls efibootmgr with invalid options]

2017-03-27 Thread Andrei Borzenkov
27.03.2017 15:41, Colin Watson пишет: > I guess that the attached bug happens because grub_install_register_efi > is called on non-biosdisk-ish systems but uses > grub_util_biosdisk_get_osdev to get an OS device name for > efidir_grub_dev->disk, which isn't going to work so well. I'm a bit > rusty

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

2017-03-27 Thread Nando Eva
OK, I found the cause if the problem: - the ACPI tables specified to the 'acpi' command are loaded to new addresses and a new RSDT and XSDT created with pointers to them. This can be confirmed by the 'lsacpi' command. - the RSDP isn't updated to point to the new RSDT and XSDT. So when chainloa

Re: [wea...@debian.org: Bug#858832: calls efibootmgr with invalid options]

2017-03-27 Thread Peter Palfrader
On Mon, 27 Mar 2017, Andrei Borzenkov wrote: > Link to the bug report would be helpful. I assume it contains actual > invocation with arguments, I do not see them in this mail. see https://bugs.debian.org/858832 -- | .''`. ** Debian ** Peter Palfrader

Please add better line editing

2017-03-27 Thread gobnat
Hi I've had trouble with booting my system recently and have had to edit the parameters during boot. I have a long boot line (kernel text + 115 chars of optional params) and getting to the right place (about char 80) is very tedious. The key repeat seems to be very slow. It also buffers the ke

Re: [wea...@debian.org: Bug#858832: calls efibootmgr with invalid options]

2017-03-27 Thread Andrei Borzenkov
Link to the bug report would be helpful. I assume it contains actual invocation with arguments, I do not see them in this mail. On Mon, Mar 27, 2017 at 3:41 PM, Colin Watson wrote: > I guess that the attached bug happens because grub_install_register_efi > is called on non-biosdisk-ish systems bu

[wea...@debian.org: Bug#858832: calls efibootmgr with invalid options]

2017-03-27 Thread Colin Watson
I guess that the attached bug happens because grub_install_register_efi is called on non-biosdisk-ish systems but uses grub_util_biosdisk_get_osdev to get an OS device name for efidir_grub_dev->disk, which isn't going to work so well. I'm a bit rusty here - would anyone care to venture a guess at