index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib_blackfin
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-02
Blackfin: output booting source when booting
Mike Frysinger
1
-1
/
+5
2009-02-02
Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
Mike Frysinger
1
-4
/
+19
2009-02-02
Blackfin: dma_memcpy(): fix random failures
Mike Frysinger
1
-8
/
+11
2009-02-02
Blackfin: rewrite cache handling functions
Mike Frysinger
1
-4
/
+14
2009-02-02
Blackfin: setup bi_enetaddr for single nets
Mike Frysinger
1
-1
/
+10
2009-02-02
Blackfin: cache core/system clock values
Mike Frysinger
3
-44
/
+78
2009-02-02
Blackfin: only build post code when CONFIG_POST
Mike Frysinger
3
-9
/
+1
2009-01-28
Blackfin: fixup misc warnings such as printf's and missing casts
Mike Frysinger
1
-1
/
+1
2009-01-28
Blackfin: pass RETX to Linux
Mike Frysinger
1
-1
/
+8
2009-01-28
Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
Mike Frysinger
1
-3
/
+3
2009-01-28
Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
Mike Frysinger
1
-1
/
+5
2009-01-28
Blackfin: implement general support for CONFIG_STATUS_LED
Mike Frysinger
1
-0
/
+10
2009-01-28
Blackfin: do not init i2c in Blackfin board init
Mike Frysinger
1
-15
/
+0
2009-01-28
Blackfin: fix dcache handling when doing dma memcpy's
Mike Frysinger
1
-4
/
+7
2009-01-28
Blackfin: split cache handling out of dma_memcpy()
Mike Frysinger
1
-8
/
+17
2009-01-28
Blackfin: abort dma_memcpy() for L1 scratchpad
Mike Frysinger
1
-1
/
+12
2009-01-28
Blackfin: rename bootm.c to boot.c
Mike Frysinger
2
-2
/
+2
2009-01-28
Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
Mike Frysinger
1
-3
/
+3
2009-01-24
Blackfin: use common strmhz() in system output
Mike Frysinger
1
-2
/
+4
2009-01-07
Blackfin: drop CONFIG_SPI handling in board init
Mike Frysinger
1
-7
/
+0
2008-12-07
Update U-Boot's build timestamp on every compile
Peter Tyser
1
-1
/
+2
2008-11-01
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Wolfgang Denk
2
-9
/
+40
2008-10-29
bootm: Add subcommands
Kumar Gala
1
-0
/
+3
2008-10-23
Blackfin: init NAND before relocating env
Mike Frysinger
1
-5
/
+5
2008-10-23
Blackfin: check cache bits, not cplb bits
Mike Frysinger
1
-2
/
+2
2008-10-23
Blackfin: unify cache handling code
Mike Frysinger
1
-0
/
+35
2008-10-23
Blackfin: only initialize the RTC when actually used
Mike Frysinger
1
-4
/
+0
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
3
-55
/
+55
2008-09-11
bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-09-10
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-08-27
bootm: refactor do_reset and os boot function args
Kumar Gala
1
-8
/
+3
2008-08-27
bootm: refactor entry point code
Kumar Gala
1
-18
/
+1
2008-08-12
Fix fallout from autostart revert
Kumar Gala
1
-5
/
+1
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-1
/
+1
2008-04-18
Restore the ability to continue booting after legacy image overwrite
Marian Balakowicz
1
-1
/
+1
2008-03-30
Blackfin: cleanup and overhaul common board init functions
Mike Frysinger
3
-236
/
+226
2008-03-30
Blackfin: cleanup lib_blackfin/cache.c
Mike Frysinger
2
-62
/
+8
2008-03-30
Blackfin: unify cpu and boot modes
Mike Frysinger
5
-287
/
+232
2008-03-26
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
Bartlomiej Sieka
2
-11
/
+47
2008-03-16
Blackfin: add proper ELF markings to some assembly functions
Mike Frysinger
4
-0
/
+12
2008-03-16
Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
Mike Frysinger
1
-1
/
+2
2008-03-12
[new uImage] Add new uImage format support to arch specific do_bootm_linux() ...
Marian Balakowicz
1
-3
/
+14
2008-02-29
[new uImage] Respect autostart setting in linux bootm
Kumar Gala
1
-0
/
+3
2008-02-27
[new uImage] Move image verify flag to bootm_headers structure
Marian Balakowicz
1
-1
/
+1
2008-02-27
[Makefile] Sort COBJS in lib_<arch> Makefiles
Marian Balakowicz
1
-6
/
+15
2008-02-25
[new uImage] Add dual format uImage support framework
Marian Balakowicz
1
-4
/
+18
2008-02-21
Merge branch 'master' of /home/git/u-boot
Marian Balakowicz
2
-10
/
+19
2008-02-07
[new uImage] Rename architecture specific bootm code files
Marian Balakowicz
2
-1
/
+1
2008-02-07
[new uImage] Cleanup image header pointer use in bootm code
Marian Balakowicz
1
-3
/
+1
2008-02-07
[new uImage] Define a API for image handling operations
Marian Balakowicz
1
-1
/
+2
[next]