Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
870e0bda43c9ea18a5f2fae5e48905c3b44ea18b
/
arch
/
m68k
/
lib
/
board.c
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
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
aea5eee
m68k: fix debug call befor serial init
by Jens Scharsig (BuS Elektronik)
· 12 years ago
d2eae43
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
a6741bc
Declare watchdog functions in watchdog.h
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
7e2592f
m68k: Move CONFIG_EXTRA_CLOCK to arch_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
6c7c946
common: Convert the U-Boot commands to LG-arrays
by Marek Vasut
· 12 years ago
c59ac90
m68k: Fix unused variable in board.c
by Marek Vasut
· 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
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
a546665
m68k: Change memsz to a signed char to avoid warning
by Simon Glass
· 13 years ago
77b8f20
m68k: Use getenv_ulong() in place of getenv(), strtoul
by Simon Glass
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
444ddfc
ColdFire:Update the timer_init since it was unified.
by Jason Jin
· 13 years ago
5c8404a
Timer: Remove set_timer completely
by Graeme Russ
· 13 years ago
d32a1a4
Don't grab memory for LCD if FB address is defined
by Minkyu Kang
· 14 years ago
44c6e65
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
eddf52b
Replace "FLASH" strings with "Flash" or "flash"
by Peter Tyser
· 14 years ago
2e5167c
Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC
by Wolfgang Denk
· 14 years ago
553f098
Rename CONFIG_SYS_INIT_RAM_END into CONFIG_SYS_INIT_RAM_SIZE
by Wolfgang Denk
· 14 years ago
683e9f1
board_init_r: Removed unused cmdtp variable
by Richard Retanubun
· 14 years ago
544d97e
PCU_E: remove code for yet another corpse
by Wolfgang Denk
· 14 years ago
2495664
Remove unused CONFIG_SERIAL_SOFTWARE_FIFO feature
by Stefan Roese
· 14 years ago
3fbeeea
common: move TOTAL_MALLOC_LEN to include/common.h
by Heiko Schocher
· 14 years ago
620f1f6
relocation: fixup cmdtable
by Heiko Schocher
· 14 years ago
cdb7497
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
ea0364f
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago
[Renamed from lib_m68k/board.c]
310cecb
Add bb_miiphy_init call before any ethernet bring-up code.
by Luigi 'Comio' Mantellini
· 15 years ago
d4e8ada
Consolidate arch-specific mem_malloc_init() implementations
by Peter Tyser
· 15 years ago
a483a16
Standardize mem_malloc_init() implementation
by Peter Tyser
· 15 years ago
5e93bd1
Consolidate arch-specific sbrk() implementations
by Peter Tyser
· 15 years ago
cb32ed1
Merge branch 'next' of git://git.denx.de/u-boot-coldfire
by Wolfgang Denk
· 15 years ago
52cb4d4
stdio/device: rework function naming convention
by Jean-Christophe PLAGNIOL-VILLARD
· 15 years ago
11d88b2
ColdFire: Remove compiler warning messages
by TsiChung Liew
· 15 years ago
dc26965
Compier warning cleanup
by Richard Retanubun
· 16 years ago
c790b04
lib_arch/board.c: Move malloc initialization before flash_init()
by Stefan Roese
· 15 years ago
19b5b53
lib_*/board.c: do not initialize bi_enet*addr in global data
by Mike Frysinger
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
0e8d158
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
93f6d72
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
9314cee
rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
bb1f8b4
rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
ab6ba84
ColdFire: Fix board.c warning message
by TsiChung Liew
· 16 years ago
0768b7a
Consolidate strmhz() implementation
by Haavard Skinnemoen
· 16 years ago
a7323bb
ColdFire: Add SSPI feature for MCF5445x
by TsiChung Liew
· 16 years ago
b64f190
Fix printf() format issues with sizeof_t types by using %zu
by Wolfgang Denk
· 16 years ago
6e37091
ColdFire: Fix warning messages by passing correct data type in board.c
by TsiChung Liew
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
b71190f
Fix implicit declaration build warnings
by Marcel Ziswiler
· 17 years ago
1552af7
ColdFire: Add MCF5227x cpu and M52277EVB support-1
by TsiChungLiew
· 17 years ago
8ae158c
ColdFire: Add M54455EVB for MCF5445x
by TsiChungLiew
· 17 years ago
ab77bc5
ColdFire: MCF5329 Update and cleanup
by TsiChungLiew
· 17 years ago
d61ea14
Merge with git://www.denx.de/git/u-boot.git
by Stefan Roese
· 17 years ago
b3aff0c
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
7def6b3
lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
0c505db
lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
8e585f0
Added M5329AFEE and M5329BFEE Platforms
by TsiChung Liew
· 17 years ago
977b50f
Minor cleanup.
by Wolfgang Denk
· 18 years ago
LABEL_2006_05_10_1800
1cfefe8
Merge with /home/m8/git/u-boot
by Wolfgang Denk
· 18 years ago
483a0cf
Fixes for gcc 3.4 based m68k toolchain, based on patch by Jate Sujjavanich.
by Marian Balakowicz
· 18 years ago
d860c34
cosmetic: print amount of NAND flash aligned with the other values such as DRAM
by Markus Klotzbuecher
· 19 years ago
d87080b
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· 19 years ago
e2c22d7
I2C added
by stroese
· 20 years ago
93f6a67
* Patches by Richard Woodruff, 10 Jun 2004:
by wdenk
· 20 years ago
42dfe7a
Code cleanup; make several boards compile & link.
by wdenk
· 21 years ago
LABEL_2004_03_14_2340
132ba5f
* Patch by Pierre Aubert, 26 Feb 2004 add IDE support for MPC5200
by wdenk
· 21 years ago
bf9e3b3
* Some code cleanup
by wdenk
· 21 years ago
d4ca31c
* Cleanup lowboot code for MPC5200
by wdenk
· 21 years ago
4e5ca3e
* Patch by Bernhard Kuhn, 28 Nov 2003:
by wdenk
· 21 years ago