readme.mpc866
来自「u-boot loader documents like each device」· MPC866 代码 · 共 24 行
MPC866
24 行
The current implementation allows the user to specify the desired CPUclock value, in MHz, via an environment variable "cpuclk".Three compile-time constants are used: CFG_866_OSCCLK - input quartz clock CFG_866_CPUCLK_MIN - minimum allowed CPU clock CFG_866_CPUCLK_MAX - maximum allowed CPU clock CFG_866_CPUCLK_DEFAULT - default CPU clock valueIf the "cpuclk" environment variable value is within the CPUCLK_MIN /CPUCLK_MAX limits, the specified value is used. Otherwise, thedefault CPU clock value is set.Please make sure you understand what you are doing, and understandthe restrictions of your hardware (board, processor). For example,ethernet will stop working for CPU clock frequencies below 25 MHz.Please note that for now the new clock-handling code has been enabledfor the TQM866M board only, even though it should be pretty muchcommon for other MPC859 / MPC866 based boards also. Our intentionhere was to move in small steps and not to break the existing codefor other boards.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?