Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
32faf02f72306d48b8d457779675bb71776103e7
/
board
/
esd
/
hh405
66023c7
Makefile: make directories by Makefile.build
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
5bf06ed
CHECKPATCH: ./board/esd/hh405/logo_320_240_8bpp.c
by Marek Vasut
· 13 years ago
00bcb76
CHECKPATCH: ./board/esd/hh405/logo_1024_768_8bpp.c
by Marek Vasut
· 13 years ago
7831db4
CHECKPATCH: ./board/esd/hh405/logo_320_240_4bpp.c
by Marek Vasut
· 13 years ago
7f72005
CHECKPATCH: ./board/esd/hh405/logo_640_480_24bpp.c
by Marek Vasut
· 13 years ago
909f279
CHECKPATCH: ./board/esd/hh405/fpgadata.c
by Marek Vasut
· 13 years ago
ab2b7e1
punt unused clean/distclean targets
by Mike Frysinger
· 13 years ago
6d1f698
do_reset: unify duplicate prototypes
by Mike Frysinger
· 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
247e9d7
ppc4xx: Move ppc4xx headers to powerpc include directory
by Stefan Roese
· 14 years ago
76af278
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
32d15b9
move prototypes for gunzip() and zunzip() to common.h
by Wolfgang Wegner
· 15 years ago
6e1861c
ppc4xx: Remove board specific linker scripts from most PPC4xx boards
by Stefan Roese
· 15 years ago
f48fabc
ppc: Enable full relocation to RAM
by Peter Tyser
· 15 years ago
707fd36
ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
by Stefan Roese
· 15 years ago
918010a
ppc4xx: Big cleanup of PPC4xx defines
by Stefan Roese
· 15 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
5dde4e2
ppc4xx: Use correct io accessors for esd 405/440 boards
by Matthias Fuchs
· 16 years ago
33e8d30
ppc4xx: Cleanup linker scripts of esd 4xx boards
by Matthias Fuchs
· 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
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
a32290c
ppc4xx: Remove obsolete or unused functions from some esd boards
by Matthias Fuchs
· 16 years ago
6140a02
Cleanup out-or-tree building for some boards (.depend)
by Wolfgang Denk
· 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
f82271e
ppc4xx: Rework of 4xx serial driver (2)
by Stefan Roese
· 17 years ago
c8452fa
Migrate esd 405EP boards to new NAND subsystem
by Matthias Fuchs
· 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
7c454bf
Merge with /home/m8/git/u-boot
by Wolfgang Denk
· 19 years ago
6a07675
Fix JFFS2 support for legacy NAND driver.
by Marian Balakowicz
· 19 years ago
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· 19 years ago
67777b9
Minor code cleanup
by Wolfgang Denk
· 19 years ago
ac53b70
Merge the new NAND code (testing-NAND brach); see doc/README.nand
by Wolfgang Denk
· 19 years ago
582f1a3
Re-factoring the legacy NAND code (legacy NAND now only in board-specific
by Bartlomiej Sieka
· 19 years ago
e10e85e
Various changes to esd HH405 board specific files
by Stefan Roese
· 19 years ago
1586ded
Fix various compiler warnings on ppc4xx builds (ELDK 4.0)
by Stefan Roese
· 19 years ago
aaa7c00
by Wolfgang Denk
· 19 years ago
86eb3b7
Change all '$(...)' variable references into '${...}'
by Wolfgang Denk
· 19 years ago
1fe9caa
Fix problem with SM501 init on HH405 board. Patch by Stefan Roese, 30 Sep 2005
by Stefan Roese
· 19 years ago
d9d9774
Add SM501 support to HH405 board.
by Stefan Roese
· 19 years ago
5dd2c65
Fix problems with ld version 2.16 (dot outside sections problem)
by Wolfgang Denk
· 19 years ago
0c7ffc0
Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c
by Stefan Roese
· 19 years ago
7230275
Update for esd auto_update and hh405 board
by stroese
· 20 years ago
e72a7b7
Update for esd auto_update and hh405 board
by stroese
· 20 years ago
07d7e6b
Code cleanup.
by wdenk
· 20 years ago
7fa6ddd
HH405 board support added
by stroese
· 20 years ago