lpc32xxcdl-2.11-delete_redundant_files.patch 22.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969
Remove duplicated files to stop the linker from complaining about duplicate
symbols

Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com>
---
--- a/csps/lpc32xx/bsps/fdi3250/startup/examples/s1l/sysapi_timer.c	2011-10-05 19:10:37.000000000 +0200
+++ /dev/null	2012-01-01 16:39:47.918907000 +0100
@@ -1,212 +0,0 @@
-/***********************************************************************
- * $Id:: sysapi_timer.c 3394 2010-05-06 17:56:27Z usb10132             $
- *
- * Project: Time support functions
- *
- * Description:
- *     Implements the following functions required for the S1L API
- *         time_init
- *         time_reset
- *         time_start
- *         time_stop
- *         time_get
- *         time_get_rate
- *
- ***********************************************************************
- * Software that is described herein is for illustrative purposes only  
- * which provides customers with programming information regarding the  
- * products. This software is supplied "AS IS" without any warranties.  
- * NXP Semiconductors assumes no responsibility or liability for the 
- * use of the software, conveys no license or title under any patent, 
- * copyright, or mask work right to the product. NXP Semiconductors 
- * reserves the right to make changes in the software without 
- * notification. NXP Semiconductors also make no representation or 
- * warranty that such application will be suitable for the specified 
- * use without further testing or modification. 
- **********************************************************************/
-
-#include "s1l_sys_inf.h"
-#include "lpc32xx_intc_driver.h"
-#include "lpc32xx_timer_driver.h"
-
-static UNS_64 base_rate;
-static INT_32 tdev = 0;
-
-/***********************************************************************
- *
- * Function: time_init
- *
- * Purpose: Initializes time system
- *
- * Processing: Initializes the system timer.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: 0 if the init failed, otherwise non-zero
- *
- * Notes: None
- *
- **********************************************************************/
-INT_32 time_init(void)
-{
-	TMR_PSCALE_SETUP_T pscale;
-
-	/* Open timer driver */
-	if (tdev == 0)
-	{
-		tdev = timer_open((void *) TIMER_CNTR0, 0);
-		if (tdev != 0)
-		{
-			/* Use a prescale count to 100000 */
-			pscale.ps_tick_val = 100000;
-			pscale.ps_us_val = 0; /* Not needed when ps_tick_val != 0 */
-			timer_ioctl(tdev, TMR_SETUP_PSCALE, (INT_32) &pscale);
-
-			/* Get timer clock rate */
-			base_rate = (UNS_64) timer_ioctl(tdev, TMR_GET_STATUS,
-				TMR_GET_CLOCK);
-		}
-	}
-
-	return tdev;
-}
-
-/***********************************************************************
- *
- * Function: time_reset
- *
- * Purpose: Resets system timer
- *
- * Processing:
- *     See function.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: Nothing
- *
- * Notes: None
- *
- **********************************************************************/
-void time_reset(void)
-{
-	if (tdev != 0)
-	{
-		timer_ioctl(tdev, TMR_RESET, 1);
-	}
-}
-
-/***********************************************************************
- *
- * Function: time_start
- *
- * Purpose: Starts system timer
- *
- * Processing:
- *     See function.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: Nothing
- *
- * Notes: None
- *
- **********************************************************************/
-void time_start(void)
-{
-	if (tdev != 0)
-	{
-		timer_ioctl(tdev, TMR_ENABLE, 1);
-	}
-}
-
-/***********************************************************************
- *
- * Function: time_stop
- *
- * Purpose: Stops system timer
- *
- * Processing:
- *     See function.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: Nothing
- *
- * Notes: None
- *
- **********************************************************************/
-void time_stop(void)
-{
-	if (tdev != 0)
-	{
-		timer_ioctl(tdev, TMR_ENABLE, 0);
-	}
-}
-
-/***********************************************************************
- *
- * Function: time_get
- *
- * Purpose: Returns current system time value
- *
- * Processing:
- *     See function.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: The number of ticks of the timer counter
- *
- * Notes: None
- *
- **********************************************************************/
-UNS_64 time_get(void)
-{
-	TMR_COUNTS_T tcounts;
-	UNS_64 ticks = 0;
-
-	if (tdev != 0)
-	{
-		timer_ioctl(tdev, TMR_GET_COUNTS, (INT_32) &tcounts);
-
-		/* Compute number of timer ticks */
-		ticks = (UNS_64) tcounts.count_val * 100000;
-		ticks = ticks + (UNS_64) tcounts.ps_count_val;
-	}
-
-	return ticks;
-}
-
-/***********************************************************************
- *
- * Function: time_get_rate
- *
- * Purpose:
- *     Returns base tick rate (ticks per second) of the time counter
- *
- * Processing:
- *     See function.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: The timer tick rate (in ticks per second)
- *
- * Notes: None
- *
- **********************************************************************/
-UNS_64 time_get_rate(void)
-{
-	return base_rate;
-}
-
--- a/csps/lpc32xx/bsps/fdi3250/startup/examples/s1l/sys_mmu_cmd_group.c	2011-10-05 19:10:37.000000000 +0200
+++ /dev/null	2012-01-01 16:39:47.918907000 +0100
@@ -1,746 +0,0 @@
-/***********************************************************************
- * $Id:: sys_mmu_cmd_group.c 3430 2010-05-07 17:39:08Z usb10132        $
- *
- * Project: Command processor for peek, poke, dump, and fill
- *
- * Description:
- *     Processes commands from the command prompt
- *
- ***********************************************************************
- * Software that is described herein is for illustrative purposes only  
- * which provides customers with programming information regarding the  
- * products. This software is supplied "AS IS" without any warranties.  
- * NXP Semiconductors assumes no responsibility or liability for the 
- * use of the software, conveys no license or title under any patent, 
- * copyright, or mask work right to the product. NXP Semiconductors 
- * reserves the right to make changes in the software without 
- * notification. NXP Semiconductors also make no representation or 
- * warranty that such application will be suitable for the specified 
- * use without further testing or modification. 
- **********************************************************************/
-
-#include "lpc_arm922t_cp15_driver.h"
-#include "lpc_string.h"
-#include "startup.h"
-#include "s1l_cmds.h"
-#include "s1l_sys_inf.h"
-
-/* dcache command */
-BOOL_32 cmd_dcache(void);
-static UNS_32 cmd_dcache_plist[] =
-{
-	(PARSE_TYPE_STR), /* The "dcache" command */
-	(PARSE_TYPE_DEC | PARSE_TYPE_END)
-};
-static CMD_ROUTE_T core_dcache_cmd =
-{
-	(UNS_8 *) "dcache",
-	cmd_dcache,
-	(UNS_8 *) "Enables, disables, or flushes data cache",
-	(UNS_8 *) "dcache [0(disable), 1(enable), 2(flush)]",
-	cmd_dcache_plist,
-	NULL
-};
-
-/* icache command */
-BOOL_32 cmd_icache(void);
-static UNS_32 cmd_icache_plist[] =
-{
-	(PARSE_TYPE_STR), /* The "icache" command */
-	(PARSE_TYPE_DEC | PARSE_TYPE_END)
-};
-static CMD_ROUTE_T core_icache_cmd =
-{
-	(UNS_8 *) "icache",
-	cmd_icache,
-	(UNS_8 *) "Enables or disables instruction cache",
-	(UNS_8 *) "icache [0(disable), 1(enable)]",
-	cmd_icache_plist,
-	NULL
-};
-
-/* inval command */
-BOOL_32 cmd_inval(void);
-static UNS_32 cmd_inval_plist[] =
-{
-	(PARSE_TYPE_STR | PARSE_TYPE_END) /* The "inval" command */
-};
-static CMD_ROUTE_T core_inval_cmd =
-{
-	(UNS_8 *) "inval",
-	cmd_inval,
-	(UNS_8 *) "Flushes data cache and invalidates instruction cache",
-	(UNS_8 *) "inval",
-	cmd_inval_plist,
-	NULL
-};
-
-/* mmuenab command */
-BOOL_32 cmd_mmuenab(void);
-static UNS_32 cmd_mmuenab_plist[] =
-{
-	(PARSE_TYPE_STR), /* The "mmuenab" command */
-	(PARSE_TYPE_DEC | PARSE_TYPE_END)
-};
-static CMD_ROUTE_T core_mmuenab_cmd =
-{
-	(UNS_8 *) "mmuenab",
-	cmd_mmuenab,
-	(UNS_8 *) "Enables or disables the MMU",
-	(UNS_8 *) "mmuenab [0(disable), 1(enable)]",
-	cmd_mmuenab_plist,
-	NULL
-};
-
-/* map command */
-BOOL_32 cmd_map(void);
-static UNS_32 cmd_map_plist[] =
-{
-	(PARSE_TYPE_STR), /* The "map" command */
-	(PARSE_TYPE_HEX),
-	(PARSE_TYPE_HEX),
-	(PARSE_TYPE_DEC),
-	(PARSE_TYPE_DEC | PARSE_TYPE_END),
-};
-static CMD_ROUTE_T core_map_cmd =
-{
-	(UNS_8 *) "map",
-	cmd_map,
-	(UNS_8 *) "Maps a range of physical address sections to virtual addresses",
-	(UNS_8 *) "map [virt hex addr][phy hex addr][sections][0(uncached), 1(cached), 2(unmap)]",
-	cmd_map_plist,
-	NULL
-};
-
-/* mmuinfo command */
-static BOOL_32 cmd_mmuinfo(void);
-static UNS_32 cmd_mmuinfo_plist[] =
-{
-	(PARSE_TYPE_STR | PARSE_TYPE_END) /* The "mmuinfo" command */
-};
-static CMD_ROUTE_T core_mmuinfo_cmd =
-{
-	(UNS_8 *) "mmuinfo",
-	cmd_mmuinfo,
-	(UNS_8 *) "Dumps page table and MMU info",
-	(UNS_8 *) "mmuinfo",
-	cmd_mmuinfo_plist,
-	NULL
-};
-
-/* MMU group */
-static GROUP_LIST_T mmu_group =
-{
-	(UNS_8 *) "mmu", /* mmu group */
-	(UNS_8 *) "MMU command group",
-	NULL,
-	NULL
-};
-
-static UNS_8 enabled_msg [] =" enabled";
-static UNS_8 disabled_msg [] =" disabled";
-static UNS_8 dcache_msg[] = "Data cache";
-static UNS_8 icache_msg[] = "Instruction cache";
-static UNS_8 pagetab_msg[] = "Page table at address: ";
-static UNS_8 slist_msg[] = "Type        Virt       Phy        fl Size";
-static UNS_8 mmu_msg [] ="MMU";
-static UNS_8 cpage_msg[] = "Coarse page:";
-static UNS_8 fpage_msg[] = "Fine page  :";
-static UNS_8 sect_msg[] =  "Section    :";
-static UNS_8 mbytes_msg[] = "M";
-static UNS_8 map1_err_msg[] =
-	"Error : section addresses must be aligned on a 32-bit boundary";
-static UNS_8 map2_err_msg[] =
-	"Error : Number of sections exceeds address range of device";
-static UNS_8 phya_msg[] = "Virtual address ";
-static UNS_8 mapped_msg[] = " mapped to physical address ";
-static UNS_8 unmapped_msg[] = " unmapped from physical address ";
-static UNS_8 cached_msg[] = " (cached)";
-static UNS_8 inval_msg[] = " invalidated";
-static UNS_8 caches_msg [] ="Caches";
-static UNS_8 flushed_msg[] = " flushed";
-
-/***********************************************************************
- *
- * Function: show_section
- *
- * Purpose: Display section information
- *
- * Processing:
- *     See function.
- *
- * Parameters:
- *     mmu_reg   : MMU settings for this section
- *     virt_addr : Starting virtual address for this section
- *     segs      : Number of 1M segments for this section
- *
- * Outputs: None
- *
- * Returns: Nothing
- *
- * Notes: None
- *
- **********************************************************************/
-static void show_section(UNS_32 mmu_reg,
-						 UNS_32 virt_addr,
-						 UNS_32 segs) 
-{
-	UNS_8 straddr [16];
-	UNS_32 mmu_phy;
-
-	if ((mmu_reg & ARM922T_L1D_TYPE_PG_SN_MASK) !=
-		ARM922T_L1D_TYPE_FAULT) 
-	{
-		if ((mmu_reg & ARM922T_L1D_TYPE_PG_SN_MASK) ==
-			ARM922T_L1D_TYPE_CPAGE) 
-		{
-			term_dat_out(cpage_msg);
-		}
-		else if ((mmu_reg & ARM922T_L1D_TYPE_PG_SN_MASK) ==
-			ARM922T_L1D_TYPE_FPAGE) 
-		{
-			term_dat_out(fpage_msg);
-		}
-		else
-		{
-			term_dat_out(sect_msg);
-		}
-
-		/* Compute virtual address */
-		str_makehex(straddr, virt_addr, 8);
-		term_dat_out(straddr);
-		term_dat_out((UNS_8 *) " ");
-
-		/* Compute mapped physical address */
-		if ((mmu_reg & ARM922T_L1D_TYPE_PG_SN_MASK) ==
-		ARM922T_L1D_TYPE_SECTION) 
-		{
-			mmu_phy = mmu_reg & 0xFFF00000;
-		}
-		else 
-		{
-			/* Don't compute addresses for non-sections */
-			mmu_phy = 0;
-		}
-		str_makehex(straddr, mmu_phy, 8);
-		term_dat_out(straddr);
-		term_dat_out((UNS_8 *) " ");
-
-		/* MMU flags */
-		if ((mmu_reg & ARM922T_L1D_BUFFERABLE) != 0) 
-		{
-			term_dat_out((UNS_8 *) "b");
-		}
-		else 
-		{
-			term_dat_out((UNS_8 *) " ");
-		}
-		if ((mmu_reg & ARM922T_L1D_CACHEABLE) != 0) 
-		{
-			term_dat_out((UNS_8 *) "c");
-		}
-		else 
-		{
-			term_dat_out((UNS_8 *) " ");
-		}
-		term_dat_out((UNS_8 *) " ");
-
-		/* Displays used megabytes */
-		str_makedec(straddr, segs);
-		term_dat_out(straddr);
-		term_dat_out_crlf(mbytes_msg);
-	}
-}
-
-/***********************************************************************
- *
- * Function: mmu_dumpinfo
- *
- * Purpose: Display MMU info
- *
- * Processing:
- *     Display the MMU information, including enable status, cache
- *     status, and page table.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-static BOOL_32 mmu_dumpinfo(void) 
-{
-	UNS_32 segsz, last_mmu_reg, mmu_vrt, mmu_reg, mmu_vrtsav = 0, *pt;
-	UNS_32 mlast_mmu_reg, mmmu_reg;
-	int idx;
-	UNS_8 hexaddr [16];
-
-	term_dat_out(mmu_msg);
-	if (cp15_mmu_enabled() == FALSE) 
-	{
-		term_dat_out_crlf(disabled_msg);
-	}
-	else 
-	{
-		term_dat_out_crlf(enabled_msg);
-
-	    /* Get MMU control register word */
-  		mmu_reg = cp15_get_mmu_control_reg();
-
-		/* Instruction cache status */
-		term_dat_out(icache_msg);
-		if ((mmu_reg & ARM922T_MMU_CONTROL_I) == 0) 
-		{
-			term_dat_out_crlf(disabled_msg);
-		}
-		else 
-		{
-			term_dat_out_crlf(enabled_msg);
-		}
-
-		/* Data cache status */
-		term_dat_out(dcache_msg);
-		if ((mmu_reg & ARM922T_MMU_CONTROL_C) == 0) 
-		{
-			term_dat_out_crlf(disabled_msg);
-		}
-		else 
-		{
-			term_dat_out_crlf(enabled_msg);
-		}
-
-		term_dat_out(pagetab_msg);
-		mmu_reg = (UNS_32) cp15_get_ttb();
-		str_makehex(hexaddr, mmu_reg, 8);
-		term_dat_out_crlf(hexaddr);
-		term_dat_out_crlf(slist_msg);
-
-		/* Process MMU table - assume that the physical and
-		   virtual locations of table are the same */
-		pt = (UNS_32 *) mmu_reg;
-		mmu_vrt = 0x0;
-		segsz = 0xFFFFFFFF;
-		last_mmu_reg = mlast_mmu_reg = 0xFFFFFFFF;
-		for (idx = 0; idx < 4096; idx++) 
-		{
-			mmu_reg = *pt;
-			mmmu_reg = (mmu_reg & (ARM922T_L1D_TYPE_PG_SN_MASK |
-				ARM922T_L1D_BUFFERABLE | ARM922T_L1D_CACHEABLE));
-			segsz = segsz + 1;
-
-			if ((last_mmu_reg != 0xFFFFFFFF) &&
-				(mlast_mmu_reg != mmmu_reg))
-			{
-				show_section(last_mmu_reg, mmu_vrtsav, segsz);
-				segsz = 0;
-			}
-
-			if (mlast_mmu_reg != mmmu_reg) 
-			{
-				mmu_vrtsav = mmu_vrt;
-				last_mmu_reg = mmu_reg;
-				mlast_mmu_reg = mmmu_reg;
-			}
-
-			pt++;
-			mmu_vrt += 0x00100000;
-		}
-	}
-
-	return TRUE;
-}
-
-/***********************************************************************
- *
- * Function: mmu_dumpmap
- *
- * Purpose: Map a virtual address range to a physical range
- *
- * Processing:
- *     From the input addresses and number of sections, generate the
- *     appropriate entries in the page table.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-static BOOL_32 mmu_dumpmap(UNS_32 vrt,
-						   UNS_32 phy,
-						   UNS_32 sections,
-						   UNS_32 cache) 
-{
-	BOOL_32 processed = FALSE;
-	UNS_32 mmu_phy, mmu_vrt, tmp1 = 0, tmp2, *pt;
-	UNS_8 hexaddr [16];
-
-	/* Verify address boundaries are sectional */
-	mmu_vrt = vrt & ~ARM922T_L2D_SN_BASE_MASK;
-	mmu_phy = phy & ~ARM922T_L2D_SN_BASE_MASK;
-	if ((mmu_vrt != 0) || (mmu_phy != 0)) 
-	{
-		term_dat_out_crlf(map1_err_msg);
-	}
-	else 
-	{
-		/* Verify that address range and section count will not
-		   exceed address range of device */
-		tmp1 = vrt >> 20;
-		tmp1 = (tmp1 + sections) - 1;
-		tmp2 = phy >> 20;
-		tmp2 = (tmp2 + sections) - 1;
-		if ((tmp1 < 4096) && (tmp2 < 4096)) 
-		{
-			/* Good address range and good section count */
-			processed = TRUE;
-		}
-		else 
-		{
-			term_dat_out_crlf(map2_err_msg);
-		}
-	}
-	
-	/* Generate static part of MMU word */
-	if (cache == 0) 
-	{
-		/* Section mapped with cache disabled */
-		tmp1 = ARM922T_L1D_TYPE_SECTION;
-	}
-	else if (cache == 1)
-	{
-		/* Section mapped with cache enabled */
-		tmp1 = (ARM922T_L1D_BUFFERABLE | ARM922T_L1D_CACHEABLE |
-			ARM922T_L1D_TYPE_SECTION);
-	}
-	else if (cache == 2)
-	{
-		/* Section unmapped */
-		tmp1 = ARM922T_L1D_TYPE_FAULT;
-	}
-	tmp1 |= ARM922T_L1D_AP_ALL;
-
-	/* Offset into page table for virtual address */
-	tmp2 = (vrt >> 20);
-	pt = cp15_get_ttb() + tmp2;
-
-	/* Loop until all sections are complete */
-	while ((sections > 0) && (processed == TRUE)) 
-	{
-		/* Add in physical address */
-		tmp2 = tmp1 | (phy & ARM922T_L2D_SN_BASE_MASK);
-
-		/* Save new section descriptor for virtual address */
-		*pt = tmp2;
-
-		/* Output message shown the map */
-		term_dat_out(phya_msg);
-		str_makehex(hexaddr, phy, 8);
-		term_dat_out(hexaddr);
-		if (cache == 2) 
-		{
-			term_dat_out(unmapped_msg);
-		}
-		else 
-		{
-			term_dat_out(mapped_msg);
-		}
-		str_makehex(hexaddr, vrt, 8);
-		term_dat_out(hexaddr);
-		if (cache == 1) 
-		{
-			term_dat_out(cached_msg);
-		}
-		term_dat_out_crlf((UNS_8 *) "");
-
-		/* Next section and page table entry*/
-		phy += 0x00100000;
-		vrt += 0x00100000;
-		pt++;
-		sections--;
-	}
-
-	return processed;
-}
-
-/***********************************************************************
- *
- * Function: cmd_mmuinfo
- *
- * Purpose: Display MMU information
- *
- * Processing:
- *     See function. 
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-static BOOL_32 cmd_mmuinfo(void) 
-{
-	mmu_dumpinfo();
-
-	return TRUE;
-}
-
-/***********************************************************************
- *
- * Function: cmd_map
- *
- * Purpose: Map a physical address region to a virtual region
- *
- * Processing:
- *     See function. 
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-BOOL_32 cmd_map(void) 
-{
-	UNS_32 phy, virt, sects, ce = 0;
-
-	/* Get arguments */
-	virt = cmd_get_field_val(1);
-	phy = cmd_get_field_val(2);
-	sects = cmd_get_field_val(3);
-	ce = cmd_get_field_val(4);
-
-	if (ce <= 2) 
-	{
-		mmu_dumpmap(virt, phy, sects, ce);
-	}
-
-	return TRUE;
-}
-
-/***********************************************************************
- *
- * Function: cmd_inval
- *
- * Purpose: MMU cache flush and invalidate
- *
- * Processing:
- *     See function. 
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-BOOL_32 cmd_inval(void) 
-{
-	dcache_flush();
-	icache_inval();
-	term_dat_out(caches_msg);
-	term_dat_out(inval_msg);
-
-	return TRUE;
-}
-
-/***********************************************************************
- *
- * Function: cmd_dcache
- *
- * Purpose: MMU data cache enable and disable
- *
- * Processing:
- *     If the value passed in the parser is 1, enable the data cache,
- *     otherwise disable the data cache.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-BOOL_32 cmd_dcache(void) 
-{
-	UNS_32 cenable;
-	UNS_8 *ppar;
-
-	/* Get argument */
-	cenable = cmd_get_field_val(1);
-
-	switch (cenable)
-	{
-		case 0:
-			dcache_flush();
-			cp15_set_dcache(0);
-			ppar = disabled_msg;
-			break;
-
-		case 1:
-			cp15_invalidate_cache();
-			cp15_set_dcache(1);
-			ppar = enabled_msg;
-			break;
-
-		case 2:
-		default:
-			dcache_flush();
-			ppar = flushed_msg;
-			break;
-	}
-
-	term_dat_out(dcache_msg);
-	term_dat_out_crlf(ppar);
-
-	return TRUE;
-}
-
-/***********************************************************************
- *
- * Function: cmd_icache
- *
- * Purpose: MMU instruction cache enable and disable
- *
- * Processing:
- *     If the value passed in the parser is 1, enable the instruction
- *     cache, otherwise disable the instruction cache.
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-BOOL_32 cmd_icache(void)
-{
-	UNS_32 cenable;
-	UNS_8 *ppar;
-
-	/* Get argument */
-	cenable = cmd_get_field_val(1);
-
-	if (cenable == 1) 
-	{
-		dcache_flush();
-		cp15_invalidate_cache();
-		cp15_set_icache(1);
-		ppar = enabled_msg;
-	}
-	else
-	{
-		cp15_set_icache(0);
-		ppar = disabled_msg;
-	}
-
-	term_dat_out(icache_msg);
-	term_dat_out_crlf(ppar);
-
-	return TRUE;
-}
-
-
-/***********************************************************************
- *
- * Function: cmd_mmuenab
- *
- * Purpose: Enable or disable MMU
- *
- * Processing:
- *     See function. 
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: TRUE if the command was processed, otherwise FALSE
- *
- * Notes: None
- *
- **********************************************************************/
-BOOL_32 cmd_mmuenab(void) 
-{
-	UNS_8 *ppar;
-	UNS_32 cenable;
-
-	term_dat_out_crlf((UNS_8 *) "Warning: Changing MMU status on "
-		" cached and buffered code can cause system crashes.");
-
-	/* Get argument */
-	cenable = cmd_get_field_val(1);
-
-	if (cenable == 1) 
-	{
-		if ((cp15_get_mmu_control_reg() & ARM922T_MMU_CONTROL_C) != 0)
-		{
-			cp15_invalidate_cache();
-		}
-
-		cp15_set_mmu(1);
-		ppar = enabled_msg;
-	}
-	else
-	{
-		cp15_dcache_flush();
-		cp15_write_buffer_flush();
-		cp15_invalidate_cache();
-		cp15_set_mmu(0);
-		ppar = disabled_msg;
-	}
-
-	term_dat_out(mmu_msg);
-	term_dat_out_crlf(ppar);
-
-	return TRUE;
-}
-
-/***********************************************************************
- *
- * Function: mmu_cmd_group_init
- *
- * Purpose: Initialize MMU command group
- *
- * Processing:
- *     See function. 
- *
- * Parameters: None
- *
- * Outputs: None
- *
- * Returns: Nothin
- *
- * Notes: None
- *
- **********************************************************************/
-void mmu_cmd_group_init(void)
-{
-	/* Add MMU group */
-	cmd_add_group(&mmu_group);
-
-	/* Add commands to the MMU group */
-	cmd_add_new_command(&mmu_group, &core_dcache_cmd);
-	cmd_add_new_command(&mmu_group, &core_icache_cmd);
-	cmd_add_new_command(&mmu_group, &core_inval_cmd);
-	cmd_add_new_command(&mmu_group, &core_mmuenab_cmd);
-	cmd_add_new_command(&mmu_group, &core_map_cmd);
-	cmd_add_new_command(&mmu_group, &core_mmuinfo_cmd);
-}