index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
blackfin
Commit message (
Expand
)
Author
Age
Files
Lines
*
configs: Re-sync almost all of cmd/Kconfig
Tom Rini
2016-04-25
1
-3
/
+0
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
31
-32
/
+32
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
Various Makefiles: Add SPDX-License-Identifier tags
Tom Rini
2015-11-10
1
-1
/
+1
*
Replace "extern inline" with "static inline"
Måns Rullgård
2015-11-09
1
-2
/
+2
*
blackfin: Use the generic bitops headers
Fabio Estevam
2015-11-05
1
-0
/
+4
*
video: Drop DEV_FLAGS_SYSTEM flag
Bin Meng
2015-11-05
1
-1
/
+1
*
arch: Make board selection choices optional
Joe Hershberger
2015-05-12
1
-0
/
+1
*
generic-board: select SYS_GENERIC_BOARD for some architectures
Masahiro Yamada
2015-03-28
1
-1
/
+0
*
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
Masahiro Yamada
2015-03-28
1
-3
/
+0
*
Export redesign
Martin Dorwig
2015-01-29
1
-1
/
+2
*
blackfin: include <linux/compiler.h> rather than define __iomem
Masahiro Yamada
2014-12-08
1
-2
/
+1
*
Kbuild: introduce Makefile in arch/$ARCH/
Daniel Schwierzeck
2014-12-08
1
-0
/
+8
*
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
2
-3
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Tom Rini
2014-11-10
1
-0
/
+2
|
\
|
*
bfin: make the CPU macro of LDR target more genenric
Sonic Zhang
2014-11-10
1
-0
/
+2
*
|
cppcheck cleanup: fix nullPointer errors
Wolfgang Denk
2014-11-07
1
-0
/
+1
|
/
*
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
2014-09-13
1
-1
/
+0
*
blackfin: convert blackfin board_f and board_r to use generic board init func...
Sonic Zhang
2014-08-07
9
-488
/
+335
*
blackfin: spi clock is in sysclk1 domain instead of sysclk0
Scott Jiang
2014-08-07
1
-1
/
+1
*
bfin: add register define required by core B on dual core BF609 processor
Aaron Wu
2014-08-07
1
-0
/
+2
*
kconfig: delete redundant CONFIG_${ARCH} definition
Masahiro Yamada
2014-07-30
1
-1
/
+0
*
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
2014-07-30
1
-0
/
+150
*
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
1
-5
/
+5
*
blackfin, powerpc: remove redundant definitions of ARRAY_SIZE
Masahiro Yamada
2014-07-07
1
-3
/
+0
*
blackfin: Add more dcache functions
Vasili Galka
2014-07-07
1
-0
/
+10
*
blackfin: replace bfin_gen_rand_mac() with eth_random_addr()
Masahiro Yamada
2014-05-12
1
-28
/
+0
*
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2014-05-12
2
-3
/
+0
*
blackfin: make name_to_gpio be a weak symbol
Ian Campbell
2014-04-18
2
-49
/
+48
*
kbuild: improve Kbuild speed
Masahiro Yamada
2014-03-07
1
-0
/
+1
*
kbuild: fix CROSS_COMPILE settings in config.mk
Masahiro Yamada
2014-03-04
1
-1
/
+3
*
kbuild: use shorten logs for misc targets
Masahiro Yamada
2014-02-25
1
-1
/
+5
*
blackfin: Add <asm/clock.h> to numerous drivers
Tom Rini
2014-02-20
1
-0
/
+1
*
blackfin: rename bfin-twi_i2c driver to adi_i2c
Sonic Zhang
2014-02-20
1
-0
/
+15
*
blackfin: add spi and i2c specific get clock functions
Sonic Zhang
2014-02-20
2
-7
/
+11
*
kbuild: use scripts/Makefile.clean
Masahiro Yamada
2014-02-19
1
-0
/
+1
*
kbuild: use Linux Kernel build scripts
Masahiro Yamada
2014-02-19
2
-4
/
+6
*
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
2
-9
/
+9
*
blackfin: Initialize the EMAC VLAN with proper default value
Aaron Wu
2014-02-07
1
-0
/
+3
*
blackfin: Change SMC dcplb entry flag to cover 16M address region
Sonic Zhang
2014-02-07
1
-1
/
+2
*
blackfin: init bss early
Bob Liu
2014-02-07
1
-1
/
+1
*
blackfin: The logic of the BF609 macro is opposite.
Sonic Zhang
2014-02-07
1
-3
/
+3
*
blackfin: delete unused header files
Masahiro Yamada
2014-01-24
2
-151
/
+0
*
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Tom Rini
2013-12-16
4
-11
/
+20
|
\
|
*
blackfin: remove build warning
Sonic Zhang
2013-12-16
2
-10
/
+15
|
*
blackfin: fixing warning by including proper headers
Sonic Zhang
2013-12-16
2
-1
/
+5
*
|
Makefile: use two double-quotations as a pair
Masahiro Yamada
2013-12-13
1
-2
/
+2
|
/
*
blackfin: Do not generate unused header bootrom-asm-offsets.h
Masahiro Yamada
2013-12-06
4
-65
/
+0
*
blackfin: If none ADI_GPIOX macro is defined, use ADI_GPIO1 as default
Sonic Zhang
2013-12-06
2
-2
/
+2
*
Blackfin: remove executable permission of AWK script
Masahiro Yamada
2013-12-02
1
-0
/
+0
[next]