CVS log for prex-old/boot/arm/cats/head.S

[BACK] Up to [local] / prex-old / boot / arm / cats

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 20 22:37:35 2008 UTC (15 years, 10 months ago) by nbrk
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +18 -0 lines
Diff to previous 1.2 (colored)

in start_kernel, bootldr gives us an entry point to the kernel (start of loaded .text):
copy first 15 words (vectors and their displacement constants) of kern text segment to
the beginning of physical memory.
this beautiful trick allows us to load kernel at anywhere we want and to let bootldr
be at 0x00000000 (yes, we are rewriting ourselfes, part of bootldr :).

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 17 21:00:25 2008 UTC (15 years, 10 months ago) by nbrk
Branch: MAIN
Changes since 1.1: +12 -5 lines
Diff to previous 1.1 (colored)

add support for EBSA/CATS firmware boot information structure;
this structure is passed to us and contains some critical system parameters
(like physical memory, bootargs, page table, PCI clock, ..).
setup boot_info for Prex kernel respectively or panic if signature didn't match.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 17 18:10:36 2008 UTC (15 years, 10 months ago) by nbrk
Branch: MAIN

initial bits of bootldr port to the Simtec's EB110ATX 'CATS' evaluation boards.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb