Home
last modified time | relevance | path

Searched refs:app (Results 1 – 25 of 33) sorted by relevance

12

/u-boot/doc/sphinx/
A Dkfigure.py129 def setup(app): argument
135 app.add_node(kernel_image,
144 app.add_node(kernel_figure,
153 app.add_node(kernel_render,
169 def setupTools(app): argument
189 kernellog.warn(app,
213 app = translator.builder.app
313 kernellog.warn(app,
421 app = self.builder.app
539 std = app.env.domains["std"]
[all …]
A Dautomarkup.py77 def markup_refs(docname, app, node): argument
131 cdom = app.env.domains['c']
159 xref = cdom.resolve_xref(app.env, docname, app.builder,
170 def markup_c_ref(docname, app, match): argument
190 cdom = app.env.domains['c']
217 xref = cdom.resolve_xref(app.env, docname, app.builder,
233 stddom = app.env.domains['std']
247 xref = stddom.resolve_xref(app.env, docname, app.builder, 'doc',
259 def get_c_namespace(app, docname): argument
268 def auto_markup(app, doctree, name): argument
[all …]
A Dkernellog.py16 def warn(app, message): argument
20 app.warn(message)
22 def verbose(app, message): argument
26 app.verbose(message)
28 def info(app, message): argument
32 app.info(message)
A Dkerneldoc.py112 kernellog.verbose(env.app,
123 kernellog.warn(env.app,
151 kernellog.warn(env.app, 'kernel-doc \'%s\' processing failed with: %s' %
159 def setup(app): argument
160 app.add_config_value('kerneldoc_bin', None, 'env')
161 app.add_config_value('kerneldoc_srctree', None, 'env')
162 app.add_config_value('kerneldoc_verbosity', 1, 'env')
164 app.add_directive('kernel-doc', KernelDocDirective)
A Dcdomain.py101 def c_markups(app, docname, source): argument
126 def setup(app): argument
129 app.connect('source-read', c_markups)
132 app.override_domain(CDomain)
134 app.add_domain(CDomain, override=True)
A Dkernel_feat.py59 def setup(app): argument
61 app.add_directive("kernel-feat", KernelFeat)
85 self.state.document.settings.env.app.warn(message, prefix="")
A Dkernel_abi.py62 def setup(app): argument
64 app.add_directive("kernel-abi", KernelCmd)
174 kernellog.info(self.state.document.settings.env.app, "%s: parsed %i lines" % (fname, n))
A Dmaintainers_include.py31 def setup(app): argument
32 app.add_directive("maintainers-include", MaintainersInclude)
A Dkernel_include.py45 def setup(app): argument
48 app.add_directive("kernel-include", KernelInclude)
A DrstFlatTable.py67 def setup(app): argument
70 app.add_directive("flat-table", FlatTable)
/u-boot/board/efi/efi-x86_app/
A DMakefile5 obj-y += app.o
/u-boot/arch/x86/
A Dconfig.mk68 OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH)
126 EFI_TARGET := --target=efi-app-x86_64
128 EFI_TARGET := --target=efi-app-ia32
/u-boot/api/
A DREADME12 - the consumer app is responsible for producing appropriate context (call
24 for example it doesn't keep states, but relies on hints from the app and
50 - helper conveniency wrappers so that consumer app does not have to use
/u-boot/arch/x86/cpu/efi/
A DMakefile6 obj-y += app.o
/u-boot/drivers/core/
A Dof_access.c886 struct alias_prop *app; in of_alias_get_id() local
890 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id()
891 if (strcmp(app->stem, stem) != 0) in of_alias_get_id()
894 if (np == app->np) { in of_alias_get_id()
895 id = app->id; in of_alias_get_id()
906 struct alias_prop *app; in of_alias_get_highest_id() local
910 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_highest_id()
911 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id()
914 if (app->id > id) in of_alias_get_highest_id()
915 id = app->id; in of_alias_get_highest_id()
/u-boot/scripts/
A Dbuild-efi.sh43 type=app
68 type=app
/u-boot/arch/x86/dts/
A Defi-x86_app.dts14 compatible = "efi,x86-app";
/u-boot/lib/efi/
A DKconfig31 prompt "EFI app 32/64-bit selection"
41 bool "Produce an app for running with 32-bit EFI"
44 bool "Produce an app for running with 64-bit EFI"
/u-boot/arch/sandbox/
A Dconfig.mk49 EFI_TARGET := --target=efi-app-x86_64
52 EFI_TARGET := --target=efi-app-ia32
/u-boot/arch/x86/lib/
A Dcrt0_ia32_efi.S35 call efi_main # call app with "image" and "systab" argument
/u-boot/configs/
A Demsdp_defconfig31 CONFIG_BOOTFILE="app.bin"
A Diot_devkit_defconfig36 CONFIG_BOOTFILE="app.bin"
A Dkmcoge5ne_defconfig157 CONFIG_MTDIDS_DEFAULT="nor0=boot,nand0=app"
158 CONFIG_MTDPARTS_DEFAULT="mtdparts=boot:768k(u-boot),128k(env),128k(envred),-(ubi0);app:-(ubi1);"
/u-boot/doc/develop/uefi/
A Du-boot_on_efi.rst68 * u-boot-app.efi - U-Boot EFI application
83 type 'fs0:u-boot-payload.efi' to run the payload or 'fs0:u-boot-app.efi' to
89 To try it on real hardware, put u-boot-app.efi on a suitable boot medium,
94 (or fs0:u-boot-app.efi for the application)
224 Shell> fs0:u-boot-app.efi
250 528384 u-boot-app.efi
272 though. It is better to use the app.
/u-boot/include/environment/pg-wcom/
A Dcommon.env7 /* two flash chips called boot and app */

Completed in 41 milliseconds

12