index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENV Variable support for Flex-OneNAND
Amul Kumar Saha
2009-11-13
2
-0
/
+12
*
Flex-OneNAND driver support
Amul Kumar Saha
2009-11-13
6
-101
/
+703
*
fsl_elbc_nand: remove the bbt descriptors relocation fixup
Mingkai Hu
2009-11-13
1
-4
/
+0
*
ppc/85xx: make boot from NAND full relocation to RAM
Mingkai Hu
2009-11-13
1
-1
/
+0
*
NAND: fix "raw" reads with ECC syndrome layouts
David Brownell
2009-11-13
1
-4
/
+96
*
NAND: Don't walk past end of oobfree[]
Sandeep Paulraj
2009-11-13
1
-1
/
+2
*
NAND: Update check condition for nand_read_page_hwecc API
Sandeep Paulraj
2009-11-13
1
-1
/
+1
*
NAND: Updating comments/explanations in the NAND driver
Sandeep Paulraj
2009-11-13
1
-4
/
+8
*
NAND: Subpage shift for ecc_steps equal to 16
Sandeep Paulraj
2009-11-13
1
-0
/
+1
*
NAND: Remove commented out code
Sandeep Paulraj
2009-11-13
1
-1
/
+0
*
NAND: Correct the "chip_shift" calculation
Sandeep Paulraj
2009-11-13
1
-1
/
+1
*
NAND: Update to support 64 bit device size
Sandeep Paulraj
2009-11-13
4
-31
/
+42
*
cmd_nand: Move conditional compilation to Makefile
Peter Tyser
2009-11-13
2
-5
/
+1
*
cmd_nand: Remove duplicate include
Peter Tyser
2009-11-13
1
-8
/
+0
*
ppc4xx: Katmai: Add chip_config command
Stefan Roese
2009-11-10
4
-220
/
+66
*
ppc4xx: Switch to I2C bus numer 0 for chip_config command
Stefan Roese
2009-11-10
1
-0
/
+6
*
ppc4xx: Add UBI support to PLU405 boards
Matthias Fuchs
2009-11-10
1
-4
/
+14
*
ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
Stefan Roese
2009-11-09
5
-0
/
+20
*
ppc4xx: Remove duplicated is_pci_host() functions
Stefan Roese
2009-11-09
23
-387
/
+25
*
ppc4xx: Consolidate 4xx PCIe board specific configuration
Stefan Roese
2009-11-09
7
-442
/
+172
*
ppc4xx: Remove board specific linker scripts from most PPC4xx boards
Stefan Roese
2009-11-02
69
-9566
/
+0
*
ppc4xx: Add common ppc4xx linker script
Stefan Roese
2009-11-02
2
-0
/
+172
*
ppc4xx: Add custom linker script to board/*/config.mk
Stefan Roese
2009-11-02
4
-0
/
+12
*
ppc4xx: Fix problems in some ppc4xx board Makefiles
Stefan Roese
2009-11-02
5
-5
/
+5
*
ppc4xx: sc3: Remove unreferenced external declarations from sc3.h
Stefan Roese
2009-11-02
1
-5
/
+0
*
mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h
Stefan Roese
2009-11-02
1
-0
/
+9
*
mpc52xx: add support for the IPEK01 board
Wolfgang Grandegger
2009-10-31
7
-0
/
+776
*
Merge branch 'next' of git://git.denx.de/u-boot-video into next
Wolfgang Denk
2009-10-31
7
-55
/
+76
|
\
|
*
video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
Wolfgang Grandegger
2009-10-31
3
-1
/
+3
|
*
video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
Anatolij Gustschin
2009-10-31
4
-1
/
+19
|
*
video: mb862xx: improve board-specific Lime configuration
Wolfgang Grandegger
2009-10-31
6
-53
/
+54
*
|
new PCA9564 i2c bridge driver
Valentin Yakovenkov
2009-10-30
3
-0
/
+240
*
|
Blackfin: TWI/I2C: implement bus speed get/set functions
Mike Frysinger
2009-10-30
1
-11
/
+48
*
|
Blackfin: TWI/I2C: add timeout to transfer
Mike Frysinger
2009-10-30
1
-3
/
+12
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
Wolfgang Denk
2009-10-28
2
-133
/
+175
|
\
|
*
cfi: Add weak default function for flash_cmd_reset()
Stefan Roese
2009-10-28
2
-133
/
+175
*
|
Merge branch 'master' of git://git.denx.de/u-boot-sparc
Wolfgang Denk
2009-10-28
1
-2
/
+2
|
\
\
|
*
|
Fix bug in jumptable call stubs for SPARC.
Sergey Mironov
2009-10-27
1
-2
/
+2
*
|
|
Fix Compliation warning for TNY-A9260 and TNY-A9G20
Sandeep Paulraj
2009-10-28
1
-0
/
+1
*
|
|
Fix Compliation warning for SBC35-A9G20 board
Sandeep Paulraj
2009-10-28
1
-0
/
+1
*
|
|
galaxy5200: Add default environment variables
Eric Millbrandt
2009-10-28
1
-2
/
+8
|
|
/
|
/
|
*
|
Coding Style cleanup; update CHANGELOG, prepare -rc1
v2009.11-rc1
Wolfgang Denk
2009-10-28
16
-56
/
+6210
*
|
Add 'editenv' command
Peter Tyser
2009-10-27
4
-0
/
+43
*
|
setenv(): Delete 0-length environment variables
Peter Tyser
2009-10-27
1
-1
/
+1
*
|
readline(): Add ability to modify a string buffer
Peter Tyser
2009-10-27
1
-0
/
+10
*
|
cread_line(): Remove unused variables
Peter Tyser
2009-10-27
1
-4
/
+1
*
|
Check for NULL prompt in readline_into_buffer()
Peter Tyser
2009-10-27
1
-1
/
+2
*
|
drivers/net/phy/miiphybb.c: fix warning: no newline at end of file
Wolfgang Denk
2009-10-27
1
-1
/
+1
*
|
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Wolfgang Denk
2009-10-27
27
-81
/
+460
|
\
\
|
*
|
mpc85xx: Configure QE USB for MPC8569E-MDS boards
Anton Vorontsov
2009-10-27
3
-0
/
+38
[next]