Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
a9c89bf1669cbeb7bce6ae7a626eb9f2120af73f
/
arch
/
m68k
4b6e1fd
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
5044c9c
m68k: add malloc memory for early malloc
by angelo@sysam.it
· 9 years ago
ec2c81c
dm: fsl_i2c: Rename I2C register structure
by mario.six@gdsys.cc
· 9 years ago
55ac54c
m68k: fix broken buildman m68k
by angelo@sysam.it
· 9 years ago
61a4392
m68k: M54418TWR: drop board/freescale/m54418twr/config.mk
by Masahiro Yamada
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
6463fd8
m68k: add private libgcc
by angelo@sysam.it
· 9 years ago
44d0677
Replace "extern inline" with "static inline"
by Måns Rullgård
· 9 years ago
d671545
m68k: Use the generic bitops headers
by Fabio Estevam
· 9 years ago
4dbe4b1
m68k: cache: add an empty stub functions for invalidate/flush dcache
by Wu, Josh
· 9 years ago
a26cd04
arch: Make board selection choices optional
by Joe Hershberger
· 9 years ago
5296cb1
m68k: add architecture-specific u-boot.lds
by angelo@sysam.it
· 10 years ago
aa63387
m68k: merge per-CPU config.mk into arch/m68k/Makefile
by Masahiro Yamada
· 10 years ago
4cbd292
m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
f47fb6b
m68k: mcf523x: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
2bb1cd5
m68k: mcf5227x: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
7f8ebbf
m68k: mcf5445x: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
c155ab7
m68k: mcf532x: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
bdde659
m68k: mcf530x: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
d4a9b17
m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk
by Masahiro Yamada
· 10 years ago
6eb6f13
m68k: remove arch/m68k/lib/board.c
by Masahiro Yamada
· 10 years ago
0a9e7ee
generic-board: select SYS_GENERIC_BOARD for some architectures
by Masahiro Yamada
· 10 years ago
0a12e68
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
by Masahiro Yamada
· 10 years ago
e310b93
m68k: add generic-board support
by angelo@sysam.it
· 10 years ago
e77e65d
m68k: add mcf5307 cpu support
by angelo@sysam.it
· 10 years ago
06fd66a
m68k: add amcore board support
by angelo@sysam.it
· 10 years ago
cbdc662
m68k: remove TASREG board
by Matthias Fuchs
· 10 years ago
e19db55
Kbuild: introduce Makefile in arch/$ARCH/
by Daniel Schwierzeck
· 10 years ago
461be2f
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
90f984e
kconfig: delete redundant CONFIG_${ARCH} definition
by Masahiro Yamada
· 10 years ago
5114879
kconfig: switch to Kconfig
by Masahiro Yamada
· 10 years ago
dd84058
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
fbe79a1
m68k: define __kernel_size_t as unsinged int again
by Masahiro Yamada
· 10 years ago
fa28179
m68k: Fix incorrect memory access on M5235
by Vasili Galka
· 10 years ago
6b02d06
m68k: Fix bug, "address of" operator was forgotten
by Vasili Galka
· 10 years ago
7fae9e2
m68k: Remove CONFIG_CMD_BEDBUG related code
by Vasili Galka
· 10 years ago
f1329c9
m68k:correct io macros about endian
by Chao Fu
· 11 years ago
5744e53
m68k: eliminate a warning in cpu_init
by Masahiro Yamada
· 11 years ago
ddc9437
m68k: Fix warnings with gcc 4.6
by Simon Glass
· 10 years ago
9272a9b
m68k: powerpc: Clean up do_mdm_init
by Simon Glass
· 11 years ago
8e26157
bd_info: remove bi_barudrate member from struct bd_info
by Masahiro Yamada
· 11 years ago
5ee828c
kbuild: rename OBJTREE to objtree
by Masahiro Yamada
· 11 years ago
4379ac6
kbuild: rename TOPDIR to stctree
by Masahiro Yamada
· 11 years ago
9b6e2c3
kbuild: fix CROSS_COMPILE settings in config.mk
by Masahiro Yamada
· 11 years ago
dfe9663
m68k: merge compile flags -ffixed-d7 -sep-data
by Masahiro Yamada
· 11 years ago
6825a95
kbuild: use Linux Kernel build scripts
by Masahiro Yamada
· 11 years ago
643aae1
include: delete include/linux/config.h
by Masahiro Yamada
· 11 years ago
64bd89e
m68k: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
93e1459
Coding Style cleanup: replace leading SPACEs by TABs
by Wolfgang Denk
· 11 years ago
3765b3e
Coding Style cleanup: remove trailing white space
by Wolfgang Denk
· 11 years ago
c2120fb
Merge branch 'master' of git://git.denx.de/u-boot-i2c
by Tom Rini
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
00f792e
i2c, fsl_i2c: switch to new multibus/multiadapter support
by Heiko Schocher
· 12 years ago
ea818db
i2c, soft-i2c: switch to new multibus/multiadapter support
by Heiko Schocher
· 12 years ago
3f4978c
i2c: common changes for multibus/multiadapter support
by Heiko Schocher
· 13 years ago
b8eee43
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
by Dirk Eibach
· 11 years ago
2cb0e55
avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linux
by Andreas Bießmann
· 11 years ago
1b9591c
ColdFire: Update the arch_global_date changes for mcf5441x
by Jason Jin
· 11 years ago
08dbd6c
Fix MCF5235 SDRAM base address macro
by Steve deRosier
· 12 years ago
aea5eee
m68k: fix debug call befor serial init
by Jens Scharsig (BuS Elektronik)
· 12 years ago
24507cf
m68k: Use image_setup_linux() instead of local code
by Simon Glass
· 11 years ago
d2eae43
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
472d546
Consolidate bool type
by York Sun
· 12 years ago
a6741bc
Declare watchdog functions in watchdog.h
by Simon Glass
· 12 years ago
1865286
Introduce generic link section.h symbol files
by Simon Glass
· 12 years ago
3929fb0
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
7b39523
malloc: make malloc_bin_reloc static
by Gabor Juhos
· 12 years ago
e56b250
m68k: Use generic global_data
by Simon Glass
· 12 years ago
7e2592f
m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data
by Simon Glass
· 12 years ago
609e6ec
ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data
by Simon Glass
· 12 years ago
5cb4858
Add architecture-specific global data
by Simon Glass
· 12 years ago
fd70aa4
m68k/lib: fix serial driver relocation
by angelo
· 12 years ago
ec8a252
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
b1f17bf
Add strcasecmp() and strncasecmp()
by Simon Glass
· 12 years ago
45370e1
ColdFire: Add MCF5441x CPU support
by Alison Wang
· 12 years ago
7adbd11e
ColdFire: Fix unused variable in cpu_init.c
by Alison Wang
· 12 years ago
6c7c946
common: Convert the U-Boot commands to LG-arrays
by Marek Vasut
· 12 years ago
f5a5b3c
m68k: Change bi_baudrate and global data baudrate to int
by Simon Glass
· 12 years ago
c59ac90
m68k: Fix unused variable in board.c
by Marek Vasut
· 12 years ago
c1568ca5
m68k: Fix unused variable warning in speed.c
by Marek Vasut
· 12 years ago
2b05593
m68k: Fix unused variable warning
by Marek Vasut
· 12 years ago
37d6cc3
m68k: Fix wrong assembler instruction in start.S
by Marek Vasut
· 12 years ago
2ca7406
m68k: Fix relocation errors in start.S
by Philippe De Muyter
· 12 years ago
036036d
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
by Marek Vasut
· 12 years ago
00d0d2a
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
by Daniel Schwierzeck
· 12 years ago
30a3f38
Flex bus definition update for Coldfire 5253.
by Jason Jin
· 12 years ago
59d0612
ColdFire: Queued SPI driver
by Richard Retanubun
· 14 years ago
198cafb
ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455
by Alison Wang
· 13 years ago
a4110ee
ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x
by Alison Wang
· 13 years ago
c6d8863
ColdFire: Clean up checkpatch warnings for MCF523x
by Alison Wang
· 13 years ago
aa0d99f
ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x
by Alison Wang
· 13 years ago
32dbaaf
ColdFire: Clean up checkpatch warnings for MCF52x2
by Alison Wang
· 13 years ago
849fc42
ColdFire: Clean up checkpatch warnings for MCF5227x
by Alison Wang
· 13 years ago
33d4411
ColdFire: Add clear and set bits macros for ColdFire platform
by Alison Wang
· 13 years ago
f7799a1
ColdFire: Update the bitops for ColdFire platform
by Alison Wang
· 13 years ago
47fde91
global_data: unify global flag defines
by Mike Frysinger
· 13 years ago
de30122
net: move bootfile init into eth_initialize
by Mike Frysinger
· 13 years ago
50a47d0
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
578ac1e
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
by Simon Glass
· 13 years ago
Next »