search for: prom

Displaying 20 results from an estimated 247 matches for "prom".

Did you mean: from
2014 Mar 24
2
PROM vbios fetching issues
Hello, One of my GPU (GK107/NVE7) fails to properly fetch its vbios from PROM at boot time but, if I blacklist the module and load it myself later on, it always succeeds. To make things weirder, the same card works great on another computer. Here is the relevant code in Nouveau to fetch the vbios from PROM: http://code.woboq.org/linux/linux/drivers/gpu/drm/nouveau/core/s...
2012 Jun 20
2
TINC - sometimes working a bit
...e! I'm trying to get tinc running, but couldn't make it until now... My current situation is: all tincs are connected, but there ist (almost) no traffic: Only two PCs are able to ping to another, but not to itself. Let me explain, what I'm planning to do: I've got four networks: PROM: 10.69.0.0/16 PAN: 192.168.30.0/24 (I'm afraid, I can't change PAN to 10.x.x.x) DAE: 10.90.0.0/16 VOY: 10.2.0.0/16 All of them shall be bridged by tinc, running on MS Windows 2k8R2. TAP Config as follows: PROM: 10.69.15.1/8 PAN: 192.168.30.9/16 DAE: 10.90.15.1/8 VOY: 10.2.0.0/8 tinc.co...
2014 Mar 25
0
PROM vbios fetching issues
On 25/03/2014 17:17, Christian Zander wrote: > On Mon, Mar 24, 2014 at 11:59:46AM -0700, Martin Peres wrote: >> Hello, >> >> One of my GPU (GK107/NVE7) fails to properly fetch its vbios from PROM >> at boot time but, if I blacklist the module and load it myself later on, >> it always succeeds. To make things weirder, the same card works great on >> another computer. >> >> Here is the relevant code in Nouveau to fetch the vbios from PROM: >> http://code.wo...
2014 Mar 25
0
PROM vbios fetching issues
On Mon, Mar 24, 2014 at 11:59:46AM -0700, Martin Peres wrote: > > Hello, > > One of my GPU (GK107/NVE7) fails to properly fetch its vbios from PROM > at boot time but, if I blacklist the module and load it myself later on, > it always succeeds. To make things weirder, the same card works great on > another computer. > > Here is the relevant code in Nouveau to fetch the vbios from PROM: > http://code.woboq.org/linux/linux/...
2014 Mar 25
2
[PATCH 4/4] vbios/prom: fetch the vbios using only aligned 32-bit accesses
Other kind of accesses are unreliable on Maxwell cards. As advised by NVIDIA, let's only use 32-bit accesses to fetch the vbios from PROM. This fixes vbios fetching on my nve7 which failed in certain specific conditions. I suggest we Cc stable, for all kernels they still maintain after the big rewrite. Suggested-by: Christian Zander <czander at nvidia.com> Signed-off-by: Martin Peres <martin.peres at free.fr> --- nvkm...
2014 Mar 25
0
[PATCH 4/4] vbios/prom: fetch the vbios using only aligned 32-bit accesses
On Tue, Mar 25, 2014 at 6:11 PM, Martin Peres <martin.peres at free.fr> wrote: > Other kind of accesses are unreliable on Maxwell cards. As advised by NVIDIA, Maxwell or Kepler? > let's only use 32-bit accesses to fetch the vbios from PROM. > > This fixes vbios fetching on my nve7 which failed in certain specific > conditions. > > I suggest we Cc stable, for all kernels they still maintain after the big > rewrite. Just throw in the Cc :) Easier to just have it there than to have to go in and edit the commit descrip...
2001 Sep 15
1
Last Night of the Proms
This is NOT official, and NOT supported, but as the proms are a free to all event, I thought I'd set up an Ogg stream for anyone that's around today and wants to listen in. The traditional last night music has been replaced in recognition of the events of the last few days. http://dev5.kw.bbc.co.uk:8001/proms.ogg 'til 1045 BST, but beware...
2014 Mar 25
1
[PATCH 4/4] vbios/prom: fetch the vbios using only aligned 32-bit accesses
...iable on Maxwell cards. As advised by NVIDIA, > Maxwell or Kepler? Damn, I meant Kepler. I updated the patch in my git tree: http://cgit.freedesktop.org/~mperes/nouveau/commit/?id=661a5c599565686f72e729600b0dd6aa6e472f0c > >> let's only use 32-bit accesses to fetch the vbios from PROM. >> >> This fixes vbios fetching on my nve7 which failed in certain specific >> conditions. >> >> I suggest we Cc stable, for all kernels they still maintain after the big >> rewrite. > Just throw in the Cc :) Easier to just have it there than to have to >...
2010 Dec 04
0
Father of Groom Speech and Toast - How to Input Hu
...g a hard time being funny, be natural. Avoid putting in too much effort to make a hilarious father of groom toast. You have to make preparations as the father of the most important man of the event so that your comic lines will naturally blend with that special message.If you aren't sure jovani prom 153567 (http://www.kellyprom.com/jovani-prom-dresses-style-153567-p-676.html), just don 't joke about it. A wedding speaker who ridicules an entity, a group of people or a belief jovani prom 196462 (http://www.kellyprom.com/jovani-prom-dresses-style-196462-p-838.html), is not really seen as fun...
2010 Sep 26
4
How to update an old unsupported package
Hi all, I have a package that is specific to a task I was repetitively using a few years ago. I now needed to run it again with new data. However I am told it was built with an older version or R and will not work. How can I tweak the package so it will run on 11.1? It was a one-off product and has not been maintained. Is there a way to "unpackage" it and repackage it to work? I
2007 Mar 08
2
pxelinux never OACKs tftp server response
After the PXE PROM code downloads and runs the pxelinux.0 image and it tries to download config information the client stops acknowledging the server OACK packets from the server. pxelinux from syslinux 3.11 from Fedora RPM, accessing Solaris 10 in.tftpd The tftp client in pxelinux.0 sends a tftp file read reques...
2014 May 27
0
[PATCH] bios: fix a potential NULL deref in the PROM shadowing function
...ase.c | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/nvkm/subdev/bios/base.c b/nvkm/subdev/bios/base.c > index 3de7d81..5f8643d 100644 > --- a/nvkm/subdev/bios/base.c > +++ b/nvkm/subdev/bios/base.c > @@ -183,10 +183,11 @@ nouveau_bios_shadow_prom(struct nouveau_bios *bios) > goto out; > > bios->data = kmalloc(bios->size, GFP_KERNEL); > - if (bios->data) { > - for (i = 0; i < bios->size; i += 4) > - ((u32 *)bios->data)[i/4] = nv_rd32(bios, 0x300000 + i); > - } > + if (!bios->data) > +...
2014 May 29
1
[PATCH] bios: fix a potential NULL deref in the PROM shadowing function
...1 file changed, 5 insertions(+), 4 deletions(-) >> >> diff --git a/nvkm/subdev/bios/base.c b/nvkm/subdev/bios/base.c >> index 3de7d81..5f8643d 100644 >> --- a/nvkm/subdev/bios/base.c >> +++ b/nvkm/subdev/bios/base.c >> @@ -183,10 +183,11 @@ nouveau_bios_shadow_prom(struct nouveau_bios *bios) >> goto out; >> >> bios->data = kmalloc(bios->size, GFP_KERNEL); >> - if (bios->data) { >> - for (i = 0; i < bios->size; i += 4) >> - ((u32 *)bios->data...
2014 Apr 03
2
[PATCH] bios: fix a potential NULL deref in the PROM shadowing function
...free.fr> --- nvkm/subdev/bios/base.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nvkm/subdev/bios/base.c b/nvkm/subdev/bios/base.c index 3de7d81..5f8643d 100644 --- a/nvkm/subdev/bios/base.c +++ b/nvkm/subdev/bios/base.c @@ -183,10 +183,11 @@ nouveau_bios_shadow_prom(struct nouveau_bios *bios) goto out; bios->data = kmalloc(bios->size, GFP_KERNEL); - if (bios->data) { - for (i = 0; i < bios->size; i += 4) - ((u32 *)bios->data)[i/4] = nv_rd32(bios, 0x300000 + i); - } + if (!bios->data) + goto out; + + for (i = 0; i < bios->s...
2011 Oct 07
4
NVIDIA (including Optimus) laptop owners - please read!
...nt, it would be a great help if you could email the matching files along with a number of different vbios images to mmio.dumps at gmail.com. Now, onto the different vbios images. To obtain these, install envytools[1] and run the following: nvagetbios -S PRAMIN > vbios_pramin.rom nvagetbios -s PROM > vbios_prom.rom If fetching the VBIOS from PROM fails with (for example): [root at nisroch tables]# nvagetbios -s PROM >vbios.rom Attempt to extract the vbios from card 0 (nva8) using PROM Invalid signature(0x55aa). You may want to try another retrieval method. [root at nisroch tables]#...
2014 Jun 09
6
[Bug 79820] New: Strange readout on fan1_input when pwm1_min < 33
https://bugs.freedesktop.org/show_bug.cgi?id=79820 Priority: medium Bug ID: 79820 Assignee: nouveau at lists.freedesktop.org Summary: Strange readout on fan1_input when pwm1_min < 33 QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter:
2019 Aug 22
3
[RFC] Adding target-specific overrides for Indirect Call Promotion
...t;/font></div><div style="box-sizing: inherit;"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" style="box-sizing: inherit;">We see improved performance on the PowerPC platform by increasing the aggressiveness of Indirect Call Promotion (ICP).</font></div><div style="box-sizing: inherit;"><font face="Verdana, Arial, Helvetica, sans-serif" size="2" style="box-sizing: inherit;">In particular, lowering the promotion threshold and increasing the maximum number of pro...
2016 Jun 12
2
[RFC] LLVM Coroutines
...ody, it is very easy. future<void> f(Params) { // <initial suspend point> at open curly char buf[N]; ... fill buff with stuff await async_send(buf); // <suspend-point> ... do more } Will be transformed into equivalent of: future<void> f(Params) { promise<void> prom; future<void> result = prom.get_future(); std::thread([prom = std::move(prom), Params = std::move(params)] { char buf[N]; ... fill buff with stuff BLOCK_WAIT async_send(buf); // block on event instead of suspend ... do more }).detach();...
2014 Apr 15
8
[Bug 77494] New: [NVE7] fails to load due to unknown opcode 0xc4
...00.0] Chipset: GK107 (NVE7) [ 1.021129] nouveau [ DEVICE][0000:03:00.0] Family : NVE0 [ 1.022357] nouveau [ VBIOS][0000:03:00.0] checking PRAMIN for image... [ 1.022363] nouveau [ VBIOS][0000:03:00.0] ... signature not found [ 1.022364] nouveau [ VBIOS][0000:03:00.0] checking PROM for image... [ 1.130818] nouveau [ VBIOS][0000:03:00.0] ... checksum invalid [ 1.130821] nouveau [ VBIOS][0000:03:00.0] checking ACPI for image... [ 1.130822] nouveau [ VBIOS][0000:03:00.0] ... signature not found [ 1.130823] nouveau [ VBIOS][0000:03:00.0] checking PCIROM fo...
2003 Jan 06
8
PXE booting
...rd and when PXE is activated, it gets an IP from the DHCP, then it finds the TFTP server, downloads pxelinux.0, executes it which causes the floppy to be downloaded, the file is transfered but it just stays there. the PXE implementation is: BootManage UNDI PXE-2.0 (build 083) BootManage PXE-2.0 PROM 1.0 AN983 3.00 SDK 3.0/083 (OEM73) (C) bootix gmbh , Licensed to FSC Of course it boots with 2000 RIS.... Besides a broken bios implementation, is there something i can try? Thanks! Luis Correia PGP Fingerprint: BC44 D7DA 5A17 F92A CA21 9ABE DFF0 3540 2322 21F6 Key Server: http://pgp.mit.edu