| /u-boot/doc/sphinx/ |
| 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 | 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 | kerneldoc.py | 122 kernellog.verbose(env.app, 133 kernellog.warn(env.app, 161 kernellog.warn(env.app, 'kernel-doc \'%s\' processing failed with: %s' % 179 def setup(app): argument 180 app.add_config_value('kerneldoc_bin', None, 'env') 181 app.add_config_value('kerneldoc_srctree', None, 'env') 182 app.add_config_value('kerneldoc_verbosity', 1, 'env') 184 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 | 60 OBJCOPYFLAGS_EFI += --target=efi-app-$(EFIARCH) 116 EFI_TARGET := --target=efi-app-x86_64 118 EFI_TARGET := --target=efi-app-ia32
|
| /u-boot/drivers/core/ |
| A D | of_access.c | 843 struct alias_prop *app; in of_alias_get_id() local 847 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id() 848 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 851 if (np == app->np) { in of_alias_get_id() 852 id = app->id; in of_alias_get_id() 863 struct alias_prop *app; in of_alias_get_highest_id() local 867 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_highest_id() 868 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id() 871 if (app->id > id) in of_alias_get_highest_id() 872 id = app->id; in of_alias_get_highest_id()
|
| /u-boot/arch/x86/cpu/efi/ |
| A D | Makefile | 6 obj-y += app.o
|
| /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/dts/ |
| A D | efi-x86_app.dts | 13 compatible = "efi,x86-app";
|
| /u-boot/arch/sandbox/ |
| A D | config.mk | 33 EFI_TARGET := --target=efi-app-x86_64 36 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 | kmtegr1_defconfig | 142 CONFIG_MTDIDS_DEFAULT="nor0=boot,nand0=app" 143 CONFIG_MTDPARTS_DEFAULT="mtdparts=boot:768k(u-boot),256k(qe-fw),128k(env),128k(envred),-(ubi0);app:…
|
| A D | kmcoge5ne_defconfig | 180 CONFIG_MTDIDS_DEFAULT="nor0=boot,nand0=app" 181 CONFIG_MTDPARTS_DEFAULT="mtdparts=boot:768k(u-boot),128k(env),128k(envred),-(ubi0);app:-(ubi1);"
|
| /u-boot/doc/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 87 To try it on real hardware, put u-boot-app.efi on a suitable boot medium, 92 (or fs0:u-boot-app.efi for the application)
|
| /u-boot/arch/arm/dts/ |
| A D | k3-am65-main.dtsi | 703 reg-names = "app", "dbics", "config", "atu"; 722 reg-names = "app", "dbics", "addr_space", "atu"; 735 reg-names = "app", "dbics", "config", "atu"; 754 reg-names = "app", "dbics", "addr_space", "atu";
|
| A D | stih407-family.dtsi | 862 /* fdma app */
|
| /u-boot/board/qualcomm/dragonboard820c/ |
| A D | readme.txt | 219 [80] secure app region addr=0x86600000 size=0x2200000[90] TZ App region notif returned with status:… 223 [120] qseecom_start_app: Loading app keymaster for the first time
|
| /u-boot/ |
| A D | Makefile | 920 INPUTS-$(CONFIG_EFI_APP) += u-boot-app.efi 1586 OBJCOPYFLAGS_u-boot-app.efi := $(OBJCOPYFLAGS_EFI) 1587 u-boot-app.efi: u-boot FORCE
|