Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
dc7befe112980f7893349aeafd6a88c376f71c01
/
board
/
mpl
8411888
Remove redundant config.mk files
by Wolfgang Denk
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
383c43e
Add generic support for samsung s3c2440
by C Nauman
· 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
e9b1b49
board/mpl: Remove mpl-specific memory test command
by Peter Tyser
· 14 years ago
8cb251a
ppc4xx: Big header cleanup part 2, mostly PPC405 related
by Stefan Roese
· 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
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
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
32d15b9
move prototypes for gunzip() and zunzip() to common.h
by Wolfgang Wegner
· 15 years ago
f0a15c5
POST: Remove duplicated post_hotkey_pressed() functions
by Stefan Roese
· 15 years ago
e0d8131
Add a unified s3c24x0 header file
by kevin.morfitt@fearnside-systems.co.uk
· 15 years ago
b193f82
Clean-up of s3c24x0 header files
by kevin.morfitt@fearnside-systems.co.uk
· 15 years ago
1e01705
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
by kevin.morfitt@fearnside-systems.co.uk
· 15 years ago
6e1861c
ppc4xx: Remove board specific linker scripts from most PPC4xx boards
by Stefan Roese
· 15 years ago
7c4a800
ppc4xx: Fix problems in some ppc4xx board Makefiles
by Stefan Roese
· 15 years ago
1464f4d
Clean-up of s3c24x0 drivers excluding nand driver
by kevin.morfitt@fearnside-systems.co.uk
· 15 years ago
43c08d7
mpl: Remove memory test relocation fixups
by Peter Tyser
· 15 years ago
6eca2a6
ppc: Remove pci config table pointer relocation fixups
by Peter Tyser
· 15 years ago
f48fabc
ppc: Enable full relocation to RAM
by Peter Tyser
· 15 years ago
6987e65
ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
by Stefan Roese
· 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
3bf5d83
Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
by Ben Warren
· 15 years ago
471573b
Dual-license IBM code contributions
by Josh Boyer
· 15 years ago
730b2d2
ppc4xx: Replace 4xx lowercase SPR references
by Matthias Fuchs
· 15 years ago
c00ae01
PATI board: fix compiler warnings
by Wolfgang Denk
· 15 years ago
d4303af
mpl: printing current stdio devices cleanup
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
48c3e95
MIP405T: fix compile problem
by Wolfgang Denk
· 15 years ago
2a7a031
stdio/device: rework function naming convention
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
7580b86
arm: unify linker script
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
f1b3f2b
Fix e-mail address of Gary Jennejohn.
by Detlev Zundel
· 16 years ago
64af813
VCMA9: fix compile errors
by Wolfgang Denk
· 16 years ago
4438e5e
Fix all linker script to handle all rodata sections
by Trent Piepho
· 16 years ago
6979832
boards: get mac address from environment
by Mike Frysinger
· 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
9137573
Moved PPC4xx EMAC driver to drivers/net
by Ben Warren
· 16 years ago
af0501a
Cleanup: fix "MHz" spelling
by Wolfgang Denk
· 16 years ago
2059104
Use strmhz() to format clock frequencies
by Wolfgang Denk
· 16 years ago
35610c6b
Merge git://git.denx.de/u-boot into x1
by Markus Klotzbuecher
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
d8c55ab
The PIPE_INTERRUPT flag is used wrong
by Remy Bohmer
· 16 years ago
7e1cda6
rename CFG_ENV macros to CONFIG_ENV
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
53db4cd
rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
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
d45f81a
disk-on-chip: remove duplicate doc_probe declaration
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
dc770c7
Code cleanup: fix old style assignment ambiguities like "=-" etc.
by Wolfgang Denk
· 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
cdb0470
ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
by Stefan Roese
· 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
d7c88a4
[new uImage] Update naming convention for bootm/uImage related code
by Marian Balakowicz
· 17 years ago
dbdd16a
[new uImage] Add dual format uImage support framework
by Marian Balakowicz
· 17 years ago
a1cc147
[new uImage] Rename and move print_image_hdr() routine
by Marian Balakowicz
· 17 years ago
41d71ed
[new uImage] Define a API for image handling operations
by Marian Balakowicz
· 17 years ago
828a978
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
by Wolfgang Denk
· 17 years ago
1a32b7a
Merge commit 'u-boot/master' into for-1.3.1
by Stefan Roese
· 17 years ago
ed0ea1f
drivers/net : move net drivers to drivers/net
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
a923f11
Fix compiler warnings for ARM systems.
by Wolfgang Denk
· 17 years ago
f82271e
ppc4xx: Rework of 4xx serial driver (2)
by Stefan Roese
· 17 years ago
edd73f2
ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
by Stefan Roese
· 17 years ago
ca8725f
ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
by Stefan Roese
· 17 years ago
585f088
Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
by Wolfgang Denk
· 17 years ago
d112a2c
Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
by Wolfgang Denk
· 17 years ago
145318c
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
c630ec6
Remove obsolete mpc5xx linker scripts
by Grant Likely
· 17 years ago
69819ce
board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
54d1d0e
Merge with /home/stefan/git/u-boot/denx-merge-sr
by Stefan Roese
· 18 years ago
d07117e
[PATCH] PPC4xx: Add support for multiple I2C busses
by Stefan Roese
· 18 years ago
ffc2dd7
[PATCH 1_4] Merge common get_dev() routines for block devices
by Grant Likely
· 18 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
aab8c49
Add support for multiple PHYs.
by Marian Balakowicz
· 19 years ago
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
0ee7077
Cleanup (PPC4xx is AMCC now)
by Wolfgang Denk
· 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
6a3d6b0
(re)enabled scsi commands do_scsi() and do_scsiboot()
by Wolfgang Denk
· 19 years ago
336b2bc
Prepare for SoC rework of ARM code:
by wdenk
· 20 years ago
ce4832c
Code cleanup for GCC-3.3.x compilers
by wdenk
· 20 years ago
767fbd4
Patch by George G. Davis, 24 Aug 2004:
by wdenk
· 20 years ago
a0ebde5
* Patch by Detlev Zundel, 08 Sep 2004: Update etags build target
by wdenk
· 20 years ago
c35ba4e
Code cleanup; make several boards compile & link.
by wdenk
· 21 years ago
e97d3d9
* Patches by Reinhard Meyer, 14 Feb 2004:
by wdenk
· 21 years ago
927034e
Patch by Anders Larsen, 09 Jan 2004:
by wdenk
· 21 years ago
da55c6e
* The PS/2 mux on the BMS2003 board needs 450 ms after power on
by wdenk
· 21 years ago
3be717f
Patches by Stephan Linz, 11 Dec 2003:
by wdenk
· 21 years ago
5da7f2f
* Patch by Ronen Shitrit, 10 Dec 2003:
by wdenk
· 21 years ago
bc01dd5
* Patch by Denis Peter, 8 Dec 2003
by wdenk
· 21 years ago
Next »