| /u-boot/doc/sphinx/ |
| A D | kfigure.py | 129 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 D | automarkup.py | 77 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 D | kernellog.py | 16 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 D | kerneldoc.py | 112 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 D | cdomain.py | 101 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 D | kernel_feat.py | 59 def setup(app): argument 61 app.add_directive("kernel-feat", KernelFeat) 85 self.state.document.settings.env.app.warn(message, prefix="")
|
| A D | kernel_abi.py | 62 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 D | maintainers_include.py | 31 def setup(app): argument 32 app.add_directive("maintainers-include", MaintainersInclude)
|
| A D | kernel_include.py | 45 def setup(app): argument 48 app.add_directive("kernel-include", KernelInclude)
|
| A D | rstFlatTable.py | 67 def setup(app): argument 70 app.add_directive("flat-table", FlatTable)
|
| /u-boot/board/efi/efi-x86_app/ |
| A D | Makefile | 5 obj-y += app.o
|
| /u-boot/arch/x86/ |
| A D | config.mk | 68 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 D | README | 12 - 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 D | Makefile | 6 obj-y += app.o
|
| /u-boot/drivers/core/ |
| A D | of_access.c | 886 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 D | build-efi.sh | 43 type=app 68 type=app
|
| /u-boot/arch/x86/dts/ |
| A D | efi-x86_app.dts | 14 compatible = "efi,x86-app";
|
| /u-boot/lib/efi/ |
| A D | Kconfig | 31 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 D | config.mk | 49 EFI_TARGET := --target=efi-app-x86_64 52 EFI_TARGET := --target=efi-app-ia32
|
| /u-boot/arch/x86/lib/ |
| A D | crt0_ia32_efi.S | 35 call efi_main # call app with "image" and "systab" argument
|
| /u-boot/configs/ |
| A D | emsdp_defconfig | 31 CONFIG_BOOTFILE="app.bin"
|
| A D | iot_devkit_defconfig | 36 CONFIG_BOOTFILE="app.bin"
|
| A D | kmcoge5ne_defconfig | 157 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 D | u-boot_on_efi.rst | 68 * 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 D | common.env | 7 /* two flash chips called boot and app */
|