R&D/OS 163

ACPI, Advanced Configuration and Power Interface

ACPI는 운영체제에서 device configuration 과 power management를 관리하기 위한 표준 specification ㅇ ACPI 2.0 Spec 요약 ppthttp://www.acpi.info/presentations/acpi2M0800IDF.ppt 참조:http://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interfacehttp://www.acpi.info/presentations/ACPI_Overview.pdf P.S UEFI : Unified Extensible Firmware Interface ㅇ OS와 Firmware 간의 인터페이스를 정의ㅇ Legacy BIOS를 대체하기 위한 목적

R&D/OS 2013.07.17

[ARM] NSACR (Non-secure Access Control Register)

Cortex-A9 에서 NSACR(Non-secure Access Control Register)는 Cortex-A9의 NEON MPE와 다른 시스템(SIMD)의 기능에 대한 접근 제어를 한다. ㅇ RW register in Secure Stateㅇ RO register in Non-secure stateㅇ only accessible in privileged mode Bits Field Function [31:19] - [18]NS_SMP Determines if the SMP bit of the ACR register writable in NS mode0 = A write to ACR in NS state takes undefined Instruction exception and the SMP bit..

R&D/OS 2013.07.17

ARM register

In this chapter, we can learn ARM's basic operation with registers. On the ARM processor there are 17 registers always available in any mode and 18 registers in a privileged mode. Each mode has a set of extra registers called banked registers. When mode is changed banked registers are swapped in 예를 들어, User mode일 때 r0~r15 까지는 범용 레지스터로 사용할 수 있다. 하지만 r13, r14, r15는 특별하게 취급되기도 한다. 따라서 일반적으로 r13~r15..

R&D/OS 2013.06.27