search for: ihex

Displaying 7 results from an estimated 7 matches for "ihex".

Did you mean: hex
2009 Dec 11
1
[PATCH] drm/nouveau: provide ctxprog/ctxvals in ihex format
Firmware files in firmware/ directory are not expected to be in binary format. The nouveau files are in binary format, and are therefore removed when running e.g. make clean. Fix that by converting them to ihex format instead. The patch is really big as it contains the ctxprogs stuff, so I'll provide a link instead: http://stuff.onse.fi/0001-drm-nouveau-provide-ctxprog-ctxvals-in-ihex-format.patch -- Anssi Hannula
2010 Feb 25
3
[PATCH 1/3] drm/nv50: Implement ctxprog/state generation.
This removes dependence on external firmware for NV50 generation cards. If the generated ctxprogs don't work for you for some reason, please report it. Signed-off-by: Marcin Ko?cielnicki <koriakin at 0x04.net> --- drivers/gpu/drm/nouveau/Makefile | 2 +- drivers/gpu/drm/nouveau/nouveau_drv.h | 1 + drivers/gpu/drm/nouveau/nv50_graph.c | 74 +-
2017 Nov 05
0
ntfs user mappings?
...} hex2base64() { local input=$1 local output="" while [ "${input}" != "" ];do output="${output}\x${input:0:2}" input=${input:2} done echo -ne "${output}"|base64 } base64="AQUAAAAAAAUVAAAAoGXPfnhLm1/nfIdwCRwBAA==" echo ${base64} ihex=$(base64_to_hex ${base64}) hex2sid ${ihex} truesid="S-1-5-21-2127521184-1604012920-1887927527-72713" echo ${truesid} ohex=$(sid2hex ${truesid}) echo ${ihex} echo ${ohex} base64_to_hex ${base64} hex2base64 ${ohex} base64=$(hex2base64 ${ohex}) On Sun, Nov 5, 2017 at 12:31 PM, Rowland Penny...
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600 Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > I decided to continue trying the ldap route as well > > littlehex2int() > { > hex=$1 > hex_chunk=$(echo ${hex}|cut -c$2-$3) > little=$(echo ${hex_chunk}|awk '{print > substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}') > echo "ibase=16; ${little}" |
2019 Mar 26
2
GSoC19: Improve LLVM binary utilities
Hi all, My name is Seiya Nuta. I'm studying for my master's degree in University of Tsukuba and interested in the project named "Improve LLVM binary utilities". I've skimmed through llvm-objcopy/llvm-objdump, commit logs, and Bugzilla to figure out what should I do. I have some questions about the project: - What should I prioritize? I suppose that improving llvm-objcopy
2019 Mar 26
4
GSoC19: Improve LLVM binary utilities
...9;m not sure if any particular bit would be called "crucial" however. A couple ideas that have been kicked around for llvm-objcopy are: * Librarify it (https://bugs.llvm.org/show_bug.cgi?id=41044) * Improve MachO/COFF support (COFF support is pretty good, MachO is barely there). * Support ihex (https://bugs.llvm.org/show_bug.cgi?id=39841) or efi ( https://bugs.llvm.org/show_bug.cgi?id=40618) [Not that many people are probably asking for these though] > How can I avoid proposing functionalities that others are already working >> on? It seems that the tools have been still activ...
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)