ramoops: Add support for passing ramoops buffer address and size through cb
tables. CQ-DEPEND=CL:228856 BUG=chrome-os-partner:33676 BRANCH=None TEST=ramoops buffer verified on ryu. Change-Id: I29584f89ded0c22c4f255a40951a179b54761053 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/228744 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
e6aa03752b
commit
e8b2c8b75c
4 changed files with 46 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ struct lb_gpios {
|
|||
#define LB_TAG_VBNV 0x0019
|
||||
#define LB_TAB_VBOOT_HANDOFF 0x0020
|
||||
#define LB_TAB_DMA 0x0022
|
||||
#define LB_TAG_RAM_OOPS 0x0023
|
||||
struct lb_range {
|
||||
uint32_t tag;
|
||||
uint32_t size;
|
||||
|
|
@ -229,6 +230,8 @@ struct lb_range {
|
|||
uint32_t range_size;
|
||||
};
|
||||
|
||||
void lb_ramoops(struct lb_header *header);
|
||||
|
||||
#define LB_TAG_TIMESTAMPS 0x0016
|
||||
#define LB_TAG_CBMEM_CONSOLE 0x0017
|
||||
#define LB_TAG_MRC_CACHE 0x0018
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue