File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -567,4 +567,8 @@ SECTIONS
567567 *(*.static_log*)
568568 } > static_log_entries_seg :static_log_entries_phdr
569569
570+ .fw_ready : ALIGN(4)
571+ {
572+ KEEP (*(.fw_ready))
573+ } >sof_data :sof_data_phdr
570574}
Original file line number Diff line number Diff line change @@ -513,5 +513,9 @@ SECTIONS
513513 {
514514 *(*.static_log*)
515515 } > static_log_entries_seg :static_log_entries_phdr
516- }
517516
517+ .fw_ready : ALIGN(4)
518+ {
519+ KEEP (*(.fw_ready))
520+ } >sof_data :sof_data_phdr
521+ }
Original file line number Diff line number Diff line change 5757#include <string.h>
5858#include <version.h>
5959
60- static const struct sof_ipc_fw_ready ready = {
60+ static const struct sof_ipc_fw_ready ready
61+ __attribute__((section (".fw_ready" ))) = {
6162 .hdr = {
6263 .cmd = SOF_IPC_FW_READY ,
6364 .size = sizeof (struct sof_ipc_fw_ready ),
Original file line number Diff line number Diff line change @@ -556,4 +556,9 @@ SECTIONS
556556 {
557557 *(*.static_log*)
558558 } > static_log_entries_seg :static_log_entries_phdr
559+
560+ .fw_ready : ALIGN(4)
561+ {
562+ KEEP (*(.fw_ready))
563+ } >sof_data :sof_data_phdr
559564}
Original file line number Diff line number Diff line change @@ -513,5 +513,9 @@ SECTIONS
513513 {
514514 *(*.static_log*)
515515 } > static_log_entries_seg :static_log_entries_phdr
516- }
517516
517+ .fw_ready : ALIGN(4)
518+ {
519+ KEEP (*(.fw_ready))
520+ } >sof_data :sof_data_phdr
521+ }
Original file line number Diff line number Diff line change @@ -513,5 +513,9 @@ SECTIONS
513513 {
514514 *(*.static_log*)
515515 } > static_log_entries_seg :static_log_entries_phdr
516- }
517516
517+ .fw_ready : ALIGN(4)
518+ {
519+ KEEP (*(.fw_ready))
520+ } >sof_data :sof_data_phdr
521+ }
Original file line number Diff line number Diff line change 5656#include <string.h>
5757#include <version.h>
5858
59- static const struct sof_ipc_fw_ready ready = {
59+ static const struct sof_ipc_fw_ready ready
60+ __attribute__((section (".fw_ready" ))) = {
6061 .hdr = {
6162 .cmd = SOF_IPC_FW_READY ,
6263 .size = sizeof (struct sof_ipc_fw_ready ),
Original file line number Diff line number Diff line change @@ -556,4 +556,9 @@ SECTIONS
556556 {
557557 *(*.static_log*)
558558 } > static_log_entries_seg :static_log_entries_phdr
559+
560+ .fw_ready : ALIGN(4)
561+ {
562+ KEEP (*(.fw_ready))
563+ } >sof_data :sof_data_phdr
559564}
Original file line number Diff line number Diff line change 5858#include <string.h>
5959#include <version.h>
6060
61- static const struct sof_ipc_fw_ready ready = {
61+ static const struct sof_ipc_fw_ready ready
62+ __attribute__((section (".fw_ready" ))) = {
6263 .hdr = {
6364 .cmd = SOF_IPC_FW_READY ,
6465 .size = sizeof (struct sof_ipc_fw_ready ),
Original file line number Diff line number Diff line change @@ -555,4 +555,9 @@ SECTIONS
555555 {
556556 *(*.static_log*)
557557 } > static_log_entries_seg :static_log_entries_phdr
558+
559+ .fw_ready : ALIGN(4)
560+ {
561+ KEEP (*(.fw_ready))
562+ } >sof_data :sof_data_phdr
558563}
You can’t perform that action at this time.
0 commit comments