OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bios
(Results
1 - 25
of
297
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu-pc-bios/
Makefile
26
all:
bios
.bin vgabios-cirrus.bin
28
bochs/
bios
/Makefile:
31
bios
.bin: bochs/
bios
/Makefile
32
$(MAKE) -C bochs/
bios
33
$(CP) bochs/
bios
/
BIOS
-bochs-latest $@
42
$(MAKE) -C bochs/
bios
bios
-clean
43
$(MAKE) -C bochs/
bios
dist-clea
[
all
...]
README
1
This project has the source code to build two binaries:
bios
.bin and
8
+
bios
.bin: git://git.kernel.org/pub/scm/virt/bochs/bochs.git
10
The file
bios
.bin is actually
BIOS
-bochs-latest, which is built from
11
bochs/
bios
. We used the following commit in the bochs git tree so that
50
copied from the directories accordingly, and renamed to
bios
.bin and
/external/qemu-pc-bios/vgabios/
Notes
5
1. set
bios
variables
6
2. do the real init with io based on
bios
variables
8
- characters format switching will set the
bios
/hardware/ti/omap3/dspbridge/inc/
dbapi.h
20
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
22
* Top level header file for GPP side DSP/
BIOS
Bridge APIs.
37
*! 12-Apr-2000 ww: Created based on DSP/
BIOS
Bridge API specification, Version 0.6.
47
#include <dbdefs.h> /* DSP/
BIOS
Bridge global definitions and constants */
48
#include <errbase.h> /* DSP/
BIOS
Bridge status and error codes */
49
#include <DSPManager.h> /* DSP/
BIOS
Bridge Manager APIs */
50
#include <DSPProcessor.h> /* DSP/
BIOS
Bridge Processor APIs */
51
#include <DSPNode.h> /* DSP/
BIOS
Bridge Node APIs */
52
#include <DSPStream.h> /* DSP/
BIOS
Bridge Stream APIs */
DSPManager.h
20
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
22
* This is the header for the DSP/
BIOS
Bridge manager module.
41
*! 13-Feb-2001 kc: DSP/
BIOS
Bridge name updates.
61
* Open handle to the DSP/
BIOS
Bridge driver
68
* DSP_EFAIL: Failed to open handle to the DSP/
BIOS
Bridge driver
76
* Close handle to the DSP/
BIOS
Bridge driver
83
* DSP_EFAIL: Failed to close handle to the DSP/
BIOS
Bridge driver
166
* Register object with DSP/
BIOS
Bridge Configuration database (DCD).
183
* Unregister object with DSP/
BIOS
Bridge Configuration Database (DCD).
qosti_dspdecl.h
20
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
63
/* Arg1: Range 0-0x100 used for HEAPID of a
BIOS
MEM Segment with Heap */
67
NUMHEAPS /* Get number
BIOS
MEM segments with Heaps */
dsptrap.h
19
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
25
*! 13-Feb-2001 kc: DSP/
BIOS
Bridge name updates.
/hardware/ti/omap3/dspbridge/libbridge/inc/
dbapi.h
4
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
22
* Top level header file for GPP side DSP/
BIOS
Bridge APIs.
37
*! 12-Apr-2000 ww: Created based on DSP/
BIOS
Bridge API specification, Version 0.6.
47
#include <dbdefs.h> /* DSP/
BIOS
Bridge global definitions and constants */
48
#include <errbase.h> /* DSP/
BIOS
Bridge status and error codes */
49
#include <DSPManager.h> /* DSP/
BIOS
Bridge Manager APIs */
50
#include <DSPProcessor.h> /* DSP/
BIOS
Bridge Processor APIs */
51
#include <DSPNode.h> /* DSP/
BIOS
Bridge Node APIs */
52
#include <DSPStream.h> /* DSP/
BIOS
Bridge Stream APIs */
qos_ti_uuid.h
4
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
21
* Auto-generated UUID structures for DSP/
BIOS
Bridge nodes.
qosti_dspdecl.h
4
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
58
/* Arg1: Range 0-0x100 used for HEAPID of a
BIOS
MEM Segment with Heap */
62
NUMHEAPS /* Get number
BIOS
MEM segments with Heaps */
DSPManager.h
4
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
22
* This is the header for the DSP/
BIOS
Bridge manager module.
41
*! 13-Feb-2001 kc: DSP/
BIOS
Bridge name updates.
61
* Open handle to the DSP/
BIOS
Bridge driver
68
* DSP_EFAIL: Failed to open handle to the DSP/
BIOS
Bridge driver
76
* Close handle to the DSP/
BIOS
Bridge driver
83
* DSP_EFAIL: Failed to close handle to the DSP/
BIOS
Bridge driver
166
* Register object with DSP/
BIOS
Bridge Configuration database (DCD).
183
* Unregister object with DSP/
BIOS
Bridge Configuration Database (DCD).
perfutils.h
4
* DSP-
BIOS
Bridge driver support functions for TI OMAP processors.
/external/grub/stage2/
apm.S
34
/* APM
BIOS
installation check */
38
/* error -> no APM
BIOS
*/
43
/* no signature -> no APM
BIOS
*/
69
/*
BIOS
code segment */
71
/*
BIOS
entry point offset */
73
/*
BIOS
16 bit code segment */
75
/*
BIOS
data segment */
77
/*
BIOS
code segment length */
79
/*
BIOS
data segment length */
87
/* APM
BIOS
installation check *
[
all
...]
Makefile.am
89
pre_stage2_exec_SOURCES = asm.S
bios
.c boot.c builtins.c char_io.c \
141
stage1_5.c fsys_ext2fs.c
bios
.c
150
stage1_5.c fsys_fat.c
bios
.c
159
stage1_5.c fsys_ffs.c
bios
.c
168
stage1_5.c fsys_ufs2.c
bios
.c
177
stage1_5.c fsys_minix.c
bios
.c
186
disk_io.c stage1_5.c fsys_reiserfs.c
bios
.c
195
disk_io.c stage1_5.c fsys_vstafs.c
bios
.c
204
disk_io.c stage1_5.c fsys_jfs.c
bios
.c
213
disk_io.c stage1_5.c fsys_xfs.c
bios
.
[
all
...]
/external/qemu-pc-bios/bochs/bios/
usage.cc
35
unsigned char
bios
[65536];
variable
48
fprintf(stderr, "Usage: usage
bios
-file org-file\n");
65
retval = read(bios_file, &
bios
[index], to_read);
67
fprintf(stderr, "problem reading
bios
file\n");
73
printf("
bios
file read in OK\n");
82
if (
bios
[offset] != 0) break;
88
if (
bios
[last_org] == 0)
Makefile.in
23
# Makefile for the
BIOS
component of bochs
61
bios
: biossums
BIOS
-bochs-latest
BIOS
-bochs-legacy
71
bios
-clean:
72
@RMCOMMAND@
BIOS
-bochs-*
74
BIOS
-bochs-legacy: rombios.c apmbios.S biossums rombios.h
117
BIOS
-bochs-latest: rombios16.bin rombios32.bin
/prebuilts/qemu-kernel/x86/pc-bios/
Android.mk
19
LOCAL_MODULE :=
bios
.bin
24
LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-
bios
33
LOCAL_MODULE_PATH := $(HOST_OUT)/usr/share/pc-
bios
/external/kernel-headers/original/asm-x86/
segment_32.h
37
* 23 - APM
BIOS
support
38
* 24 - APM
BIOS
support
39
* 25 - APM
BIOS
support
100
/* The PnP
BIOS
entries in the GDT */
107
/* The PnP
BIOS
selectors */
109
#define PNP_CS16 (GDT_ENTRY_PNPBIOS_CS16 * 8) /* code segment for
BIOS
*/
110
#define PNP_DS (GDT_ENTRY_PNPBIOS_DS * 8) /* data segment for
BIOS
*/
ist.h
5
* Include file for the interface to IST
BIOS
/external/kernel-headers/original/linux/mtd/
nftl.h
19
#define BLOCK_RESERVED 0xfffc /*
bios
block or bad block */
38
unsigned int nb_boot_blocks; /* number of blocks used by the
bios
*/
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect4.asm
2
; Memory below 0800h is reserved for the
BIOS
and the MBR
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ist.h
5
* Include file for the interface to IST
BIOS
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ist.h
5
* Include file for the interface to IST
BIOS
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ist.h
5
* Include file for the interface to IST
BIOS
/build/target/product/
full_x86.mk
35
# Ensure we package the
BIOS
files too.
37
bios
.bin \
Completed in 552 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>