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
path:
root
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2014-11-24
1
-1
/
+23
|
\
|
*
cmd_sata: implement sata stop command
Nikita Kiryanov
2014-11-24
1
-1
/
+23
*
|
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-24
6
-26
/
+86
|
\
\
|
*
|
dm: i2c: Move error reporting into a common function
Simon Glass
2014-11-21
1
-10
/
+22
|
*
|
dm: spl: Allow driver model to be used
Simon Glass
2014-11-21
1
-0
/
+5
|
*
|
dm: spl: Make simple malloc() available when enabled
Simon Glass
2014-11-21
1
-1
/
+10
|
*
|
dm: Split the simple malloc() implementation into its own file
Simon Glass
2014-11-21
4
-15
/
+49
*
|
|
Merge git://git.denx.de/u-boot-x86
Tom Rini
2014-11-24
1
-12
/
+2
|
\
\
\
|
*
|
|
x86: Remove unnecessary find_fdt(), prepare_fdt() functions
Simon Glass
2014-11-21
1
-5
/
+0
|
*
|
|
Move early malloc() to before arch_cpu_init()
Simon Glass
2014-11-21
1
-1
/
+1
|
*
|
|
x86: Use the standard arch_cpu_init() function
Simon Glass
2014-11-21
1
-1
/
+0
|
*
|
|
x86: Use the standard dram_init() function
Simon Glass
2014-11-21
1
-5
/
+1
|
|
/
/
*
|
|
fs: API changes enabling extra parameter to return size of type loff_t
Suriyan Ramasami
2014-11-23
1
-0
/
+17
*
|
|
sandbox: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-11-23
1
-4
/
+4
*
|
|
ext4: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-11-23
2
-62
/
+17
*
|
|
fat: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-11-23
2
-5
/
+8
*
|
|
sandbox: Use md5sum and fatwrite to enable testing of fs commands
Suriyan Ramasami
2014-11-23
1
-2
/
+10
*
|
|
common/board_f: fix gcc warning on MIPS64
Daniel Schwierzeck
2014-11-23
1
-4
/
+6
*
|
|
common/board_f: add setup of initial stack frame for MIPS
Daniel Schwierzeck
2014-11-23
1
-1
/
+7
*
|
|
commands: add more command entries in Kconfig
Masahiro Yamada
2014-11-23
1
-9
/
+274
*
|
|
hush: add CONFIG_HUSH_PARSER to Kconfig
Masahiro Yamada
2014-11-23
1
-0
/
+17
*
|
|
pci: Honour pci_skip_dev()
Thierry Reding
2014-11-23
1
-0
/
+3
*
|
|
pci: Abort early if bus does not exist
Thierry Reding
2014-11-23
1
-0
/
+4
*
|
|
fs: make it possible to read the filesystem UUID
Christian Gmeiner
2014-11-23
2
-0
/
+27
*
|
|
spl: Change debug to printf for "Unsupported boot-device"
Stefan Roese
2014-11-23
1
-1
/
+3
*
|
|
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
6
-20
/
+24
|
/
/
*
/
common: Fix cmd_fpgad addressing
Dirk Eibach
2014-11-19
1
-8
/
+24
|
/
*
spl, nand: add option to boot raw u-boot.bin image only
Heiko Schocher
2014-11-17
2
-5
/
+23
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-11-13
1
-0
/
+3
|
\
|
*
malloc: Output region when debugging
Thierry Reding
2014-11-12
1
-0
/
+3
*
|
powerpc: remove orphaned boards mcc200 and prs200
Nikita Kiryanov
2014-11-12
1
-23
/
+1
*
|
Merge branch 'master' of git://git.denx.de/u-boot-usb
Tom Rini
2014-11-11
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
usb_storage: blacklist Enclosure Service Devices
Soeren Moch
2014-11-08
1
-2
/
+5
*
|
common/cmd_fitupd.c: restore corrupted file
Wolfgang Denk
2014-11-07
1
-9
/
+5
*
|
hush: make run_command() return an error on parsing failure
Rabin Vincent
2014-11-07
1
-1
/
+1
*
|
hush: fix segfault on syntax error
Rabin Vincent
2014-11-07
1
-1
/
+1
*
|
hush: return consistent codes from run_command()
Rabin Vincent
2014-11-07
1
-1
/
+3
*
|
dlmalloc: ensure gd is set for early alloc
Rabin Vincent
2014-11-07
1
-1
/
+1
*
|
image-fdt: boot_get_fdt() return value when no DTB exists
Noam Camus
2014-11-07
1
-2
/
+2
|
/
*
usb: kbd: Add (optional) support for using an interrupt queue for polling
Hans de Goede
2014-11-04
1
-0
/
+19
*
usb: kbd: Cache pipe, interval and packetsize
Hans de Goede
2014-11-04
1
-21
/
+13
*
stdio: Fix memleak on stdio_deregister
Hans de Goede
2014-11-04
1
-0
/
+1
*
usb: kbd: Fix memleak on usb_kbd_deregister()
Hans de Goede
2014-11-04
1
-3
/
+13
*
usb: kbd: Remove unused usb_kbd_generic_poll function
Hans de Goede
2014-11-04
1
-26
/
+0
*
usb: Do not power-cycle usb devices on init
Hans de Goede
2014-11-04
1
-39
/
+0
*
usb: Remove unnecessary portnr lookup from usb_new_device
Hans de Goede
2014-11-04
1
-17
/
+2
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2014-10-29
3
-2
/
+5
|
\
|
*
x86: image: Add new image type for x64_64
Simon Glass
2014-10-28
3
-2
/
+5
*
|
kconfig: arm: introduce symbol for ARM CPUs
Georges Savoundararadj
2014-10-29
1
-1
/
+0
|
/
*
spl: move comment to the right place
Andreas Bießmann
2014-10-27
1
-1
/
+1
[next]