system.cc (9329:3fe8438cbcfc) system.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 25 unchanged lines hidden (view full) ---

34 * @file
35 * This code loads the linux kernel, console, pal and patches certain
36 * functions. The symbol tables are loaded so that traces can show
37 * the executing function and we can skip functions. Various delay
38 * loops are skipped and their final values manually computed to speed
39 * up boot time.
40 */
41
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 25 unchanged lines hidden (view full) ---

34 * @file
35 * This code loads the linux kernel, console, pal and patches certain
36 * functions. The symbol tables are loaded so that traces can show
37 * the executing function and we can skip functions. Various delay
38 * loops are skipped and their final values manually computed to speed
39 * up boot time.
40 */
41
42#include "arch/generic/linux/threadinfo.hh"
43#include "arch/mips/linux/system.hh"
42#include "arch/mips/linux/system.hh"
43
44#include "arch/generic/linux/threadinfo.hh"
44#include "arch/mips/idle_event.hh"
45#include "arch/mips/system.hh"
46#include "arch/vtophys.hh"
47#include "base/loader/symtab.hh"
48#include "cpu/base.hh"
49#include "cpu/thread_context.hh"
50#include "debug/Thread.hh"
51#include "dev/platform.hh"

--- 50 unchanged lines hidden ---
45#include "arch/mips/idle_event.hh"
46#include "arch/mips/system.hh"
47#include "arch/vtophys.hh"
48#include "base/loader/symtab.hh"
49#include "cpu/base.hh"
50#include "cpu/thread_context.hh"
51#include "debug/Thread.hh"
52#include "dev/platform.hh"

--- 50 unchanged lines hidden ---