core_config.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /*
  2. * core_config.h
  3. */
  4. /*
  5. Copyright (c) 2007-2018, MIPS Tech, LLC and/or its affiliated group companies or licensors
  6. All rights reserved.
  7. Redistribution and use in source and binary forms, with or without modification, are
  8. permitted provided that the following conditions are met:
  9. 1. Redistributions of source code must retain the above copyright notice, this list of
  10. conditions and the following disclaimer.
  11. 2. Redistributions in binary form must reproduce the above copyright notice, this list
  12. of conditions and the following disclaimer in the documentation and/or other materials
  13. provided with the distribution.
  14. 3. Neither the name of the copyright holder nor the names of its contributors may be
  15. used to endorse or promote products derived from this software without specific prior
  16. written permission.
  17. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
  18. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  19. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
  20. SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  21. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
  22. OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  23. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  24. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  25. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. */
  27. #include <boot.h>
  28. #define ILINE_SIZE 32 // L1 instruction cache line size
  29. #define DLINE_SIZE 32 // L1 data cache line size
  30. #define L2LINE_SIZE 32 // L2 line size could be 32 or 64
  31. #define HCI 18 // Hardware Cache Initialization bit
  32. #define LA la // use load address (32 bit) to load address
  33. #define CORE_FPGA6_MIG 0xbbc00004
  34. #define BOSTON_PLAT_BASE 0xffffffffb7ffd000
  35. #define BOSTON_PLAT_DDR3STAT 0x14
  36. #define BOSTON_PLAT_DDR3STAT_CALIB (1 << 2)
  37. #define BOSTON_LCD_BASE 0xffffffffb7fff000