Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
f8abfdefcb6bb855ba118f9002c6dec17b146ca8
/
board
/
prodrive
8d96e1b
pci: get rid of local prototypes
by Linus Walleij
· 13 years ago
44e63c2
IXP: Fix NAND build warning on PDNB3 and SCPU
by Marek Vasut
· 13 years ago
8e807ec
IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
by Marek Vasut
· 13 years ago
f6add13
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
021f603
PPC: Drop mv6446x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
a1e47b6
pci: move pciauto_config_init() to pci.h
by Linus Walleij
· 13 years ago
bba8f39
alpr board: Fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
ec98a9b
board/prodrive/p3mx/mv_eth.c: fix GCC 4.6 build warnings
by Wolfgang Denk
· 13 years ago
464c792
punt unused clean/distclean targets
by Mike Frysinger
· 13 years ago
8298fd2
board/prodrive/alpr/fpga.c: Coding style cleanup
by Wolfgang Denk
· 13 years ago
c2484f4
PPC4xx: ALPR: constify FPGA code
by Wolfgang Denk
· 13 years ago
904ec57
update/fix PDNB3 board
by Michael Schwingen
· 13 years ago
f0c0b3a
Fix incorrect use of getenv() before relocation
by Wolfgang Denk
· 14 years ago
8ef583a
miiphy: convert to linux/mii.h
by Mike Frysinger
· 14 years ago
882b7d7
do_reset: unify duplicate prototypes
by Mike Frysinger
· 14 years ago
e2c2a95
74xx_7xx: Cleanup for partial linking and --gc-sections
by Wolfgang Denk
· 14 years ago
6d8962e
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
25ddd1f
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
by Wolfgang Denk
· 14 years ago
2ae1824
Makefile: move all Power Architecture boards into boards.cfg
by Wolfgang Denk
· 14 years ago
14d0a02
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
by Wolfgang Denk
· 14 years ago
550650d
ppc4xx: Use common NS16550 driver for PPC4xx UART
by Stefan Roese
· 14 years ago
b36df56
ppc4xx: Move ppc4xx headers to powerpc include directory
by Stefan Roese
· 14 years ago
5700bb6
miiphy: constify device name
by Mike Frysinger
· 14 years ago
cdb7497
Rename getenv_r() into getenv_f()
by Wolfgang Denk
· 14 years ago
47e26b1
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
54841ab
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
a77034a
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
by Wolfgang Denk
· 15 years ago
a47a12b
Move arch/ppc to arch/powerpc
by Stefan Roese
· 15 years ago
cf6eb6d
ppc4xx: TLB init file cleanup
by Stefan Roese
· 15 years ago
8d1f268
ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
by Peter Tyser
· 15 years ago
61f2b38
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
by Peter Tyser
· 15 years ago
87d93a1
move prototypes for gunzip() and zunzip() to common.h
by Wolfgang Wegner
· 15 years ago
39ff7d5
POST: Remove duplicated post_hotkey_pressed() functions
by Stefan Roese
· 15 years ago
a760b02
ppc4xx: Consolidate pci_pre_init() function
by Stefan Roese
· 15 years ago
1095493
ppc4xx: Consolidate pci_target_init() function
by Stefan Roese
· 15 years ago
9a81c61
ppc4xx: Remove duplicated is_pci_host() functions
by Stefan Roese
· 15 years ago
2cd95a2
ppc4xx: Remove board specific linker scripts from most PPC4xx boards
by Stefan Roese
· 15 years ago
cd77dd1
Merge branch 'reloc'
by Wolfgang Denk
· 15 years ago
ddc922f
ppc_4xx: Apply new HW register names
by Niklaus Giger
· 15 years ago
3cbcfa7
p3mx: Remove serial relocation fixups
by Peter Tyser
· 15 years ago
6385b28
fpga: Remove relocation fixups
by Peter Tyser
· 15 years ago
8582901
ppc: Enable full relocation to RAM
by Peter Tyser
· 15 years ago
952e776
ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
by Stefan Roese
· 15 years ago
d1c3b27
ppc4xx: Big cleanup of PPC4xx defines
by Stefan Roese
· 15 years ago
bc0d329
asm-generic: Consolidate errno.h to asm-generic/errno.h
by Michal Simek
· 15 years ago
a89c33d
General help message cleanup
by Wolfgang Denk
· 15 years ago
10a451c
arm: unify linker script
by Jean-Christophe PLAGNIOL-VILLARD
· 15 years ago
dfcd7f2
Redundant Environment: protect full sector size
by Wolfgang Denk
· 15 years ago
f62fb99
Fix all linker script to handle all rodata sections
by Trent Piepho
· 16 years ago
2fb2604
Command usage cleanup
by Peter Tyser
· 16 years ago
62c3ae7
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
9b827cf
Align end of bss by 4 bytes
by Selvamuthukumar
· 16 years ago
8ed44d9
Cleanup: fix "MHz" spelling
by Wolfgang Denk
· 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
0cf4fd3
rename environment.c in env_embedded.c to reflect is functionality
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
fcd69a1
Clean up usage of icache_disable/dcache_disable
by Kumar Gala
· 16 years ago
2fd0aad
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
by Wolfgang Denk
· 16 years ago
5a7ddf4
Merge branch 'master' of /home/stefan/git/u-boot/u-boot
by Stefan Roese
· 16 years ago
00b1883
drivers/mtd: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
5e1dae5
Fixing coding style issues
by William Juul
· 17 years ago
4cbb651
Remove white space at end.
by William Juul
· 17 years ago
cfa460a
Update MTD to that of Linux 2.6.22.1
by William Juul
· 17 years ago
068c1b7
ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
by Stefan Roese
· 16 years ago
5de8514
ppc4xx: Rework 440GX UIC handling
by Stefan Roese
· 16 years ago
e321801
ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
by Stefan Roese
· 16 years ago
322ef5e
Cleanup: remove redundant deleting on *~ files
by Wolfgang Denk
· 16 years ago
c8a3b10
Cleanup out-or-tree building for some boards (.depend)
by Wolfgang Denk
· 16 years ago
9973e3c
Change initdram() return type to phys_size_t
by Becky Bruce
· 16 years ago
3c1de1a
ppc4xx: Remove implementations of testdram()
by Stefan Roese
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
3d36be0
Remove all the search paths from the .lds files.
by Jason Wessel
· 17 years ago
950a392
Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
by Wolfgang Denk
· 17 years ago
62479b1
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
by Wolfgang Denk
· 17 years ago
5c39539
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
by Wolfgang Denk
· 17 years ago
a574a73
Adds support for the Prodrive PMDRA board, based on a DM6441
by Pieter Voorthuijsen
· 17 years ago
3d9f3bf
ARM: remove useless function board_post_init
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
64134f0
Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
by Wolfgang Denk
· 17 years ago
882ae41
ppc4xx: Rework of 4xx serial driver (2)
by Stefan Roese
· 17 years ago
3fe0010
board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
9107ebe
board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 17 years ago
466fff1
ppc4xx: Add pci_pre_init() for 405 boards
by Stefan Roese
· 17 years ago
5499645
Make "file" command happy with some config.mk files; update CHANGELOG
by Wolfgang Denk
· 18 years ago
323bfa8
Remove BOARDLIBS usage completely
by Stefan Roese
· 18 years ago
7435711
Minor code cleanup.
by Wolfgang Denk
· 18 years ago
b0b1a92
[PATCH] Add missing p3mx.h file to repository (ups)
by Stefan Roese
· 18 years ago
9d8d5a5
[PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
by Stefan Roese
· 18 years ago
0057d75
[PATCH] Update Prodrive P3Mx support
by Stefan Roese
· 18 years ago
f16c1da
[PATCH] Update ALPR board files
by Stefan Roese
· 18 years ago
bc5556d
Merge with /home/hs/TQ/u-boot-dev
by Wolfgang Denk
· 18 years ago
fa23044
Added support for the TQM8272 board from TQ
by Heiko Schocher
· 18 years ago
8d9a861
Code cleanup. Update CHANGELOG.
by Wolfgang Denk
· 18 years ago
1eac2a7
[PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
by Stefan Roese
· 18 years ago
cc5ee8a
[PATCH] alpr: remove unused board specific flash driver
by Stefan Roese
· 18 years ago
1c2ce22
[PATCH] Update Prodrive ALPR board support (440GX)
by Stefan Roese
· 18 years ago
dfc8a9e
Merge with /home/stefan/git/u-boot/denx
by Stefan Roese
· 18 years ago
2b208f5
Move "ar" flags to config.mk to allow for silent "make -s"
by Wolfgang Denk
· 18 years ago
5bc528f
Update ALPR code (NAND support working now) Patch by Stefan Roese, 07 Oct 2006
by Stefan Roese
· 18 years ago
64cd52e
Merge with /home/stefan/git/u-boot/denx
by Stefan Roese
· 18 years ago
854bc8d
Add support for AMCC Rainier PPX440GRx eval board
by Stefan Roese
· 18 years ago
Next »