JP4461760B2 - Computer boot system - Google Patents

Computer boot system Download PDF

Info

Publication number
JP4461760B2
JP4461760B2 JP2003341312A JP2003341312A JP4461760B2 JP 4461760 B2 JP4461760 B2 JP 4461760B2 JP 2003341312 A JP2003341312 A JP 2003341312A JP 2003341312 A JP2003341312 A JP 2003341312A JP 4461760 B2 JP4461760 B2 JP 4461760B2
Authority
JP
Japan
Prior art keywords
program
memory
computer
registers
stored
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2003341312A
Other languages
Japanese (ja)
Other versions
JP2005107938A (en
Inventor
一也 川野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Casio Computer Co Ltd
Original Assignee
Casio Computer Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP2003341312A priority Critical patent/JP4461760B2/en
Publication of JP2005107938A publication Critical patent/JP2005107938A/en
Application granted granted Critical
Publication of JP4461760B2 publication Critical patent/JP4461760B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Description

本発明は、コンピュータの起動システム及びデータ記憶装置に関する。   The present invention relates to a computer startup system and a data storage device.

CPU(Central Processing Unit)、メモリ及びその周辺デバイスから構成されるデジタルカメラ、携帯端末等のコンピュータでは、メモリーカード等の外部記録媒体を使用しなくてもある程度の容量のデータを保存することが可能であることから、プログラムを格納するための不揮発性メモリとして、プログラム格納に適したパラレル型フラッシュメモリの代わりに、大容量のデータ格納に適したシリアル型フラッシュメモリが使用されることが多い。   Computers such as CPUs (Central Processing Units), memories and their peripheral devices, digital cameras, and portable terminals can store a certain amount of data without using an external recording medium such as a memory card. Therefore, as a nonvolatile memory for storing a program, a serial flash memory suitable for storing a large amount of data is often used instead of a parallel flash memory suitable for storing a program.

一般に、NAND型、AND型のフラッシュメモリに代表されるシリアル型の不揮発性メモリは、容量単価が安く、消去や書込み速度が速いことから、NOR型のフラッシュメモリに代表されるパラレル型の不揮発性メモリよりも大容量化に適している。しかしながら、シリアル型の不揮発性メモリは、ブロック単位での読み書きしかできないため、ランダムアクセスが非常に遅いという欠点がある。   In general, serial type nonvolatile memory represented by NAND type and AND type flash memory has a low capacity unit price and high erasing and writing speed. Therefore, parallel type nonvolatile memory represented by NOR type flash memory. Suitable for larger capacity than memory. However, the serial type nonvolatile memory has a drawback that random access is very slow because it can only read and write in block units.

CPUが直接アクセスするプログラム用メモリは、ランダムアクセスを高速で行う必要があるため、シリアル型の不揮発性メモリをプログラム格納用のメモリとして使用する場合には、電源投入直後に、ブートプログラム(起動プログラム)によって、シリアル型の不揮発性メモリに格納されたプログラムデータを、DRAM(Dynamic Random Access Memory)等の高速でのランダムアクセスが可能な揮発性メモリに全て転送してから、転送先のメモリ上でプログラムを実行させる必要がある(例えば、特許文献1及び特許文献2参照。)。   Since the program memory directly accessed by the CPU needs to perform random access at high speed, when using a serial type nonvolatile memory as a program storage memory, a boot program (startup program) immediately after power-on To transfer all program data stored in the serial type non-volatile memory to a volatile memory such as DRAM (Dynamic Random Access Memory) that allows random access at high speed, and then program it on the destination memory. (For example, see Patent Document 1 and Patent Document 2).

図8に、プログラム格納用メモリとしてシリアル型のフラッシュメモリを用いたコンピュータの起動システム300の構成を示す。起動システム300は、図8に示すように、ブートROM1、フラッシュメモリ2、DRAM3、CPU4、周辺デバイス5により構成される。図8において、フラッシュメモリ2は、シリアル型の不揮発性メモリであり、DRAM3は、パラレル型の揮発性メモリである。   FIG. 8 shows a configuration of a computer startup system 300 using a serial flash memory as a program storage memory. As shown in FIG. 8, the boot system 300 includes a boot ROM 1, a flash memory 2, a DRAM 3, a CPU 4, and a peripheral device 5. In FIG. 8, the flash memory 2 is a serial nonvolatile memory, and the DRAM 3 is a parallel volatile memory.

ブートROM1は、不揮発性メモリであり、コンピュータシステムを立ち上げるためのブートプログラム(起動プログラム)を格納する。フラッシュメモリ2は、システムを動作させるためのメインプログラムを格納する。ブートROM1、フラッシュメモリ2及びDRAM3は、CPU4のアドレス空間にマッピングされている。CPU4は、チップセレクト信号CS0、CS1、CS2をアサートすることによって各々のメモリを選択し、選択されたメモリに対して、制御信号及びアドレス信号10により、データの読み出し動作、書き込み動作等の制御を行う。各メモリから読み出されたデータは、データバス11を経由して指定された転送先に転送される。なお、ここで「アサートする」とは、信号や論理を有効にすることをいい、上記では、各チップセレクト信号のうち処理を行う対象のICを有効にすることをいう。   The boot ROM 1 is a non-volatile memory and stores a boot program (startup program) for starting up the computer system. The flash memory 2 stores a main program for operating the system. The boot ROM 1, flash memory 2, and DRAM 3 are mapped to the address space of the CPU 4. The CPU 4 selects each memory by asserting chip select signals CS0, CS1, and CS2, and controls the data read operation, write operation, and the like with respect to the selected memory using the control signal and the address signal 10. Do. Data read from each memory is transferred to a designated transfer destination via the data bus 11. Here, “assert” means to enable a signal or logic, and in the above description, to enable an IC to be processed among the chip select signals.

周辺デバイス5は、画像処理等の機能を有する集積回路であり、内部動作を制御するための各種設定値を記憶するレジスタ及びメモリを備える。周辺デバイス5は、CPU4により、チップセレクト信号CS3がアサートされると、制御信号及びアドレス信号10に従って、読み出し、書き込み等の処理を行う。   The peripheral device 5 is an integrated circuit having functions such as image processing, and includes a register and a memory for storing various setting values for controlling internal operations. When the chip select signal CS3 is asserted by the CPU 4, the peripheral device 5 performs processing such as reading and writing in accordance with the control signal and the address signal 10.

図9に、起動システム300におけるフラッシュメモリ2及びDRAM3のアドレスマップを示す。コンピュータの電源が投入されると、CPU4によって、リセットベクタアドレスにマッピングされているチップセレクト信号CS0がアサートされ、ブートROM1のスタートアドレスからブートプログラムの実行が開始される。   FIG. 9 shows an address map of the flash memory 2 and the DRAM 3 in the activation system 300. When the computer is turned on, the chip select signal CS0 mapped to the reset vector address is asserted by the CPU 4, and the execution of the boot program is started from the start address of the boot ROM 1.

ブートプログラムに従って、CPU4を含むシステムの初期化、フラッシュメモリ2及びDRAM3の初期化が行われた後、フラッシュメモリ2に格納されているメインプログラムコードがDRAM3に転送される。転送終了後、ブートプログラムの実行アドレスが、DRAM3に転送されたメインプログラムのスタートアドレスにジャンプされ、ブートプログラムの実行が終了する。ブートプログラムの実行が終了すると、DRAM3上のメインプログラムの実行が開始され、システムが動作する。   After initialization of the system including the CPU 4 and initialization of the flash memory 2 and the DRAM 3 according to the boot program, the main program code stored in the flash memory 2 is transferred to the DRAM 3. After the transfer is completed, the execution address of the boot program is jumped to the start address of the main program transferred to the DRAM 3, and the execution of the boot program is completed. When execution of the boot program is completed, execution of the main program on the DRAM 3 is started and the system operates.

なお、図8の起動システム300では、ブートプログラムを格納するメモリとして、ROMを用いる例を示したが、周辺デバイス5がASIC(Application Specific Integrated Circuit)等の集積回路であって、汎用メモリの搭載が可能である場合には、周辺デバイス5内にブートプログラム格納用のROMが内蔵される場合もある。   In the activation system 300 of FIG. 8, an example is shown in which a ROM is used as a memory for storing a boot program. However, the peripheral device 5 is an integrated circuit such as an ASIC (Application Specific Integrated Circuit), and a general-purpose memory is mounted. In some cases, a ROM for storing a boot program may be built in the peripheral device 5.

シリアル型のフラッシュメモリの中には、起動直後に、コマンド・アドレス等のシリアル型特有の制御を行わなくても、ROMアクセスと同様の制御で、特定のブロックに格納されているデータを読み出すオートリード機能を有するものがある。図10に、オートリード機能を有するフラッシュメモリを用いたコンピュータの起動システム400の構成を示す。起動システム400を構成する各部のうち、図8に示した起動システム300と同一の構成部分には、同一の符号を付している。   Some serial flash memory auto-reads data stored in a specific block with the same control as ROM access without the need for serial type specific control such as command and address immediately after startup. Some have a lead function. FIG. 10 shows a configuration of a computer startup system 400 using a flash memory having an autoread function. Among the components constituting the activation system 400, the same components as those of the activation system 300 shown in FIG.

起動システム400は、図10に示すように、オートリード機能を有するフラッシュメモリ20、DRAM3、CPU40、周辺デバイス5により構成されている。フラッシュメモリ20は、オートリード機能を有し、特定ブロックに、ブートプログラムコード(ブートプログラムのプログラムコード)を格納している。   As shown in FIG. 10, the activation system 400 includes a flash memory 20 having an auto read function, a DRAM 3, a CPU 40, and a peripheral device 5. The flash memory 20 has an auto read function, and stores a boot program code (a program code of a boot program) in a specific block.

図11に、起動システム400におけるフラッシュメモリ20及びDRAM3のアドレスマップを示す。コンピュータの電源が投入されると、CPU40によって、リセットベクタアドレスにマッピングされているチップセレクト信号CS0がアサートされ、フラッシュメモリ20に格納されたブートデータが、先頭データから順番にシーケンシャルに読み出され、ブートプログラムの実行が開始される。以降の動作は、起動システム300の動作と同様である。
特開平10−207712号公報 特開平11−219299号公報
FIG. 11 shows an address map of the flash memory 20 and the DRAM 3 in the activation system 400. When the power of the computer is turned on, the CPU 40 asserts the chip select signal CS0 mapped to the reset vector address, and the boot data stored in the flash memory 20 is read sequentially from the top data sequentially. Execution of the boot program is started. The subsequent operation is the same as that of the activation system 300.
JP-A-10-207712 JP 11-219299 A

しかしながら、従来の起動システムには以下のような問題があった。
図8に示した起動システム300では、ブートプログラムを格納するための専用の不揮発性メモリ(ブートROM1又は集積回路内のROM)を搭載しなければならないため、システム全体の製造コストが高くなってしまうという問題があった。また、図10に示した起動システム400では、フラッシュメモリ22に格納されたブートプログラムを、先頭データからシーケンシャルにしか読み出せないため、分岐命令を使用することができなかった。従って、例えば、DRAMのように、初期化にある程度複雑なシーケンスが必要なメモリにプログラムを転送する場合、全てのプログラムデータを転送できない可能性があった。
However, the conventional startup system has the following problems.
In the start-up system 300 shown in FIG. 8, a dedicated non-volatile memory (boot ROM 1 or ROM in an integrated circuit) for storing a boot program must be mounted, which increases the manufacturing cost of the entire system. There was a problem. Further, in the activation system 400 shown in FIG. 10, since the boot program stored in the flash memory 22 can be read only sequentially from the top data, the branch instruction cannot be used. Therefore, for example, when a program is transferred to a memory that requires a somewhat complicated sequence for initialization, such as a DRAM, there is a possibility that all program data cannot be transferred.

本発明の課題は、コンピュータの起動システムにおける製造コストを削減し、シリアル型不揮発性メモリに起動プログラムを格納している場合でも、分岐命令を使用可能にすることである。   An object of the present invention is to reduce the manufacturing cost in a computer boot system and to enable a branch instruction even when a boot program is stored in a serial nonvolatile memory.

請求項1に記載の発明は、CPU、メモリおよび周辺デバイスを含んで構成され、該CPUにリセット信号を入力することにより所定のアドレスからプログラムの実行を開始するコンピュータの起動システムであって、複数のレジスタの各々に対して、前記所定のアドレスから順番に個別のアドレスが割り振られ、各レジスタに記憶されているデータをランダムに読み書きすることが可能な複数レジスタの組を備え、前記複数レジスタの組は、複数のフリップフロップ回路により構成され、前記所定のアドレスから順番に記憶内容を読み出したときに、起動プログラムのプログラムコードに初期化されるように、前記リセット信号が各々のフリップフロップ回路のセット端子またはリセット端子に接続されており、前記リセット信号を入力することによって各レジスタに記憶されている複数のデータを同時に起動プログラムのプログラムコードに初期化することが可能なように構成されていることを特徴とする。 The invention according to claim 1 is a computer activation system including a CPU, a memory, and peripheral devices, and starting execution of a program from a predetermined address by inputting a reset signal to the CPU. For each of the registers, an individual address is allocated in order from the predetermined address, and a set of a plurality of registers capable of randomly reading and writing data stored in each register is provided. The set is composed of a plurality of flip-flop circuits, and when the stored contents are read in order from the predetermined address, the reset signal of each flip-flop circuit is initialized so as to be initialized to the program code of the activation program. Connected to the set terminal or reset terminal to input the reset signal. Characterized in that it is configured so as to be able to initialize the program code at the same time start program multiple data stored in the registers by Rukoto.

請求項2に記載の発明は更に、前記初期化した状態で前記複数レジスタの組に記憶されているプログラムは、前記コンピュータシステムの起動時に実行される起動プログラムであり、前記コンピュータシステムの起動時に前記リセット信号を出力して前記複数レジスタの組を初期化するとともに、この初期化した状態で前記複数レジスタの組に記憶されている前記起動プログラムを、前記所定のアドレスから順番に実行させることを特徴とする。 In the invention described in claim 2, the program stored in the set of the plurality of registers in the initialized state is a startup program that is executed when the computer system is started, and the computer system is started when the computer system is started. features with initializing the set of the multiple registers and outputs a reset signal, the boot program stored in the set of the plurality register the initialization state, that makes executed sequentially from the predetermined address And

請求項3に記載の発明は更に、前記メモリは、前記コンピュータシステムの起動後の動作を制御する制御プログラムを記憶するメモリであり、前記複数レジスタの組に記憶されている起動プログラムによって前記コンピュータシステムを起動した後は、前記メモリに記憶されている制御プログラムを実行することを特徴とする。 Furthermore the invention according to claim 3, wherein the memory, the computer system by the a memory for storing a control program for controlling the operation after startup of the computer system, the plurality register set to the stored boot program after starting is characterized by executing a control program stored in the memory.

請求項4に記載の発明は更に、前記複数レジスタの組に記憶されている起動プログラムから前記メモリに記憶されている制御プログラムに制御を移した後は、前記複数レジスタの組に含まれる各レジスタのデータ内容を書き換えることで前記周辺デバイスが各種処理を実行するのを制御することを特徴とする。 Furthermore the invention according to claim 4, after transferring control to the plurality register sets the control program from the boot program stored stored in the memory of each register included in the set of multiple registers It is characterized by controlling the peripheral device to execute various processes by rewriting the data content.

請求項5に記載の発明は更に、前記メモリは、前記制御プログラムが記録された不揮発性メモリと揮発性メモリとで構成され、前記起動プログラムは、前記不揮発性メモリに記憶されている制御プログラムを前記揮発性メモリに転送するプログラムを含み、前記起動プログラムによって前記不揮発性メモリから前記揮発性メモリへと制御プログラムが転送された後に、前記揮発性メモリ上で該制御プログラムを実行することを特徴とする。
請求項6に記載の発明は更に、前記不揮発性メモリは、シリアルアクセスを行うメモリであり、前記揮発性メモリは、ランダムアクセスを行うメモリであることを特徴とする。
請求項7に記載の発明は更に、前記周辺デバイスは、前記複数レジスタの組を内蔵し、該複数レジスタの組に含まれるレジスタを利用して所定の処理を実行前記コンピュータシステムの起動動作の終了後に、前記複数レジスタの組に含まれる各レジスタの設定値を、前記初期化された初期値から前記所定の処理を実行するための設定値に書き換えることを特徴とする。
According to a fifth aspect of the present invention, the memory further includes a nonvolatile memory and a volatile memory in which the control program is recorded, and the startup program is a control program stored in the nonvolatile memory. and characterized in that said comprises a program to be transferred to the volatile memory, after which the control program to the volatile memory from the nonvolatile memory has been transferred by the activation program and executes the control program on the volatile memory To do.
According to a sixth aspect of the present invention, the nonvolatile memory is a memory that performs serial access, and the volatile memory is a memory that performs random access.
Furthermore the invention according to claim 7, wherein the peripheral device has a built-in set of multiple registers, by utilizing the registers included in the set of said plurality of registers to perform a predetermined process, start-up operation of the computer system after the end of the set values of the registers included in the set of multiple registers, characterized in that rewriting from the initialized initial value to a set value for executing the predetermined processing.

本発明によれば、リセット信号を入力することにより所定のアドレスからプログラムの実行を開始するコンピュータの起動システムであって、複数のレジスタの各々に対して個別のアドレスが割り振られ、各レジスタに記憶されているデータをランダムに読み書きすることが可能な複数レジスタの組を備え、前記複数レジスタの組は、前記リセット信号を入力することによって各レジスタに記憶されている複数のデータを同時に初期化することが可能なように構成されるとともに、各レジスタには、前記リセット信号を入力することによりプログラムの実行を開始する前記所定のアドレスから順番にアドレスが割り振られるようにしたことにより、起動プログラムを格納するための専用のメモリを搭載する必要がなくなり、起動システムの製造コストを削減することができる。 According to the present invention, there is provided a computer activation system that starts execution of a program from a predetermined address by inputting a reset signal, and an individual address is allocated to each of a plurality of registers and stored in each register. A plurality of register sets that can read and write the data being read at random, and the plurality of register sets simultaneously initialize a plurality of data stored in each register by inputting the reset signal. In addition, each register is assigned an address in order from the predetermined address that starts execution of the program by inputting the reset signal. There is no need to install a dedicated memory to store the boot system. It is possible to reduce the cost.

以下、図面を参照して、本発明の実施形態について詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

(実施形態1)
図1〜図4を参照して、本発明に係る実施形態1について詳細に説明する。まず、本実施形態1のシステム構成を説明する。
(Embodiment 1)
Embodiment 1 according to the present invention will be described in detail with reference to FIGS. First, the system configuration of the first embodiment will be described.

図1に、実施形態1のコンピュータの起動システム100の構成を示す。起動システム100は、デジタルカメラ、携帯電話等のコンピュータに搭載され、図1に示すように、フラッシュメモリ2、DRAM3、CPU41、周辺デバイス51により構成される。   FIG. 1 shows a configuration of a computer startup system 100 according to the first embodiment. The activation system 100 is mounted on a computer such as a digital camera or a mobile phone, and includes a flash memory 2, a DRAM 3, a CPU 41, and a peripheral device 51 as shown in FIG.

フラッシュメモリ2は、シリアル型の不揮発性メモリであり、コンピュータシステムを動作させるためのメインプログラム(制御プログラム)と、各種プログラムの実行に必要なデータ等を格納する。DRAM3は、パラレル型の揮発性メモリであり、フラッシュメモリ2から転送されたメインプログラムを展開する。フラッシュメモリ2及びDRAM3は、CPU4のアドレス空間にマッピングされている。   The flash memory 2 is a serial nonvolatile memory, and stores a main program (control program) for operating the computer system, data necessary for executing various programs, and the like. The DRAM 3 is a parallel volatile memory, and expands the main program transferred from the flash memory 2. The flash memory 2 and the DRAM 3 are mapped to the address space of the CPU 4.

CPU41は、制御信号及びアドレス信号10により、フラッシュメモリ2、DRAM3、周辺デバイス51の制御レジスタ51aにおける読み出し動作、書き込み動作を制御する。各メモリから読み出されたデータは、データバス11を経由して指定された転送先に転送される。   The CPU 41 controls the read operation and the write operation in the control register 51 a of the flash memory 2, the DRAM 3, and the peripheral device 51 by the control signal and the address signal 10. Data read from each memory is transferred to a designated transfer destination via the data bus 11.

例えば、CPU41は、コンピュータシステムが起動されると、リセットベクタアドレスにマッピングされているチップセレクト信号CS0をアサートすることにより、周辺デバイス51の制御レジスタ51aを選択し、制御レジスタ51aからブートプログラムコード(ブートプログラムのプログラムコード)を読み出して、ブートプログラムを実行する。   For example, when the computer system is activated, the CPU 41 asserts the chip select signal CS0 mapped to the reset vector address to select the control register 51a of the peripheral device 51, and the boot program code ( The program code of the boot program is read and the boot program is executed.

また、CPU41は、チップセレクト信号CS1をアサートすることにより、フラッシュメモリ2を選択し、フラッシュメモリ2における読み出し動作、書き込み動作を制御する。具体的には、CPU41は、フラッシュメモリ2からメインプログラムを読み出して、DRAM3に転送させる。   Further, the CPU 41 selects the flash memory 2 by asserting the chip select signal CS1, and controls the read operation and the write operation in the flash memory 2. Specifically, the CPU 41 reads the main program from the flash memory 2 and transfers it to the DRAM 3.

CPU41は、チップセレクト信号CS2をアサートすることにより、DRAM3を選択し、DRAM3における読み出し動作、書き込み動作を制御する。具体的には、CPU41は、DRAM3上に展開されたメインプログラムを読み出して実行する。   The CPU 41 selects the DRAM 3 by asserting the chip select signal CS2, and controls a read operation and a write operation in the DRAM 3. Specifically, the CPU 41 reads out and executes the main program developed on the DRAM 3.

周辺デバイス51は、画像処理等の機能を有する集積回路であり、制御レジスタ51a及び機能ブロック51bを備える。制御レジスタ51aは、制御信号及びアドレス信号10に従って、読み出し、書き込み等の処理を行う。制御レジスタ51aは、下記図2の説明にて述べるように、初期値がブートプログラムコードになるように設定されており、CPU41によりブートプログラムコードが読み出された後、メインプログラムに従って、機能ブロック51bの動作仕様に合わせて設定値を書き換える。機能ブロック51bは、制御レジスタ51aに設定された値に従って動作する。   The peripheral device 51 is an integrated circuit having functions such as image processing, and includes a control register 51a and a function block 51b. The control register 51 a performs processing such as reading and writing in accordance with the control signal and the address signal 10. As described in the description of FIG. 2 below, the control register 51a is set so that the initial value becomes the boot program code. After the boot program code is read by the CPU 41, the function block 51b is set according to the main program. Rewrite the set value according to the operation specifications. The functional block 51b operates according to the value set in the control register 51a.

図2に、制御レジスタ51aの内部の、あるアドレスに対応した記憶部(以下、「1バイトレジスタ」という。)の詳細な構成を示す。図2は、データバス11が8ビットのバス幅を有する場合の例である。制御レジスタは、図2に示すような1バイトレジスタを複数個有しており、ブートプログラムのプログラムコードを格納するのに充分な容量のレジスタを有しているものとする。制御レジスタ51aの内部の1バイトレジスタは、図2に示すように、8個のフリップフロップにより構成されている。各フリップフロップは、リセット信号が、それぞれのフリップフロップのセット端子若しくはリセット端子に接続されることにより1又は0にリセットされる。ここで、この各フリップフロップは、リセットベクタアドレスから順にこの制御レジスタ51aの記憶内容を読み出したときに、ちょうどブートプログラムのプログラムコードとなっているように、あらかじめリセット信号のセット/リセット端子への配線が調整されている。図2では、上位ビットDout[7]から順に、10100110、すなわち「A6H」の8ビットのデータが設定されるようになっている例を示している。   FIG. 2 shows a detailed configuration of a storage unit (hereinafter referred to as “1-byte register”) corresponding to a certain address in the control register 51a. FIG. 2 shows an example in which the data bus 11 has a bus width of 8 bits. The control register has a plurality of 1-byte registers as shown in FIG. 2, and has a register having a capacity sufficient to store the program code of the boot program. As shown in FIG. 2, the 1-byte register inside the control register 51a is composed of eight flip-flops. Each flip-flop is reset to 1 or 0 when the reset signal is connected to the set terminal or reset terminal of the flip-flop. Here, each of the flip-flops reads the stored contents of the control register 51a in order from the reset vector address so that the program code of the boot program is just set to the reset signal set / reset terminal in advance. Wiring is adjusted. FIG. 2 shows an example in which 10100110, that is, “A6H” 8-bit data is set in order from the higher order bit Dout [7].

次に、本実施形態1における動作について説明する。
図3のフローチャート及び図4のアドレスマップを参照して、起動システム100により実行されるシステム起動処理について説明する。
Next, the operation in the first embodiment will be described.
With reference to the flowchart in FIG. 3 and the address map in FIG. 4, system activation processing executed by the activation system 100 will be described.

コンピュータの電源が投入されると、CPU41によって、リセットベクタアドレスにマッピングされているチップセレクト信号CS0がアサートされ、周辺デバイス51内の制御レジスタ51aからブートROMコードが読み出され、ブートプログラムの実行が開始される(ステップS1)。ここで、本実施形態においては、周辺デバイス51内の制御レジスタ51aの、所定のアドレスのレジスタ(以下「実行開始アドレス」という。)から順に、ブートプログラムコードが読み出されて、ブートプログラムが実行されるようにするために、リセットベクタアドレスとして周辺デバイス51内の制御レジスタ51a内の、上記所定の実行開始アドレスを記憶しているように構成されている。   When the computer is turned on, the CPU 41 asserts the chip select signal CS0 mapped to the reset vector address, reads the boot ROM code from the control register 51a in the peripheral device 51, and executes the boot program. Start (step S1). Here, in the present embodiment, the boot program code is read in order from the register of a predetermined address (hereinafter referred to as “execution start address”) of the control register 51a in the peripheral device 51, and the boot program is executed. For this purpose, the predetermined execution start address in the control register 51a in the peripheral device 51 is stored as a reset vector address.

ブートプログラムの実行が開始されると、あらかじめリセット信号のセット/リセット端子への配線によって、ちょうどブートプログラムのプログラムコードとなるように設定されていた制御レジスタ51a内の各レジスタの初期値が、順次読み出されて実行されていき、CPU41を含むシステムの初期化、フラッシュメモリ2及びDRAM3の初期化が行われ(ステップS2)、フラッシュメモリ2に格納されているメインプログラムコードがDRAM3に転送される(ステップS3)。   When the execution of the boot program is started, the initial values of the respective registers in the control register 51a that have been set in advance to be the program code of the boot program by the wiring of the reset signal set / reset terminal are sequentially The system is read and executed, the system including the CPU 41 is initialized, the flash memory 2 and the DRAM 3 are initialized (step S2), and the main program code stored in the flash memory 2 is transferred to the DRAM 3. (Step S3).

メインプログラムの転送終了後、ブートプログラムの実行アドレスが、DRAM3に転送されたメインプログラムのスタートアドレスにジャンプされ(ステップS4)、ブートプログラムの実行が終了する。ブートプログラムの実行が終了すると、DRAM3上のメインプログラムの実行が開始され(ステップS5)、コンピュータシステムが動作する。   After the transfer of the main program is completed, the execution address of the boot program is jumped to the start address of the main program transferred to the DRAM 3 (step S4), and the execution of the boot program is completed. When execution of the boot program is completed, execution of the main program on the DRAM 3 is started (step S5), and the computer system operates.

メインプログラムの実行が開始されると、制御レジスタ51aの設定値が、機能ブロック51bの動作仕様に合わせて書き換えられ、制御レジスタ51aの設定値に従って、機能ブロック51bの動作が行われる。すなわち、制御レジスタ51aの各レジスタは、必要に応じて値を書き換えられる等して使用されることになるが、ブートプログラムは電源投入時にのみ実行されれば足りるため、ブートプログラムの実行が終了した後は消去されても何ら問題は生じない。また、制御レジスタ51aの各レジスタは、通常、初期値に依存して使用される場合は少なく、初期値は不定であるとしてシステム全体が設計されている場合が多いため、初期値がブートプログラムのプログラムコードとなるように設定されていたとしても、その後のメインプログラムの実行に支障は来さない。従って、このように制御レジスタ51aを使用することにより、制御レジスタ51aを非常に効率的に使用することが可能となる。   When the execution of the main program is started, the set value of the control register 51a is rewritten according to the operation specification of the function block 51b, and the operation of the function block 51b is performed according to the set value of the control register 51a. That is, each register of the control register 51a is used by being rewritten as necessary, but the boot program only needs to be executed when the power is turned on. It will not cause any problems even if it is erased later. In addition, the registers of the control register 51a are usually used depending on the initial value, and the entire system is often designed with the initial value being indefinite. Even if it is set to be the program code, it will not hinder the subsequent execution of the main program. Therefore, by using the control register 51a in this way, the control register 51a can be used very efficiently.

以上のように、本実施形態1の起動システム100によれば、コンピュータシステムのブートプログラムを、周辺デバイス51が備える制御レジスタ51aの初期値として格納し、システム起動後、制御レジスタ51aを、機能ブロック51bを制御する通常のレジスタとして使用するようにしたことで、制御レジスタ51aを、システム起動用と、機能ブロック制御用の二通りの用途で使用可能になり、ブートプログラム格納用の不揮発性メモリ(例えば、図8のブートROM1)を搭載する必要がなくなる。従って、起動システム100の製造コストを削減することができる。   As described above, according to the activation system 100 of the first embodiment, the boot program of the computer system is stored as the initial value of the control register 51a included in the peripheral device 51, and the control register 51a is stored in the functional block after the system is activated. The use of the control register 51a as a normal register for controlling the 51b makes it possible to use the control register 51a for two purposes of system activation and function block control, and a non-volatile memory for storing a boot program ( For example, it is not necessary to install the boot ROM 1) of FIG. Therefore, the manufacturing cost of the activation system 100 can be reduced.

(実施形態2)
次に、図5〜図7を参照して、本発明に係る実施形態2について詳細に説明する。まず、本実施形態2のシステム構成を説明する。
(Embodiment 2)
Next, Embodiment 2 according to the present invention will be described in detail with reference to FIGS. First, the system configuration of the second embodiment will be described.

図5に、実施形態2のコンピュータの起動システム200の構成を示す。起動システム200を構成する各部のうち、図1に示した起動システム100と同一の構成部分には、同一の符号を付している。起動システム200は、デジタルカメラ、携帯電話等のコンピュータに搭載され、図5に示すように、フラッシュメモリ21、DRAM3、CPU42、周辺デバイス52により構成される。   FIG. 5 shows the configuration of a computer startup system 200 according to the second embodiment. Among the components constituting the activation system 200, the same components as those of the activation system 100 shown in FIG. The activation system 200 is mounted on a computer such as a digital camera or a mobile phone, and includes a flash memory 21, a DRAM 3, a CPU 42, and a peripheral device 52 as shown in FIG.

フラッシュメモリ21は、前述のオートリード機能を有するシリアル型の不揮発性メモリであり、コンピュータシステムを動作させるためのメインプログラム(制御プログラム)と、各種プログラムの実行に必要なデータ等を格納するとともに、上記オートリード機能によってシステムの起動直後に読み出される特定のブロックに、コンピュータシステムを立ち上げるためのブートプログラム(起動プログラム)を格納する。DRAM3は、パラレル型の揮発性メモリであり、フラッシュメモリ21から転送されたメインプログラムを展開する。   The flash memory 21 is a serial nonvolatile memory having the above-described auto read function, and stores a main program (control program) for operating the computer system, data necessary for executing various programs, and the like. A boot program (startup program) for starting up the computer system is stored in a specific block read immediately after the system is started by the auto-read function. The DRAM 3 is a parallel volatile memory, and expands the main program transferred from the flash memory 21.

CPU42は、制御信号及びアドレス信号10により、フラッシュメモリ21、DRAM3、周辺デバイス52の内蔵メモリ52aにおける読み出し動作、書き込み動作を制御する。各メモリから読み出されたデータは、データバス11を経由して指定された転送先に転送される。   The CPU 42 controls a read operation and a write operation in the built-in memory 52 a of the flash memory 21, the DRAM 3, and the peripheral device 52 by the control signal and the address signal 10. Data read from each memory is transferred to a designated transfer destination via the data bus 11.

CPU42は、コンピュータシステムが起動されると、リセットベクタアドレスにマッピングされているチップセレクト信号CS0をアサートすることにより、フラッシュメモリ21を選択し、フラッシュメモリ21のオートリード機能を用いてブートプログラムをシーケンシャルに読み出してブートプログラムを実行する。このとき、CPU42は、ブートプログラムの一部の命令コードを周辺デバイス52の内蔵メモリ52aに転送させる。オートリード機能によってフラッシュメモリ21から読み出すことのできるプログラムコードの容量は限られている場合が多く、この容量だけでブートプログラムを全て格納できない場合があり、このような場合に、いったんブートプログラムのプログラムコードの一部の命令コードを、フラッシュメモリ21から周辺デバイス52の内蔵メモリ52aに転送させて、この内蔵メモリ52aからブートプログラムが実行されるようにするためである。ここで、ブートプログラムの一部の命令コードとは、DRAM3の初期化を指示するコードと、フラッシュメモリ21からDRAM3へのメインプログラムの転送を指示するコードである。   When the computer system is activated, the CPU 42 asserts the chip select signal CS0 mapped to the reset vector address, thereby selecting the flash memory 21 and sequentially using the auto-read function of the flash memory 21 to execute the boot program. And boot program is executed. At this time, the CPU 42 transfers a part of the instruction code of the boot program to the built-in memory 52 a of the peripheral device 52. In many cases, the capacity of the program code that can be read from the flash memory 21 by the auto-read function is limited, and the boot program cannot be stored with this capacity alone. This is because a part of the instruction code is transferred from the flash memory 21 to the internal memory 52a of the peripheral device 52 so that the boot program is executed from the internal memory 52a. Here, a part of the instruction code of the boot program is a code for instructing initialization of the DRAM 3 and a code for instructing transfer of the main program from the flash memory 21 to the DRAM 3.

また、CPU42は、チップセレクト信号CS1をアサートすることにより、周辺デバイス52を選択して、周辺デバイス52における読み出し動作、書き込み動作を制御する。具体的には、CPU42は、周辺デバイス52の内蔵メモリ52aに格納された上記命令コードを読み出し、DRAM3を初期化させ、フラッシュメモリ21からDRAM3へメインプログラムを転送させる。   The CPU 42 also selects the peripheral device 52 by asserting the chip select signal CS1, and controls the read operation and write operation in the peripheral device 52. Specifically, the CPU 42 reads out the instruction code stored in the built-in memory 52 a of the peripheral device 52, initializes the DRAM 3, and transfers the main program from the flash memory 21 to the DRAM 3.

更に、CPU42は、チップセレクト信号CS2をアサートすることにより、DRAM3を選択し、DRAM3における読み出し動作、書き込み動作を制御する。具体的には、CPU42は、DRAM3上に展開されたメインプログラムを読み出して実行する。   Further, the CPU 42 selects the DRAM 3 by asserting the chip select signal CS2, and controls the read operation and the write operation in the DRAM 3. Specifically, the CPU 42 reads out and executes the main program developed on the DRAM 3.

また、CPU42は、コンピュータシステムの起動動作の終了後、メインプログラムに従って、内蔵メモリ52aに、機能ブロック52bの動作仕様に応じた設定値を書き込む。   In addition, after the startup operation of the computer system is completed, the CPU 42 writes a setting value corresponding to the operation specification of the functional block 52b in the built-in memory 52a according to the main program.

周辺デバイス52は、画像処理等の機能を有する集積回路であり、内蔵メモリ52a及び機能ブロック52bを備える。内蔵メモリ52aは、SRAM(Static Random Access Memory)等により構成されており、ブートプログラムの一部の命令コードと、機能ブロック52bの動作に必要な各種設定値を格納する。なお、SRAMは、DRAM3と比較して、初期化が容易で初期化に必要なコードも少なく、また、ランダムアクセスが可能であることから、本実施形態では、ブートプログラムの一部を,フラッシュメモリ21からDRAM3にコピーするのではなく、SRAMにコピーして実行するようにしている。   The peripheral device 52 is an integrated circuit having functions such as image processing, and includes a built-in memory 52a and a functional block 52b. The built-in memory 52a is configured by SRAM (Static Random Access Memory) or the like, and stores a part of the instruction code of the boot program and various setting values necessary for the operation of the function block 52b. Note that the SRAM is easier to initialize than the DRAM 3, requires fewer codes for initialization, and allows random access. In this embodiment, a part of the boot program is stored in the flash memory. Instead of copying from 21 to DRAM 3, it is copied to SRAM and executed.

内蔵メモリ52aは、制御信号及びアドレス信号10に従って、読み出し、書き込み等の処理を行う。具体的には、内蔵メモリ52aは、フラッシュメモリ21から転送されたブートプログラムの一部の命令コードの、書き込み動作、読み出し動作を行う。機能ブロック52bは、内蔵メモリ52aに設定された値に従って動作する。   The built-in memory 52a performs processing such as reading and writing in accordance with the control signal and the address signal 10. Specifically, the built-in memory 52a performs a write operation and a read operation on a part of the instruction code of the boot program transferred from the flash memory 21. The functional block 52b operates according to the value set in the built-in memory 52a.

次に、本実施形態2における動作について説明する。
図6のフローチャート及び図7のアドレスマップを参照して、起動システム200により実行されるシステム起動処理について説明する。
Next, the operation in the second embodiment will be described.
A system activation process executed by the activation system 200 will be described with reference to the flowchart of FIG. 6 and the address map of FIG.

コンピュータの電源が投入されると、CPU42によって、リセットベクタアドレスにマッピングされているチップセレクト信号CS0がアサートされ、フラッシュメモリ21のオートリード機能により、ブートプログラムがシーケンシャルに読み出され、ブートプログラムの実行が開始される(ステップS11)。   When the computer is turned on, the CPU 42 asserts the chip select signal CS0 mapped to the reset vector address, the boot program is read sequentially by the auto-read function of the flash memory 21, and the boot program is executed. Is started (step S11).

すると、まず、内蔵メモリ52aが初期化された後に、フラッシュメモリ21から読み出されたブートプログラムの一部の命令コードが、内蔵メモリ52aに転送される(ステップS12)。ここで、ブートプログラムの一部の命令コードとは、DRAM3の初期化を指示するコードと、フラッシュメモリ21からDRAM3へのメインプログラムの転送を指示するコードである。DRAMの初期化コードに比べてSRAMの初期化コードは非常に少なくて済むことから、オートリード機能で読み出し可能な限られた容量のブートプログラムとして、内蔵メモリ52aの初期化のプログラムコードと、フラッシュメモリ21から読み出されたブートプログラムの一部の命令コードの内蔵メモリ52aへの転送処理のプログラムコードを記録しておき、その他のブートプログラムについては、転送された内蔵メモリ52a上のプログラムコードを用いて実行するようにしているものである。   Then, first, after the internal memory 52a is initialized, a part of the instruction code of the boot program read from the flash memory 21 is transferred to the internal memory 52a (step S12). Here, a part of the instruction code of the boot program is a code for instructing initialization of the DRAM 3 and a code for instructing transfer of the main program from the flash memory 21 to the DRAM 3. Since the SRAM initialization code can be very small compared to the DRAM initialization code, a boot code having a limited capacity that can be read by the auto read function, and a program code for initializing the internal memory 52a and a flash memory The program code of the transfer process of a part of the instruction code of the boot program read from the memory 21 to the internal memory 52a is recorded, and the program code on the transferred internal memory 52a is recorded for the other boot programs. It is intended to be used and executed.

次いで、ブートプログラムの実行アドレスが、内蔵メモリ52aに転送されたブートプログラムのスタートアドレスにジャンプされ、フラッシュメモリ21によるオートリードが終了する(ステップS13)。   Next, the execution address of the boot program is jumped to the start address of the boot program transferred to the built-in memory 52a, and the auto read by the flash memory 21 is completed (step S13).

ブートプログラムの実行が開始されると、内蔵メモリ52aに格納された命令コードに従って、CPU42を含むシステムの初期化、フラッシュメモリ21及びDRAM3の初期化が行われ(ステップS14)、フラッシュメモリ21に格納されているメインプログラムコードがDRAM3に転送される(ステップS15)。   When execution of the boot program is started, the system including the CPU 42, the flash memory 21 and the DRAM 3 are initialized in accordance with the instruction code stored in the internal memory 52a (step S14) and stored in the flash memory 21. The main program code thus transferred is transferred to the DRAM 3 (step S15).

メインプログラムの転送終了後、内蔵メモリ52aに格納された命令コードに従って、ブートプログラムの実行アドレスが、DRAM3に転送されたメインプログラムのスタートアドレスにジャンプされ(ステップS16)、ブートプログラムの実行が終了する。ブートプログラムの実行が終了すると、DRAM3上のメインプログラムの実行が開始され(ステップS17)、コンピュータシステムが動作する。   After the transfer of the main program is finished, the execution address of the boot program is jumped to the start address of the main program transferred to the DRAM 3 according to the instruction code stored in the internal memory 52a (step S16), and the execution of the boot program is finished. . When execution of the boot program is completed, execution of the main program on the DRAM 3 is started (step S17), and the computer system operates.

メインプログラムの実行が開始されると、内蔵メモリ52aの設定値が、機能ブロック52bの動作仕様に合わせて書き換えられ、内蔵メモリ52aの設定値に従って、機能ブロック52bの動作が行われる。   When the execution of the main program is started, the set value of the internal memory 52a is rewritten according to the operation specification of the functional block 52b, and the operation of the functional block 52b is performed according to the set value of the internal memory 52a.

以上のように、本実施形態2の起動システム200によれば、シリアル型の不揮発性メモリ(フラッシュメモリ21)にブートプログラムを格納し、オートリード機能を用いてシーケンシャルにブートプログラムを読み出すとき、SRAM等のランダムアクセスが可能で初期化の容易なメモリ(周辺デバイス52の内蔵メモリ52a)にブートプログラムの一部を転送し、転送先のメモリ上で、DRAMの初期化及びメインプログラムの転送を行うようにしたため、分岐命令の使用が可能になり、全てのメインプログラムを確実にDRAMに転送することが可能になる。また、本来は、機能ブロック52bの動作に必要なテーブルやバッファとして使用する集積回路の内蔵メモリ52aを、一部のブートプログラムの格納用メモリとして使用可能にしたことにより、新たにブートプログラム格納用のメモリを搭載する必要がなく、起動システム200の製造コストを削減することができる。   As described above, according to the activation system 200 of the second embodiment, when the boot program is stored in the serial nonvolatile memory (flash memory 21) and the boot program is read sequentially using the auto-read function, the SRAM For example, a part of the boot program is transferred to a memory that can be randomly accessed and can be easily initialized (the built-in memory 52a of the peripheral device 52), and the DRAM is initialized and the main program is transferred to the destination memory. As a result, branch instructions can be used, and all main programs can be reliably transferred to the DRAM. In addition, since the built-in memory 52a of the integrated circuit, which is originally used as a table or buffer necessary for the operation of the functional block 52b, can be used as a memory for storing a part of boot programs, a new boot program storage is available. It is not necessary to mount the memory, and the manufacturing cost of the activation system 200 can be reduced.

なお、上記各実施の形態における記述内容は、本発明の趣旨を逸脱しない範囲で適宜変更可能である。   Note that the description content in each of the above embodiments can be changed as appropriate without departing from the spirit of the present invention.

本発明の実施形態1におけるコンピュータの起動システム100の構成を示す図。The figure which shows the structure of the starting system 100 of the computer in Embodiment 1 of this invention. 周辺デバイス51内の制御レジスタ51a内に存在する、あるアドレスで示される1バイト分のレジスタの回路構成を示す図。The figure which shows the circuit structure of the register | resistor for 1 byte which exists in the control register 51a in the peripheral device 51, and is shown with a certain address. 実施形態1の起動システム100において実行されるシステム起動処理を示すフローチャート。3 is a flowchart illustrating system activation processing executed in the activation system 100 according to the first embodiment. 実施形態1の起動システム100における各メモリのアドレスマップを示す図。FIG. 3 is a diagram illustrating an address map of each memory in the activation system 100 according to the first embodiment. 本発明の実施形態2におけるコンピュータの起動システム200の構成を示す図。The figure which shows the structure of the starting system 200 of the computer in Embodiment 2 of this invention. 実施形態2の起動システム200において実行されるシステム起動処理を示すフローチャート。9 is a flowchart showing system activation processing executed in the activation system 200 of the second embodiment. 実施形態2の起動システム200における各メモリのアドレスマップを示す図。The figure which shows the address map of each memory in the starting system 200 of Embodiment 2. FIG. 従来のコンピュータの起動システム300の構成を示す図。The figure which shows the structure of the starting system 300 of the conventional computer. 従来の起動システム300における各メモリのアドレスマップを示す図。The figure which shows the address map of each memory in the conventional starting system 300. 従来のコンピュータの起動システム400の構成を示す図。The figure which shows the structure of the starting system 400 of the conventional computer. 従来の起動システム400における各メモリのアドレスマップを示す図。The figure which shows the address map of each memory in the conventional starting system 400.

符号の説明Explanation of symbols

1 ブート用ROM
2、21 フラッシュメモリ
3 DRAM
41、42 CPU(制御部)
51、52 周辺デバイス(集積回路)
51a 制御レジスタ(データ記憶装置)
51b、52b 機能ブロック
52a 内蔵メモリ
10 制御信号、アドレス信号
11 データバス
100、200 コンピュータの起動システム
CS0、CS1、CS2 チップセレクト信号
1 Boot ROM
2, 21 Flash memory 3 DRAM
41, 42 CPU (control unit)
51, 52 Peripheral devices (integrated circuits)
51a Control register (data storage device)
51b, 52b Function block 52a Built-in memory 10 Control signal, address signal 11 Data bus 100, 200 Computer activation system CS0, CS1, CS2 Chip select signal

Claims (7)

CPU、メモリおよび周辺デバイスを含んで構成され、該CPUにリセット信号を入力することにより所定のアドレスからプログラムの実行を開始するコンピュータの起動システムであって、
複数のレジスタの各々に対して、前記所定のアドレスから順番に個別のアドレスが割り振られ、各レジスタに記憶されているデータをランダムに読み書きすることが可能な複数レジスタの組を備え、
前記複数レジスタの組は、複数のフリップフロップ回路により構成され、前記所定のアドレスから順番に記憶内容を読み出したときに、起動プログラムのプログラムコードに初期化されるように、前記リセット信号が各々のフリップフロップ回路のセット端子またはリセット端子に接続されており、前記リセット信号を入力することによって各レジスタに記憶されている複数のデータを同時に起動プログラムのプログラムコードに初期化することが可能なように構成されていることを特徴とするコンピュータの起動システム。
A computer startup system comprising a CPU, a memory and peripheral devices, and starting execution of a program from a predetermined address by inputting a reset signal to the CPU ,
For each of a plurality of registers, an individual address is allocated in order from the predetermined address, and a set of a plurality of registers capable of randomly reading and writing data stored in each register is provided,
The set of the plurality of registers is composed of a plurality of flip-flop circuits, and when the stored contents are read sequentially from the predetermined address, the reset signal is initialized to the program code of the activation program. It is connected to the set terminal or reset terminal of the flip-flop circuit, and by inputting the reset signal, a plurality of data stored in each register can be simultaneously initialized to the program code of the activation program computer boot system, characterized in that it is configured.
前記初期化した状態で前記複数レジスタの組に記憶されているプログラムは、前記コンピュータシステムの起動時に実行される起動プログラムであり、
前記コンピュータシステムの起動時に前記リセット信号を出力して前記複数レジスタの組を初期化するとともに、この初期化した状態で前記複数レジスタの組に記憶されている前記起動プログラムを、前記所定のアドレスから順番に実行させることを特徴とする請求項1に記載のコンピュータの起動システム。
The program stored in the set of the plurality of registers in the initialized state is a startup program that is executed when the computer system is started,
When the computer system is started, the reset signal is output to initialize the plurality of register sets, and the startup program stored in the plurality of register sets in the initialized state is started from the predetermined address. The computer activation system according to claim 1, wherein the computer activation system is executed in order.
前記メモリは、前記コンピュータシステムの起動後の動作を制御する制御プログラムを記憶するメモリであり
前記複数レジスタの組に記憶されている起動プログラムによって前記コンピュータシステムを起動した後は、前記メモリに記憶されている制御プログラムを実行することを特徴とする請求項2に記載のコンピュータの起動システム。
The memory is a memory for storing a control program for controlling the operation after start of the computer system,
Wherein the after starting the computer system by a plurality registers set to the stored boot program, the computer boot system according to claim 2, characterized by executing a control program stored in the memory.
前記複数レジスタの組に記憶されている起動プログラムから前記メモリに記憶されている制御プログラムに制御を移した後は、前記複数レジスタの組に含まれる各レジスタのデータ内容を書き換えることで前記周辺デバイスが各種処理を実行するのを制御することを特徴とする請求項3に記載のコンピュータの起動システム。 Said after transferring control to multiple register sets to the stored boot program the memory to the stored control program from said peripheral device by rewriting the data content of each register included in the set of multiple registers computer startup system of claim 3 but characterized by controlling to execute various processes. 前記メモリは、前記制御プログラムが記録された不揮発性メモリと揮発性メモリとで構成され、
前記起動プログラムは、前記不揮発性メモリに記憶されている制御プログラムを前記揮発性メモリに転送するプログラムを含み、
前記起動プログラムによって前記不揮発性メモリから前記揮発性メモリへと制御プログラムが転送された後に、前記揮発性メモリ上で該制御プログラムを実行することを特徴とする請求項3または4に記載のコンピュータの起動システム。
The memory is composed of a nonvolatile memory and a volatile memory in which the control program is recorded,
The startup program includes a program for transferring a control program stored in the nonvolatile memory to the volatile memory,
5. The computer according to claim 3, wherein the control program is executed on the volatile memory after the control program is transferred from the nonvolatile memory to the volatile memory by the startup program. Boot system.
前記不揮発性メモリは、シリアルアクセスを行うメモリであり、
前記揮発性メモリは、ランダムアクセスを行うメモリであることを特徴とする請求項5に記載のコンピュータの起動システム。
The nonvolatile memory is a memory that performs serial access,
6. The computer startup system according to claim 5, wherein the volatile memory is a memory that performs random access.
前記周辺デバイスは、前記複数レジスタの組を内蔵し、該複数レジスタの組に含まれるレジスタを利用して各種処理を実行
前記コンピュータシステムの起動動作の終了後に、前記複数レジスタの組に含まれる各レジスタの設定値を、前記初期化された初期値から前記所定の処理を実行するための設定値に書き換えることを特徴とする請求項3乃至6のいずれかに記載のコンピュータの起動システム。
The peripheral device has a built-in set of multiple registers, executes various processes using a register included in the set of said plurality of registers,
And wherein the rewriting after the end of the start-up operation of the computer system, the set values of the registers included in the set of multiple registers, the set value for executing the predetermined processing from the initialization initial value The computer activation system according to any one of claims 3 to 6.
JP2003341312A 2003-09-30 2003-09-30 Computer boot system Expired - Fee Related JP4461760B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003341312A JP4461760B2 (en) 2003-09-30 2003-09-30 Computer boot system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003341312A JP4461760B2 (en) 2003-09-30 2003-09-30 Computer boot system

Publications (2)

Publication Number Publication Date
JP2005107938A JP2005107938A (en) 2005-04-21
JP4461760B2 true JP4461760B2 (en) 2010-05-12

Family

ID=34535951

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003341312A Expired - Fee Related JP4461760B2 (en) 2003-09-30 2003-09-30 Computer boot system

Country Status (1)

Country Link
JP (1) JP4461760B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4819493B2 (en) * 2005-12-19 2011-11-24 三星電子株式会社 Circuit system
JP2008015725A (en) * 2006-07-05 2008-01-24 Alpine Electronics Inc Information processor and program activating method
WO2009016832A1 (en) * 2007-07-31 2009-02-05 Panasonic Corporation Nonvolatile storage device and nonvolatile storage system
US8156320B2 (en) 2008-08-27 2012-04-10 Wireless Silicon Group, Llc Method and apparatus for fast booting a portable computing device allowing for immediate operation
US8281169B2 (en) 2008-08-27 2012-10-02 Wireless Silicon Group, Inc. Method and system for power management for a handheld mobile electronic device executing-in-place an application kernel from execute-in-place non-volatile memory (XIP NVM)

Also Published As

Publication number Publication date
JP2005107938A (en) 2005-04-21

Similar Documents

Publication Publication Date Title
US8185728B2 (en) System boot using NAND flash memory and method thereof
US8433363B2 (en) Memory device in mobile phone
US7340566B2 (en) System and method for initializing a memory device from block oriented NAND flash
US5479639A (en) Computer system with a paged non-volatile memory
JP5290516B2 (en) Memory device, system having memory device, and method of operating embedded device
TW556200B (en) Improved register interface for flash EEPROM memory arrays
US7240146B2 (en) Random access interface in a serial memory device
JP5090819B2 (en) Memory card and data storage method
JP2006502482A (en) Booting from nonlinear memory
TWI790456B (en) Memory addressing methods and associated controller
KR20100092752A (en) Nonvolatile memory device having a buffer ram and boot code management method thereof
JP4461760B2 (en) Computer boot system
US8745363B2 (en) Bootable volatile memory device, memory module and processing system comprising bootable volatile memory device, and method of booting processing system using bootable volatile memory device
JP2011227730A (en) Microcomputer
JP4235624B2 (en) Memory controller, flash memory system, and flash memory control method
JP2002207640A (en) Information processor
JP2006178909A (en) Memory controller, flash memory system and method for controlling flash memory
JP2007310927A (en) Nonvolatile memory, memory controller, and nonvolatile storage device and system
JP2012099015A (en) Nonvolatile semiconductor memory device
JP2008065549A (en) Microcomputer, information processing system, electronic equipment and start control method for microcomputer
JP2004273117A (en) Semiconductor device mounting composite flash memory thereon, and portable device
JP2007317078A (en) Nonvolatile memory, memory controller, nonvolatile storage device, and nonvolatile storage system
JP2005190312A (en) Multi-chip package type memory system and computer system
JP5823000B2 (en) Microcomputer
TWI602185B (en) Memory device and operating method of the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060904

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20081209

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090811

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090929

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091104

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091208

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100126

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100208

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130226

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4461760

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130226

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140226

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees