Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a024bb9376ccdccb44513e90c5b40a36e49df099
/
board
/
hymod
0d82bad
kconfig: remove redundant "string" type in arch and board Kconfigs
by Masahiro Yamada
· 10 years ago
9799f26
Add board MAINTAINERS files
by Masahiro Yamada
· 10 years ago
d3ae678
kconfig: add board Kconfig and defconfig files
by Masahiro Yamada
· 10 years ago
09007c4
Rename bootretry functions and remove #ifdefs
by Simon Glass
· 11 years ago
399ed9a
Move bootretry code into bootretry.c and clean up
by Simon Glass
· 11 years ago
be6aafc
Add cli_ prefix to readline functions
by Simon Glass
· 11 years ago
dec3c01
move CLI prototypes to cli.h and add comments
by Simon Glass
· 11 years ago
e794494
kbuild: rename TOPDIR to stctree
by Masahiro Yamada
· 11 years ago
5a2bf98
powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260
by Masahiro Yamada
· 11 years ago
c9c83ba
kbuild: rename OBJCFLAGS to OBJCOPYFLAGS
by Masahiro Yamada
· 11 years ago
4e56395
include: delete include/linux/config.h
by Masahiro Yamada
· 11 years ago
c54b77e
board: powerpc: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
0198f9d
replace last __bss_end__ occurrences with __bss_end
by Albert ARIBAUD
· 12 years ago
19aac97
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
ed70c8f
Replace __bss_end__ with __bss_end
by Simon Glass
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
efd76dad
common: Discard the __u_boot_cmd section
by Marek Vasut
· 12 years ago
607092a
common: Add .u_boot_list into all linker files
by Marek Vasut
· 12 years ago
269cbef
common: move extern char console_buffer[] to common.h
by Igor Grinberg
· 13 years ago
6f1cf05
board/hymod/input.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
d6c5f55
net: tftpput: Rename TFTP to TFTPGET
by Simon Glass
· 13 years ago
cafa1aa
Replace space and tab checks with isblank
by Jason Hobbs
· 13 years ago
60fbc8d
Convert ISO-8859 files to UTF-8
by Albert ARIBAUD
· 13 years ago
74f9b38
fpga: constify to fix build warning
by Wolfgang Denk
· 13 years ago
5322443
MPC8260: Fix compile problems with "hymod" board
by Wolfgang Denk
· 14 years ago
34c6dd2
Handle most LDSCRIPT setting centrally
by Scott Wood
· 14 years ago
a65f8c8
powerpc, 8xx: Fixup all 8xx u-boot.lds scripts
by Joakim Tjernlund
· 14 years ago
cedbf4b
rename _end to __bss_end__
by Po-Yu Chuang
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
291ba1b
Makefile: move all Power Architecture boards into boards.cfg
by Wolfgang Denk
· 14 years ago
0708bc6
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
88fbf93
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago
29514c7
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
by Peter Tyser
· 15 years ago
685b7f5
Rename lib_generic/ to lib/
by Peter Tyser
· 15 years ago
cede5d8
Move lib_$ARCH directories to arch/$ARCH/lib
by Peter Tyser
· 15 years ago
f48fabc
ppc: Enable full relocation to RAM
by Peter Tyser
· 15 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
4438e5e
Fix all linker script to handle all rodata sections
by Trent Piepho
· 16 years ago
dfb72b8
Command usage cleanup
by Peter Tyser
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
d2454ba
Align end of bss by 4 bytes
by Selvamuthukumar
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
4436c1e
rename environment.c in env_embedded.c to reflect is functionality
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
bd99ae7
Change initdram() return type to phys_size_t
by Becky Bruce
· 16 years ago
a1be476
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
d2081d1
Remove all the search paths from the .lds files.
by Jason Wessel
· 17 years ago
828a978
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
by Wolfgang Denk
· 17 years ago
0f7c767
Revert "Correct fixup relocation for mpc8260"
by Grant Likely
· 17 years ago
13f7599
board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
by Jon Loeliger
· 17 years ago
96892a9
board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
f091bf0
Correct fixup relocation for mpc8260
by Grant Likely
· 17 years ago
62a61a7
Consolidate mpc8260 linker scripts
by Grant Likely
· 17 years ago
f58873c
board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
6a65e42
Move "ar" flags to config.mk to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
d62379d
Add support for a saving build objects in a separate directory.
by Marian Balakowicz
· 18 years ago
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· 19 years ago
aaa7c00
by Wolfgang Denk
· 19 years ago
86eb3b7
Change all '$(...)' variable references into '${...}'
by Wolfgang Denk
· 19 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
5dd2c65
Fix problems with ld version 2.16 (dot outside sections problem)
by Wolfgang Denk
· 19 years ago
c0aa5c5
* Patch by Gleb Natapov, 19 Sep 2003:
by wdenk
· 21 years ago
f287a24
Patch by Kenneth Johansson, 30 Jun 2003:
by wdenk
· 21 years ago
f12e396
Fix some missing commands, cleanup header files
by wdenk
· 21 years ago
57b2d80
* Code cleanup:
by wdenk
· 21 years ago
bb2d927
* Header file cleanup for ARM
by wdenk
· 21 years ago
dbae504
Patch by Murray Jensen, 20 Jun 2003:
by wdenk
· 21 years ago
b00ec16
Patches by Murray Jensen, 17 Jun 2003:
by wdenk
· 21 years ago
b9a83a9
* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length
by wdenk
· 22 years ago
c217f6d
* Patch by Andreas Oberritter, 09 Nov 2002:
by wdenk
· 22 years ago
e221174
Initial revision
by wdenk
· 22 years ago
16f2170
Initial revision
by wdenk
· 22 years ago
5d65f3a
Initial revision
by wdenk
· 22 years ago
affae2b
Initial revision
by wdenk
· 22 years ago
efee170
Initial revision
by wdenk
· 22 years ago
2dab301
Initial revision
by wdenk
· 23 years ago
6a22e45
Initial revision
by wdenk
· 24 years ago