Searched refs:app (Results 1 - 18 of 18) sorted by relevance

/u-boot/doc/sphinx/
H A Dkernellog.py16 def warn(app, message):
20 app.warn(message)
22 def verbose(app, message):
26 app.verbose(message)
28 def info(app, message):
32 app.info(message)
H A Dautomarkup.py77 def markup_refs(docname, app, node):
116 repl.append(markup_func[m.re](docname, app, m))
127 def markup_func_ref_sphinx3(docname, app, match):
131 cdom = app.env.domains['c']
159 xref = cdom.resolve_xref(app.env, docname, app.builder,
170 def markup_c_ref(docname, app, match):
190 cdom = app.env.domains['c']
217 xref = cdom.resolve_xref(app.env, docname, app
[all...]
H A Dkfigure.py129 def setup(app):
131 app.connect('builder-inited', setupTools)
134 app.add_directive("kernel-image", KernelImage)
135 app.add_node(kernel_image,
143 app.add_directive("kernel-figure", KernelFigure)
144 app.add_node(kernel_figure,
152 app.add_directive('kernel-render', KernelRender)
153 app.add_node(kernel_render,
160 app.connect('doctree-read', add_kernel_figure_to_std_domain)
169 def setupTools(app)
[all...]
H 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):
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)
H A Dcdomain.py101 def c_markups(app, docname, source):
126 def setup(app):
129 app.connect('source-read', c_markups)
132 app.override_domain(CDomain)
134 app.add_domain(CDomain, override=True)
H A Dkernel_feat.py59 def setup(app):
61 app.add_directive("kernel-feat", KernelFeat)
85 self.state.document.settings.env.app.warn(message, prefix="")
H A Dkernel_abi.py62 def setup(app):
64 app.add_directive("kernel-abi", KernelCmd)
174 kernellog.info(self.state.document.settings.env.app, "%s: parsed %i lines" % (fname, n))
H A Dmaintainers_include.py31 def setup(app):
32 app.add_directive("maintainers-include", MaintainersInclude)
H A Dkernel_include.py45 def setup(app):
48 app.add_directive("kernel-include", KernelInclude)
H A DrstFlatTable.py67 def setup(app):
70 app.add_directive("flat-table", FlatTable)
/u-boot/arch/x86/cpu/efi/
H A DMakefile6 obj-y += app.o
/u-boot/arch/x86/lib/
H A Dcrt0_ia32_efi.S35 call efi_main # call app with "image" and "systab" argument
/u-boot/arch/x86/
H A Dconfig.mk72 OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH)
130 EFI_TARGET := --target=efi-app-x86_64
132 EFI_TARGET := --target=efi-app-ia32
/u-boot/scripts/
H A Dbuild-efi.sh28 echo " -a - Package up the app" 1>&2
30 echo " -o - Use old EFI app build (before 32/64 split)" 1>&2
42 # app or payload ?
43 type=app
55 # before the 32/64 split of the app
68 type=app
/u-boot/arch/sandbox/
H A Dconfig.mk49 EFI_TARGET := --target=efi-app-x86_64
52 EFI_TARGET := --target=efi-app-ia32
/u-boot/drivers/core/
H A Dof_access.c897 struct alias_prop *app; local
901 list_for_each_entry(app, &aliases_lookup, link) {
902 if (strcmp(app->stem, stem) != 0)
905 if (np == app->np) {
906 id = app->id;
917 struct alias_prop *app; local
921 list_for_each_entry(app, &aliases_lookup, link) {
922 if (strcmp(app->stem, stem) != 0)
925 if (app->id > id)
926 id = app
[all...]
/u-boot/test/py/tests/
H A Dtest_zynqmp_rpu.py78 def load_app_ddr(u_boot_console, tftp_addr, app):
79 output = u_boot_console.run_command('tftpboot %x %s' % (tftp_addr, app))
110 # Release cpu at app load address
/u-boot/
H A DMakefile653 export CFLAGS_EFI # Compiler flags to add when building EFI app
654 export CFLAGS_NON_EFI # Compiler flags to remove when building EFI app
1008 INPUTS-$(CONFIG_EFI_APP) += u-boot-app.efi
1652 OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI)
1653 u-boot-app.efi: u-boot FORCE

Completed in 213 milliseconds