Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
58a518c3d8a2c7de11d414e8b903495daee7dc7e
/
include
/
asm-blackfin
47d41cc
Add an architecture specific config.h for common defines
by Kumar Gala
· 16 years ago
4b7e3d0
Blackfin: move default boot SPI CS to common code
by Mike Frysinger
· 16 years ago
47832cd
Blackfin: update anomaly lists
by Mike Frysinger
· 16 years ago
716ebf4
Blackfin: add driver for on-chip MMC/SD controller
by Cliff Cai
· 16 years ago
fc68f9f
Blackfin: output booting source when booting
by Mike Frysinger
· 16 years ago
8df3ce0
Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
by Mike Frysinger
· 16 years ago
2b4a486
Blackfin: update asm-blackfin/posix_types.h to latest Linux version
by Mike Frysinger
· 16 years ago
e5eb93e
Blackfin: add port I bits
by Mike Frysinger
· 16 years ago
8a6b272
Blackfin: add driver for on-chip ATAPI controller
by Sonic Zhang
· 16 years ago
70e9558
Blackfin: fix up EBIU defines
by Mike Frysinger
· 16 years ago
b93c686
Blackfin: only flag L1 instruction for DMA memcpy
by Mike Frysinger
· 16 years ago
fdce83c
Blackfin: rewrite cache handling functions
by Mike Frysinger
· 16 years ago
4059923
Blackfin: cache core/system clock values
by Mike Frysinger
· 16 years ago
9372c32
Blackfin: update on-chip ROM API
by Mike Frysinger
· 16 years ago
05b75e4
Blackfin: fix dcache handling when doing dma memcpy's
by Mike Frysinger
· 16 years ago
d7ca7dd
Blackfin: set more sane default board config values
by Mike Frysinger
· 16 years ago
36cd52a
Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
by Mike Frysinger
· 16 years ago
c8054bc
Blackfin: add bit defines for DDR parts
by Mike Frysinger
· 16 years ago
154502f
Blackfin: add defines to describe active bootrom behavior
by Mike Frysinger
· 16 years ago
65e43a1
Introduce virt_to_phys()
by Kumar Gala
· 16 years ago
621e579
Blackfin: fix SWRST register definition
by Mike Frysinger
· 16 years ago
2b66f08
Blackfin: punt old unused mem_init.h header
by Mike Frysinger
· 16 years ago
bcc121a
Blackfin: delete unused page_descriptor_table_size define
by Mike Frysinger
· 16 years ago
30fb9d2
Blackfin: fix typo in boot mode comment and add NAND define
by Mike Frysinger
· 16 years ago
2e5cbe5
Blackfin: fix port mux defines for BF54x
by Ben Maan
· 16 years ago
0656ef2
Blackfin: update anomaly lists
by Mike Frysinger
· 16 years ago
50ca954
Blackfin: unify DSPID/DBGSTAT MMR definitions
by Mike Frysinger
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f5c3ba7
Allow console input to be disabled
by Mark Jackson
· 16 years ago
b57ca3e
Change bd/gd memsize/ram_size to be phys_size_t.
by Becky Bruce
· 16 years ago
eddc7c4
Merge branch 'lwmon5' of /home/wd/git/u-boot/projects
by Wolfgang Denk
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
0e15ddd
POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
by Yuri Tikhonov
· 17 years ago
28a3850
POST: add POST_STOP flag
by Yuri Tikhonov
· 17 years ago
e99ccb4
Introduce phys_size_t and move phys_addr_t into asm/types.h
by Kumar Gala
· 17 years ago
9171fc8
Blackfin: unify cpu and boot modes
by Mike Frysinger
· 17 years ago
b428f6a
The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode.
by Yuri Tikhonov
· 17 years ago
b075d74
Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
by Shinya Kuribayashi
· 17 years ago
7e30f5e
Coding STyle cleanup.
by Wolfgang Denk
· 17 years ago
d4d7730
punt Blackfin VDSP headers and import sanitized/auto-generated ones
by Mike Frysinger
· 17 years ago
bf53974
add missing __raw versions of Blackfin read/write io functions
by Mike Frysinger
· 17 years ago
24e02d0
add the default Blackfin logo used by Blackfin boards with splash screens
by Mike Frysinger
· 17 years ago
4d7d693
Introduce map_physmem() and unmap_physmem()
by Haavard Skinnemoen
· 17 years ago
7b7e30a
[Blackfin][PATCH] Fix dynamic CPLB generation issue
by Aubrey Li
· 18 years ago
0445e3a
[Blackfin][PATCH] minior cleanup
by Aubrey Li
· 18 years ago
155fd76
[Blackfin][PATCH] Fix copyright and update license
by Aubrey Li
· 18 years ago
889256e
[Blackfin][PATCH] call real the system synchronize instruction
by Aubrey Li
· 18 years ago
e0df1c9
[Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
by Aubrey Li
· 18 years ago
6545898
[Blackfin][PATCH] Add BF561 EZKIT board support
by Aubrey Li
· 18 years ago
26bf7de
[Blackfin][PATCH] Add BF537 stamp board support
by Aubrey Li
· 18 years ago
8db13d6
[Blackfin][PATCH] code cleanup
by Aubrey Li
· 18 years ago
3f0606a
[Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
by Aubrey.Li
· 18 years ago
3a197b2
[PATCH v3] Add sync to ensure flash_write_cmd is fully finished
by Haiying Wang
· 18 years ago
8e7b703
Coding Style cleanup
by Wolfgang Denk
· 19 years ago
6cb142f
Add missing Blackfin files.
by Wolfgang Denk
· 19 years ago