Home
last modified time | relevance | path

Searched full:post (Results 1 – 25 of 1690) sorted by relevance

12345678910>>...68

/openbmc/phosphor-post-code-manager/
H A DREADME.md1 # phosphor-post-code-manager
3 This phosphor-post-code-manager repository provides an infrastructure to persist
4 the POST codes in BMC filesystem & it also owns the systemd services that are
5 responsible for exposing the BIOS Post Codes to rest of the world via redfish.
9 To build phosphor-post-code-manager package , do the following steps:
23 to extract the POST codes per boot cycle.
29 repository which is responsible for emitting the dbus signals for every new POST
32 phosphor-post-code-manager is architected to look for the property changed
39 ## Special Post code handling/eventing
70 Each entry in the array describes a special handler for a specific post code.
[all …]
H A Dmeson.options6 description: 'Maximum boot cycles for which the post codes should be persisted',
10 'bios-post-code-log',
12 description: 'bios post code log',
16 'max-post-code-size-per-cycle',
20 description: 'Maximum post code file size per cycle',
H A Dmeson.build2 'post-code-manager',
26 get_option('max-post-code-size-per-cycle'),
29 if get_option('bios-post-code-log').allowed()
75 'phosphor-post-code-manager',
78 install_data(sources: 'post-code-handlers.json', install_dir: packagedir)
81 'post-code-manager',
/openbmc/docs/designs/
H A Dredfish-postcodes.md1 # Logging BIOS POST Codes Through Redfish
11 BIOS Power-On Self-Test (POST) codes are exposed on DBUS but not currently over
12 Redfish. This describes a method to expose the BIOS POST codes over the Redfish
18 POST codes. An additional log service (PostCodes) will be added to the
34 "Description": "POST Code Log Service",
38 "Id": "BIOS POST Code Log",
39 "Name": "POST Code Log Service",
53 "Description": "Collection of POST Code Log Entries",
62 "Message": "Boot Count: 4: TS Offset: 0.0033; POST Code: 0x43",
69 "Name": "POST Code Log Entry",
[all …]
H A Dmulti-host-postcode.md15 contingent and needs multiple-host post code access to be implemented.
43 | | Current POST code: | |
51 | | POST code history: | |
60 | | Other consumers of POST codes: <------------+ |
66 Since multiple hosts cannot coherently write their POST codes to the same place,
67 an additional datapath is needed to receive POST codes from each host. Since
85 port-80 post code from multiple-host. The existing single host LPC snooping
93 - phosphor-post-code-manager.
99 Provided below the post code interface diagram with flow sequence
118 | | | Per-host POST code object: | | +-GPIO-| Button/switch |
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml2 Monitor Post code coming and buffer all of them based on boot cycle into
9 It is used to indicate number of boot cycles that have post codes
14 The max cached boot cycles for post code. It is used to indicate end
20 Method to get the cached post codes of the indicated boot cycle with
26 Index indicates which boot cycle of post codes is requested. 1
33 An array of post codes and timestamp in microseconds since epoch
36 Method to get the cached post codes of the indicated boot cycle.
41 Index indicates which boot cycle of post codes is requested. 1
48 An array of post codes of one boot cycle.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py76 def post(self, request, *args, **kwargs): member in XhrBuildRequest
81 Method: POST
97 if 'buildCancel' in request.POST:
98 for i in request.POST['buildCancel'].strip().split(" "):
107 if 'buildDelete' in request.POST:
108 for i in request.POST['buildDelete'].strip().split(" "):
119 if 'targets' in request.POST:
121 s = str(request.POST['targets'])
145 def post(self, request, *args, **kwargs): member in XhrProjectUpdate
150 Method: POST
[all …]
/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot2 Documentation Test suite to verify BIOS POST code log entries.
32 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
33 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
40 # Boot to runtime and clear post codes.
50 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
51 Should Be True ${post_codes['Members@odata.count']} >= 1 msg=No BIOS POST Codes populated.
58 # Boot to runtime and clear post codes.
68 Log To Console BIOS POST Codes count: ${post_codes['Members@odata.count']}
70 ... msg=BIOS POST Codes populated.
91 [Documentation] Verify the post code log entries persist after BMC reboot.
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_get_bios_post_code.robot3 Documentation Module to test IPMI Get BIOS POST Code Command.
16 Test Get BIOS POST Code via IPMI Raw Command
17 [Documentation] Get BIOS POST Code via IPMI raw command.
23 Verify POST Code Response Length ${resp}
25 Test Get BIOS POST Code via IPMI Raw Command After Power Cycle
26 [Documentation] Get BIOS POST Code via IPMI raw command after power cycle.
34 Verify POST Code Response Length ${resp}
36 Test Get BIOS POST Code via IPMI Raw Command With Host Powered Off
37 [Documentation] Get BIOS POST Code via IPMI raw command after power off.
48 Verify POST Code Response Length
[all …]
/openbmc/u-boot/doc/
H A DREADME.POST4 This project is to support Power-On-Self-Test (POST) in U-Boot.
16 The framework shall allow adding/removing/replacing POST tests.
17 Also, standalone POST tests shall be supported.
26 The framework shall support manual running of the POST tests.
31 3) The following POST tests shall be developed for MPC823E-based
51 enhancing U-Boot/Linux to provide a common framework for running POST
54 2.1. Hardware-independent POST layer
56 A new optional module will be added to U-Boot, which will run POST
58 support running POST tests manually at any time by executing a
61 The list of available POST tests will be configured at U-Boot build
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out19 Permissions post-chmod: 0
21 Permissions post-chmod: 400
24 Permissions post-chmod: 400
48 Permissions post-chmod: 0
50 Permissions post-chmod: 400
52 Permissions post-chmod: 444
75 Permissions post-chmod: 0
77 Permissions post-chmod: 400
79 Permissions post-chmod: 444
/openbmc/phosphor-post-code-manager/service_files/
H A Dxyz.openbmc_project.State.Boot.PostCode.service2 Description=Post code manager
5 ExecStart=/usr/bin/post-code-manager --host 0 --config /usr/share/phosphor-post-code-manager/post-c…
6 SyslogIdentifier=post-code-manager
H A Dxyz.openbmc_project.State.Boot.PostCode@.service2 Description=Post code manager (host %i)
5 ExecStart=/usr/bin/env post-code-manager --host %i --config /usr/share/phosphor-post-code-manager/p…
6 SyslogIdentifier=post-code-manager%i
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dcomparison.py42 # Looking at use of post-copy in relation to bandwidth
44 Comparison("post-copy-bandwidth", scenarios = [
45 Scenario("post-copy-bw-100mbs",
47 Scenario("post-copy-bw-300mbs",
49 Scenario("post-copy-bw-1gbs",
51 Scenario("post-copy-bw-10gbs",
53 Scenario("post-copy-bw-100gbs",
58 # Looking at effect of starting post-copy at different
60 Comparison("post-copy-iters", scenarios = [
61 Scenario("post-copy-iters-0",
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dgm200.c
/openbmc/openbmc-test-automation/lib/
H A Drest_client.robot55 OpenBMC Post Request
56 [Documentation] Do REST POST request and return the result.
66 # Post Request call. For example, the caller might
75 Run Keyword If '${quiet}' == '${0}' Log Request method=Post
77 ${ret}= POST On Session openbmc ${base_uri} &{kwargs} timeout=${timeout}
150 ... Post Login Request ${timeout} ${quiet}
169 ${resp}= POST On Session openbmc /login json=${data} headers=${headers}
186 Post Login Request
203 ${status} ${resp}= Run Keyword And Ignore Error POST On Session openbmc
219 ${resp}= POST On Session openbmc
[all …]
/openbmc/docs/
H A DREDFISH-cheatsheet.md25 curl --insecure -H "Content-Type: application/json" -X POST -D headers.txt https://${bmc}/redfish/v…
39 export token=`curl -k -H "Content-Type: application/json" -X POST https://${bmc}/login -d '{"userna…
70 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
76 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
82 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
88 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
96 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
106 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
122 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X POST https://${bmc}/redfis…
134 curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/octet-stream" -X POST -T <image fil…
[all …]
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_discovery.robot34 Discover BMC Pre And Post Reboot
54 Discover BMC Pre And Post Firmware Update Of Same Release
57 [Template] Discover BMC Pre And Post Firmware Update
63 Discover BMC Pre And Post Firmware Update Of Different Release
66 [Template] Discover BMC Pre And Post Firmware Update
75 [Template] Discover BMC Pre And Post Firmware Update
81 Discover BMC Pre And Post When Host Boot InProgress
84 [Template] Discover BMC Pre And Post When Host Boot
186 ${post_code_update_actions}= Get Post Boot Action
197 Discover BMC Pre And Post Firmware Update
[all …]
H A Dtest_lock_management.robot452 Redfish Post Acquire Lock
462 ${resp}= Redfish Post Request
476 Redfish Post Acquire List Lock
486 ${resp}= Redfish Post Request
500 Redfish Post Acquire Invalid Lock
501 [Documentation] Redfish to post request to acquire in-valid lock.
511 ${resp}= Redfish Post Request
521 Redfish Post Acquire Invalid Lock With Invalid Data Type Of Resource ID
522 …[Documentation] Redfish to post request to acquire in-valid lock with invalid data type of resour…
532 ${resp}= Redfish Post Request
[all …]
/openbmc/linux/tools/testing/selftests/livepatch/
Dtest-callbacks.sh
/openbmc/bmcweb/http/
H A Dverb.hpp21 Post, enumerator
42 case boost::beast::http::verb::post: in httpVerbFromBoost()
43 return HttpVerb::Post; in httpVerbFromBoost()
63 case HttpVerb::Post: in httpVerbToString()
64 return "POST"; in httpVerbToString()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DRestrictionMode.interface.yaml27 are allowed in system interface in both pre and post BIOS boot.
31 interface after BIOS POST complete. All KCS commands are
32 supported before POST complete.
36 POST complete notification, after which system interface
/openbmc/phosphor-host-postd/
H A Dmeson.options7 'post-code-bytes',
8 description: 'Post code byte size.',
29 option('7seg', type: 'feature', description: 'Enable building 7seg POST daemon.')
33 description: 'Maximum number of POST codes to read from snoop device every'
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dhost_manager.hpp39 * Callback for POST code DBus listener
47 * Helper to construct match string for callback registration for POST
60 * Add POST code to vector, thread-safely
61 * - postcode: POST code to add, typically only 8 or 16 bits wide
67 * Business logic of thread listening to DBus for POST codes
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Drest.json8 "POST"
45 "POST"
79 "POST"
105 "HTTPMethod": "POST",
145 "HTTPMethod": "POST",

12345678910>>...68