Searched hist:"626 ed510f179c905a699f4663ee933c10892b4c3" (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/common/aarch64/ |
| H A D | debug.S | 626ed510f179c905a699f4663ee933c10892b4c3 Wed Jun 25 09:07:40 UTC 2014 Soby Mathew <soby.mathew@arm.com> Rework the crash reporting in BL3-1 to use less stack
This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial.
Also now panic() will use crash reporting if invoked from BL3-1.
Fixes ARM-software/tf-issues#199
Change-Id: I79d27a4524583d723483165dc40801f45e627da5
|
| /rk3399_ARM-atf/bl31/aarch64/ |
| H A D | crash_reporting.S | 626ed510f179c905a699f4663ee933c10892b4c3 Wed Jun 25 09:07:40 UTC 2014 Soby Mathew <soby.mathew@arm.com> Rework the crash reporting in BL3-1 to use less stack
This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial.
Also now panic() will use crash reporting if invoked from BL3-1.
Fixes ARM-software/tf-issues#199
Change-Id: I79d27a4524583d723483165dc40801f45e627da5
|
| H A D | bl31_entrypoint.S | 626ed510f179c905a699f4663ee933c10892b4c3 Wed Jun 25 09:07:40 UTC 2014 Soby Mathew <soby.mathew@arm.com> Rework the crash reporting in BL3-1 to use less stack
This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial.
Also now panic() will use crash reporting if invoked from BL3-1.
Fixes ARM-software/tf-issues#199
Change-Id: I79d27a4524583d723483165dc40801f45e627da5
|
| H A D | runtime_exceptions.S | 626ed510f179c905a699f4663ee933c10892b4c3 Wed Jun 25 09:07:40 UTC 2014 Soby Mathew <soby.mathew@arm.com> Rework the crash reporting in BL3-1 to use less stack
This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial.
Also now panic() will use crash reporting if invoked from BL3-1.
Fixes ARM-software/tf-issues#199
Change-Id: I79d27a4524583d723483165dc40801f45e627da5
|
| /rk3399_ARM-atf/include/common/ |
| H A D | debug.h | 626ed510f179c905a699f4663ee933c10892b4c3 Wed Jun 25 09:07:40 UTC 2014 Soby Mathew <soby.mathew@arm.com> Rework the crash reporting in BL3-1 to use less stack
This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial.
Also now panic() will use crash reporting if invoked from BL3-1.
Fixes ARM-software/tf-issues#199
Change-Id: I79d27a4524583d723483165dc40801f45e627da5
|
| /rk3399_ARM-atf/ |
| H A D | Makefile | 626ed510f179c905a699f4663ee933c10892b4c3 Wed Jun 25 09:07:40 UTC 2014 Soby Mathew <soby.mathew@arm.com> Rework the crash reporting in BL3-1 to use less stack
This patch reworks the crash reporting mechanism to further optimise the stack and code size. The reporting makes use of assembly console functions to avoid calling C Runtime to report the CPU state. The crash buffer requirement is reduced to 64 bytes with this implementation. The crash buffer is now part of per-cpu data which makes retrieving the crash buffer trivial.
Also now panic() will use crash reporting if invoked from BL3-1.
Fixes ARM-software/tf-issues#199
Change-Id: I79d27a4524583d723483165dc40801f45e627da5
|