Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
50f7ad2500b27ce5c42be3a6936f143b158f7bc3
/
arch
/
blackfin
/
kernel
/
setup.c
1e78042
[Blackfin] arch: take DDR DEVWD into consideration as well for BF548
by Michael Hennerich
· 17 years ago
37b6972
[Blackfin] arch: BF54x memsizes are in mbits, not mbytes
by Mike Frysinger
· 17 years ago
a086ee2
[Blackfin] arch: detect the memory available in the system on the fly by default
by Mike Frysinger
· 17 years ago
9f8e895
[Blackfin] arch: now that we can panic() early, dont need the delayed L1 overflow check
by Mike Frysinger
· 17 years ago
b85b82d
[Blackfin] arch: fix bug - Section data_l1_cacheline_aligned should be defined in link script of kernel
by Sonic Zhang
· 17 years ago
253bcf4
[Blackfin] arch: Add a little bit more runtime info for MPU
by Robin Getz
· 17 years ago
3132b58
[Blackfin] arch: theres no need to declare ram{end,start,base} in the head.S files
by Mike Frysinger
· 17 years ago
2e8d796
[Blackfin] arch: add code to initialize globals declared in linux/bootmem.h: max_pfn, max_low_pfn, min_low_pfn.
by Yi Li
· 17 years ago
d45118b
[Blackfin] arch: make sure we export the _bfin_swrst symbol as modules (like the watchdog) need it
by Mike Frysinger
· 17 years ago
8929ecf8
[Blackfin] arch: add fixed code to the memory map output
by Mike Frysinger
· 17 years ago
c0eab3b
[Blackfin] arch: fix building with mtd uclinux by putting the mtd_phys option into the function it actually gets used in
by Mike Frysinger
· 17 years ago
550d553
[Blackfin] arch: simpler header and update dates
by Mike Frysinger
· 17 years ago
b7627ac
[Blackfin] arch: move the init sections to the end of memory
by Mike Frysinger
· 17 years ago
6cda2e9
[Blackfin] arch: Fix BUG - Enable ISP1362 driver to work ok with BF561
by Michael Hennerich
· 17 years ago
856783b
[Blackfin] arch: add "memmap=nn[KMG]@ss[KMG]" and "memmap=nn[KMG]$ss[KMG]" options to blackfin, based on arch/i386/kernel/e820.c
by Yi Li
· 17 years ago
03a4482
procfs: constify function pointer tables
by Jan Engelhardt
· 17 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 17 years ago
ee7883b
[Blackfin] arch: fix bug kernel boot message: memory information is not reasonable
by Yi Li
· 17 years ago
b97b8a9
[Blackfin] arch: Initial checkin of the memory protection support.
by Bernd Schmidt
· 17 years ago
54a1668
[Blackfin] arch: scrub dead alive/idle LED code
by Mike Frysinger
· 17 years ago
af8a5af
Blackfin arch: fix bug kernel not to boot up with mtd filesystems
by Bernd Schmidt
· 17 years ago
1754a5d
Blackfin arch: use do_div() for the 64bit division as pointed out by Bernd
by Mike Frysinger
· 17 years ago
839e01c
Blackfin arch: move the init sections to the end of memory to help decrease memory fragementation
by Robin Getz
· 17 years ago
9f336a5
Blackfin arch: ensure that speculative loads of bad pointers don't cause us to do bad things.
by Robin Getz
· 17 years ago
7728ec3
Blackfin arch: fix bug: tell users if the kernel is recovering from a fault condition
by Robin Getz
· 17 years ago
da27abb
Blackfin arch: Javier Herrer writes: fix building when icache and dcache is disabled
by Mike Frysinger
· 17 years ago
2f6cf7bf
Blackfin arch: add functions for converting between sclks and usecs
by Mike Frysinger
· 17 years ago
066954a
Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
by Mike Frysinger
· 17 years ago
73b0c0b
Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
by Robin Getz
· 17 years ago
ce3afa1
Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out
by Robin Getz
· 17 years ago
b5c0e2e
Blackfin arch: fix typo pointed out by David Rowe (Mhz -> MHz)
by Mike Frysinger
· 17 years ago
02f13f9
Blackfin arch: Remove cruft - CONFIG_DEBUG_SERIAL_EARLY_INIT didn't work that well with DEBUG_KERNEL_START
by Robin Getz
· 18 years ago
3bebca2
Blackfin arch: to do some consolidation of common code and common name spaces
by Robin Getz
· 17 years ago
1aafd90
Blackfin arch: revise anomaly handling by basing things on the compiler not the kconfig defines
by Mike Frysinger
· 18 years ago
8be80ed
Blackfin arch: Initialize the exception vectors early in the boot process
by Bernd Schmidt
· 18 years ago
e5b6bd6
Blackfin arch: use bfin_read_SWRST() now that BF561 provides it
by Mike Frysinger
· 18 years ago
34e0fc8
Blackfin arch: Enable BF54x PIN/GPIO interrupts
by Michael Hennerich
· 18 years ago
1f83b8f
Blackfin arch: cleanup warnings from checkpatch -- no functional changes
by Mike Frysinger
· 18 years ago
669b792
Blackfin arch: Clean up trace buffer handling, No major functional changes.
by Robin Getz
· 18 years ago
29440a2
Blackfin arch: Start untangling the CPLB handling code.
by Bernd Schmidt
· 18 years ago
7adfb58
Blackfin arch: defines and provides entry points for certain user space functions at fixed addresses
by Bernd Schmidt
· 18 years ago
24a07a1
Blackfin arch: initial supporting for BF548-EZKIT
by Roy Huang
· 18 years ago
de3025f
Blackfin arch: Add proper -mcpu option according to the cpu and silicon revision configuration
by Jie Zhang
· 18 years ago
86b73c8
Blackfin arch: match kernel startup messaage with new linker script
by Robin Getz
· 18 years ago
5e10b4a
Blackfin arch: add support for Alon Bar-Lev's dynamic kernel command-line
by Mike Frysinger
· 18 years ago
5af4c2b
Blackfin arch: try to split up functions like this into smaller units according to LKML review
by Aubrey Li
· 18 years ago
52a0781
Blackfin arch: move more of our startup code to .init so it can be freed once we are up and running
by Mike Frysinger
· 18 years ago
a9c59c2
Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query it
by Mike Frysinger
· 18 years ago
c0fc525
Blackfin arch: move board specific setup out of common init code and into the board specific init code
by Mike Frysinger
· 18 years ago
6e537e9
Blackfin arch: Fix bug using usb keyboard crashes kernel
by Michael Hennerich
· 18 years ago
1394f03
blackfin architecture
by Bryan Wu
· 18 years ago