README (d1c3d8bdfa41a7002bc9c9c0fe8cf7b41d573c0e) | README (46203baf665c6bab72bd5945a37d9a7e0a77699a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0+ 2# 3# (C) Copyright 2000 - 2013 4# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5 6Summary: 7======== 8 --- 514 unchanged lines hidden (view full) --- 523 524- MIPS CPU options: 525 CONFIG_SYS_INIT_SP_OFFSET 526 527 Offset relative to CONFIG_SYS_SDRAM_BASE for initial stack 528 pointer. This is needed for the temporary stack before 529 relocation. 530 | 1# SPDX-License-Identifier: GPL-2.0+ 2# 3# (C) Copyright 2000 - 2013 4# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 5 6Summary: 7======== 8 --- 514 unchanged lines hidden (view full) --- 523 524- MIPS CPU options: 525 CONFIG_SYS_INIT_SP_OFFSET 526 527 Offset relative to CONFIG_SYS_SDRAM_BASE for initial stack 528 pointer. This is needed for the temporary stack before 529 relocation. 530 |
531 CONFIG_SYS_MIPS_CACHE_MODE 532 533 Cache operation mode for the MIPS CPU. 534 See also arch/mips/include/asm/mipsregs.h. 535 Possible values are: 536 CONF_CM_CACHABLE_NO_WA 537 CONF_CM_CACHABLE_WA 538 CONF_CM_UNCACHED 539 CONF_CM_CACHABLE_NONCOHERENT 540 CONF_CM_CACHABLE_CE 541 CONF_CM_CACHABLE_COW 542 CONF_CM_CACHABLE_CUW 543 CONF_CM_CACHABLE_ACCELERATED 544 | |
545 CONFIG_XWAY_SWAP_BYTES 546 547 Enable compilation of tools/xway-swap-bytes needed for Lantiq 548 XWAY SoCs for booting from NOR flash. The U-Boot image needs to 549 be swapped if a flash programmer is used. 550 551- ARM options: 552 CONFIG_SYS_EXCEPTION_VECTORS_HIGH --- 4520 unchanged lines hidden --- | 531 CONFIG_XWAY_SWAP_BYTES 532 533 Enable compilation of tools/xway-swap-bytes needed for Lantiq 534 XWAY SoCs for booting from NOR flash. The U-Boot image needs to 535 be swapped if a flash programmer is used. 536 537- ARM options: 538 CONFIG_SYS_EXCEPTION_VECTORS_HIGH --- 4520 unchanged lines hidden --- |