Cargando…

ARM system developer's guide : designing and optimizing system software /

Over the last ten years, the ARM architecture has become one of the most pervasive architectures in the world, with more than 2 billion ARM-based processors embedded in products ranging from cell phones to automotive braking systems. A world-wide community of ARM developers in semiconductor and prod...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Sloss, Andrew N.
Otros Autores: Symes, Dominic, Wright, Chris, 1953-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : Elsevier/ Morgan Kaufman, ©2004.
Colección:Morgan Kaufmann Series in Computer Architecture and Design Ser.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn162129895
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 070802s2004 caua ob 001 0 eng d
040 |a OPELS  |b eng  |e pn  |c OPELS  |d OCLCG  |d OCLCQ  |d N$T  |d YDXCP  |d KNOVL  |d TEFOD  |d OCLCQ  |d KNOVL  |d OCLCF  |d UKDOC  |d OCLCQ  |d UMI  |d CGU  |d DEBSZ  |d KNOVL  |d EBLCP  |d NRU  |d ZCU  |d S4S  |d TEFOD  |d OCLCQ  |d COO  |d OCLCQ  |d AGLDB  |d COCUF  |d UAB  |d MERUC  |d OCLCQ  |d U3W  |d D6H  |d VTS  |d CEF  |d ICG  |d NLE  |d INT  |d OCLCQ  |d UKMGB  |d OCLCQ  |d STF  |d LEAUB  |d DKC  |d AU@  |d OCLCQ  |d AJS  |d OCLCO  |d OCLCQ  |d KSU  |d OCLCQ  |d OCLCO  |d OCLCL 
016 7 |a 017874199  |2 Uk 
019 |a 156908435  |a 476059216  |a 506874025  |a 771938989  |a 824876112 
020 |a 9780080490496  |q (electronic bk.) 
020 |a 0080490492  |q (electronic bk.) 
020 |z 9781558608740 
020 |z 1558608745 
029 1 |a AU@  |b 000050492877 
029 1 |a AU@  |b 000051560584 
029 1 |a AU@  |b 000051860371 
029 1 |a AU@  |b 000054162554 
029 1 |a CHNEW  |b 001005462 
029 1 |a DEBBG  |b BV039832026 
029 1 |a DEBBG  |b BV041119850 
029 1 |a DEBBG  |b BV043044636 
029 1 |a DEBBG  |b BV044124254 
029 1 |a DEBSZ  |b 367755602 
029 1 |a DEBSZ  |b 396677363 
029 1 |a DEBSZ  |b 422201634 
029 1 |a DEBSZ  |b 43039991X 
029 1 |a DEBSZ  |b 449095126 
029 1 |a DKDLA  |b 820010-katalog:ssj0000105578 
029 1 |a GBVCP  |b 785365931 
029 1 |a NZ1  |b 12434297 
029 1 |a UKMGB  |b 017874199 
035 |a (OCoLC)162129895  |z (OCoLC)156908435  |z (OCoLC)476059216  |z (OCoLC)506874025  |z (OCoLC)771938989  |z (OCoLC)824876112 
037 |a 97261:97261  |b Elsevier Science & Technology  |n http://www.sciencedirect.com 
037 |a 5F8C6D22-F84C-4755-BD09-E6D78E03C814  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.D47  |b S565 2004eb 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.1  |2 22 
049 |a UAMI 
100 1 |a Sloss, Andrew N. 
245 1 0 |a ARM system developer's guide :  |b designing and optimizing system software /  |c Andrew N. Sloss, Dominic Symes, Chris Wright ; with a contribution by John Rayfield. 
260 |a San Francisco, CA :  |b Elsevier/ Morgan Kaufman,  |c ©2004. 
300 |a 1 online resource (xiii, 689 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a The Morgan Kaufmann Series in Computer Architecture and Design Ser. 
520 |a Over the last ten years, the ARM architecture has become one of the most pervasive architectures in the world, with more than 2 billion ARM-based processors embedded in products ranging from cell phones to automotive braking systems. A world-wide community of ARM developers in semiconductor and product design companies includes software developers, system designers and hardware engineers. To date no book has directly addressed their need to develop the system and software for an ARM-based system. This text fills that gap. This book provides a comprehensive description of the operation of the ARM core from a developers perspective with a clear emphasis on software. It demonstrates not only how to write efficient ARM software in C and assembly but also how to optimize code. Example code throughout the book can be integrated into commercial products or used as templates to enable quick creation of productive software. The book covers both the ARM and Thumb instruction sets, covers Intel's XScale Processors, outlines distinctions among the versions of the ARM architecture, demonstrates how to implement DSP algorithms, explains exception and interrupt handling, describes the cache technologies that surround the ARM cores as well as the most efficient memory management techniques. A final chapter looks forward to the future of the ARM architecture considering ARMv6, the latest change to the instruction set, which has been designed to improve the DSP and media processing capabilities of the architecture. * No other book describes the ARM core from a system and software perspective. * Author team combines extensive ARM software engineering experience with an in-depth knowledge of ARM developer needs. * Practical, executable code is fully explained in the book and available on the publisher's Website. * Includes a simple embedded operating system. 
505 0 |a Table of Contents: -- 1. ARM Embedded Systems -- 1.1 The RISC Design Philosophy -- 1.2 The ARM Design Philosophy -- 1.3 Embedded System Hardware -- 1.4 Embedded System Software -- 1.5 Summary -- 2 ARM Processor Fundamentals -- 2.1 Registers -- 2.2 Current Program Status Register -- 2.3 Pipeline -- 2.4 Exceptions, Interrupts, and the Vector Table -- 2.5 Core Extensions -- 2.6 Architecture Revisions -- 2.7 ARM Processor Families -- 2.8 Summary -- 3 Introduction to the ARM Instruction Set -- 3.1 Data Processing Instructions -- 3.2 Branch Instructions -- 3.3 Load-Store Instructions -- 3.4 Software Interrupt Instruction -- 3.5 Program Status Register Instructions -- 3.6 Loading Constants -- 3.7 ARMv5E Extensions -- 3.8 Conditional Execution -- 3.9 Summary -- 4 Introduction to the Thumb Instruction Set -- 4.1 Thumb Register Usage -- 4.2 ARM-Thumb Interworking -- 4.3 Other Branch Instructions -- 4.4 Data Processing Instructions -- 4.5 Single-Register Load-Store Instructions -- 4.6 Multiple-Register Load-Store Instructions -- 4.7 Stack Instructions -- 4.8 Software Interrupt Instruction -- 4.9 Summary -- 5 Efficient C Programming -- 5.1 Overview of C Compilers and Optimization -- 5.2 Basic C Data Types -- 5.3 C Looping Structures -- 5.4 Register Allocation -- 5.5 Function Calls -- 5.6 Pointer Aliasing -- 5.7 Structure Arrangement -- 5.8 Bit-fields -- 5.9 Unaligned Data and Endianness -- 5.10 Division -- 5.11 Floating Point -- 5.12 Inline Functions and Inline Assembly -- 5.13 Portability Issues -- 5.14 Summary -- 6 Writing and Optimizing ARM Assembly Code -- 6.1 Writing Assembly Code -- 6.2 Profiling and Cycle Counting -- 6.3 Instruction Scheduling -- 6.4 Register Allocation -- 6.5 Conditional Execution -- 6.6 Looping Constructs -- 6.7 Bit Manipulation -- 6.8 Efficient Switches -- 6.9 Handling Unaligned Data -- 6.10 Summary -- 7 Optimized Primitives -- 7.1 Double-Precision Integer Multiplication -- 7.2 Integer Normalization and Count Leading Zeros -- 7.3 Division -- 7.4 Square Roots -- 7.5 Transcendental Functions: log, exp, sin, cos -- 7.6 Endian Reversal and Bit Operations -- 7.7 Saturated and Rounded Arithmetic -- 7.8 Random Number Generation -- 7.9 Summary -- 8 Digital Signal Processing -- 8.1 Representing a Digital Signal -- 8.2 Introduction to DSP on the ARM -- 8.3 FIR filters -- 8.4 IIR Filters -- 8.5 The Discrete Fourier Transform -- 8.6 Summary -- 9 Exception and Interruput Handling -- 9.1 Exception Handling -- 9.2 Interrupts -- 9.3 Interrupt Handling Schemes -- 9.4 Summary -- 10 Firmware -- 10.1 Firmware and Bootloader -- 10.2 Example: Sandstone -- 10.3 Summary -- 11 Embedded Operating Systems -- 11.1 Fundamental Components -- 11.2 Example: Simple Little Operating System -- 11.3 Summary -- 12 Caches -- 12.1 The Memory Hierarchy and Cache Memory -- 12.2 Cache Architecture -- 12.3 Cache Policy -- 12.4 Coprocessor 15 and Caches -- 12.5 Flushing and Cleaning Cache Memory -- 12.6 Cache Lockdown -- 12.7 Caches and Software Performance -- 12.8 Summary -- 13 Memory Protection Units -- 13.1 Protected Regions -- 13.2 Initializing the MPU, Caches, and Write Buffer -- 13.3 Demonstration of an MPU system -- 13.4 Summary -- 14 Memory Management Units -- 14.1 Moving from an MPU to an MMU -- 14.2 How Virtual Memory Works -- 14.3 Details of the ARM MMU -- 14.4 Page Tables -- 14.5 The Translation Lookaside Buffer -- 14.6 Domains and Memory Access Permission -- 14.7 The Caches and Write Buffer -- 14.8 Coprocessor 15 and MMU Configuration -- 14.9 The Fast Context Switch Extension -- 14.10 Demonstration: A Small Virtual Memory System -- 14.11 The Demonstration as mmuSLOS -- 14.12 Summary -- 15 The Future of the Architecture -- by John Rayfield -- 15.1 Advanced DSP and SIMD Support in ARMv6 -- 15.2 System and Multiprocessor Support Additions to ARMv6 -- 15.3 ARMv6 Implementations -- 15.4 Future Technologies beyond ARMv6 -- 15.5 Conclusions -- Appendix A: ARM and Thumb Assembler Instructions -- Appendix: B ARM and Thumb Instruction Encodings -- Appendix C: Processors and Architecture -- Appendix D: Instruction Cycle Timings -- Appendix E: Suggested Reading -- Index. 
504 |a Includes bibliographical references (pages 667-668) and index. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a Knovel  |b ACADEMIC - Computer Hardware Engineering 
650 0 |a Computer software  |x Development. 
650 0 |a RISC microprocessors. 
650 0 |a Computer architecture. 
650 6 |a RISC (Microprocesseurs) 
650 6 |a Ordinateurs  |x Architecture. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Computer architecture  |2 fast 
650 7 |a Computer software  |x Development  |2 fast 
650 7 |a RISC microprocessors  |2 fast 
650 7 |a Desenvolvimento de software.  |2 larpcal 
700 1 |a Symes, Dominic. 
700 1 |a Wright, Chris,  |d 1953-  |1 https://id.oclc.org/worldcat/entity/E39PCjMkmXrWD6qgcKxj7hp6w3 
758 |i has work:  |a ARM system developer's guide (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCH4xBKMj6Cy49tkmv9fj83  |4 https://id.oclc.org/worldcat/ontology/hasWork 
773 0 |a T Referex Electronics and Electrical Engineering 
776 0 8 |i Print version:  |a Sloss, Andrew N.  |t ARM system developer's guide.  |d San Francisco, CA : Elsevier/ Morgan Kaufman, ©2004  |z 1558608745  |z 9781558608740  |w (DLC) 2004040366  |w (OCoLC)54034975 
830 0 |a Morgan Kaufmann Series in Computer Architecture and Design Ser. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=294534  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781558608740/?ar  |z Texto completo 
938 |a 123Library  |b 123L  |n 34471 
938 |a EBL - Ebook Library  |b EBLB  |n EBL294534 
938 |a EBSCOhost  |b EBSC  |n 195163 
938 |a YBP Library Services  |b YANK  |n 2599490 
994 |a 92  |b IZTAP