Home
last modified time | relevance | path

Searched refs:mailbox (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mailbox.py12 import mailbox
27 self.assertIsInstance(msg, mailbox.Message)
35 self.assertNotIsInstance(part, mailbox.Message)
70 keys.append(self._box.add(mailbox.Message(_sample_message)))
156 self.assertIsInstance(msg0, mailbox.Message)
433 box = mailbox.Mailbox('path')
466 _factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
475 msg = mailbox.MaildirMessage(self._template % 0)
484 msg = mailbox.MaildirMessage(self._template % 0)
489 self.assertIsInstance(msg_returned, mailbox.MaildirMessage)
[all …]
Dtest_old_mailbox.py4 import mailbox
67 self.mbox = mailbox.Maildir(test_support.TESTFN)
74 self.mbox = mailbox.Maildir(test_support.TESTFN)
82 self.mbox = mailbox.Maildir(test_support.TESTFN)
91 self.mbox = mailbox.Maildir(test_support.TESTFN)
104 for msg in mailbox.PortableUnixMailbox(f,
140 box = mailbox.UnixMailbox(f)
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c137 enum lpm3_mbox_id mailbox = (enum lpm3_mbox_id)(LPM3_MBX0 + core); in hisi_ipc_pm_on_off() local
142 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_pm_on_off()
151 enum lpm3_mbox_id mailbox = (enum lpm3_mbox_id)(LPM3_MBX0 + core); in hisi_ipc_pm_suspend() local
160 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_pm_suspend()
168 enum lpm3_mbox_id mailbox = (enum lpm3_mbox_id)(LPM3_MBX0 + core); in hisi_ipc_psci_system_off() local
173 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_psci_system_off()
182 enum lpm3_mbox_id mailbox = (enum lpm3_mbox_id)(LPM3_MBX0 + core); in hisi_ipc_psci_system_reset() local
187 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara); in hisi_ipc_psci_system_reset()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dfrom.py12 mailbox = os.environ['MAIL'] variable
18 mail = open(mailbox)
20 sys.exit('Cannot open mailbox file: ' + mailbox)
DREADME9 from.py Summarize mailbox
13 mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py304 def append(self, mailbox, flags, date_time, message): argument
312 if not mailbox:
313 mailbox = 'INBOX'
324 return self._simple_command(name, mailbox, flags, date_time)
396 def create(self, mailbox): argument
401 return self._simple_command('CREATE', mailbox)
404 def delete(self, mailbox): argument
409 return self._simple_command('DELETE', mailbox)
411 def deleteacl(self, mailbox, who): argument
416 return self._simple_command('DELETEACL', mailbox, who)
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_pm.c188 uintptr_t *mailbox = (void *) PLAT_ARM_TRUSTED_MAILBOX_BASE; in arm_program_trusted_mailbox() local
190 *mailbox = address; in arm_program_trusted_mailbox()
197 ((PLAT_ARM_TRUSTED_MAILBOX_BASE + sizeof(*mailbox)) <= \ in arm_program_trusted_mailbox()
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_pm.c222 uintptr_t *mailbox = (void *) PLAT_QEMU_TRUSTED_MAILBOX_BASE; in plat_setup_psci_ops() local
224 *mailbox = sec_entrypoint; in plat_setup_psci_ops()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/EarlyConfigPeim/
DEarlyConfigPeimD03.inf51 ## As we will clean mailbox in this module, need to wait memory init complete
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D05/EarlyConfigPeim/
DEarlyConfigPeimD05.inf49 ## As we will clean mailbox in this module, need to wait memory init complete
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/EarlyConfigPeim/
DEarlyConfigPeim.inf49 ## As we will clean mailbox in this module, need to wait memory init complete
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi6220.dtsi282 mboxes = <&mailbox 1 0 11>;
770 mailbox: mailbox@f7510000 { label
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.rst1320 The EL3 payloads boot flow requires the CPU's mailbox to be cleared at reset for
1324 clear the mailbox at start-up.
1331 dd if=/dev/zero of=mailbox.dat bs=1 count=8
1333 and pre-load it into the FVP memory at the mailbox address (i.e. ``0x04000000``)
1338 --data cluster0.cpu0=mailbox.dat@0x04000000 [Base FVPs]
1339 --data=mailbox.dat@0x04000000 [Foundation FVP]
Dpsci-lib-integration-guide.rst201 and is used to configure the platform mailbox. Helper macros are provided in
Dplatform-migration-guide.rst235 additional parameter to enable the platforms to configure their mailbox. The
Dfirmware-design.rst1639 The shared memory is used to store the CPUs' entrypoint mailbox. On Juno,
Dporting-guide.rst634 they stay powered on and are put in a holding pen until their mailbox gets
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.g2191 /* MR2 Andreas Magnusson (Andreas.Magnusson@mailbox.swipnet.se) */
2232 /* MR2 Andreas Magnusson (Andreas.Magnusson@mailbox.swipnet.se) */
2339 /* MR2 Andreas Magnusson (Andreas.Magnusson@mailbox.swipnet.se) */
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin898 ��%s(%d):TEST4:mailbox busy ok!
900 ����%s(%d):TEST4:mailbox busy fail!
903 ��ipc_msg_adapt���%s(%d):status error, pre_status=0x%x, mailbox=%d
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133_BEFORE_MR13.txt3331 (Andreas.Magnusson@mailbox.swipnet.se)
3548 #14. (Version 1.33/28-Feb-96) Andreas.Magnusson@mailbox.swipnet.se
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133_before_mr13.txt3331 (Andreas.Magnusson@mailbox.swipnet.se)
3548 #14. (Version 1.33/28-Feb-96) Andreas.Magnusson@mailbox.swipnet.se