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
*
common: Remove timer_init() call for x86
Bin Meng
2015-12-09
1
-1
/
+1
*
fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
Bin Meng
2015-12-09
1
-1
/
+2
*
CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set
Tom Rini
2015-12-07
1
-0
/
+1
*
i2c: cmd: Relocate subcommands when MANUAL_RELOC
Michal Simek
2015-12-07
1
-4
/
+12
*
common: board: Dont relocate FDT incase of CONFIG_OF_EMBED
Siva Durga Prasad Paladugu
2015-12-05
2
-0
/
+12
*
spl: mmc: Unify non/driver model spl_mmc_find_device()
Simon Glass
2015-12-05
1
-32
/
+9
*
spl: mmc: Rename 'mmc' variable to 'mmcp'
Simon Glass
2015-12-05
1
-7
/
+7
*
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
Simon Glass
2015-12-05
1
-1
/
+1
*
common: cli_hush: avoid memory leak
Peng Fan
2015-12-05
1
-2
/
+7
*
common/Makefile: Compile fdt_support is enabled in SPL
Stefan Roese
2015-12-05
1
-0
/
+1
*
common: miiphyutil: avoid memory leak
Peng Fan
2015-12-05
1
-0
/
+2
*
common: mmc: unsigned char compared against 0
Peng Fan
2015-12-05
1
-1
/
+1
*
common: miiphyutil: no need to check name of mii_dev
Peng Fan
2015-12-05
1
-1
/
+1
*
common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY
Peng Fan
2015-12-05
1
-1
/
+1
*
common: cli_hush: avoid dead code
Peng Fan
2015-12-05
1
-1
/
+1
*
Merge branch 'master' of http://git.denx.de/u-boot-sparc
Tom Rini
2015-12-04
2
-2
/
+28
|
\
|
*
sparc: Update PROM initialization code for generic board
Francois Retief
2015-12-03
2
-0
/
+24
|
*
sparc: Update cpu_init.c to use generic timer infrastructure
Francois Retief
2015-12-03
1
-1
/
+2
|
*
sparc: Initial ground work for generic board initialization
Francois Retief
2015-12-03
1
-1
/
+2
*
|
Revert "LCD: Add an option to skip registration as an stdio output"
Anatolij Gustschin
2015-12-02
1
-13
/
+0
|
/
*
dm: pci: Convert 'pci' command to driver model
Simon Glass
2015-12-01
1
-5
/
+128
*
pci: Move PCI header output code into its own function
Simon Glass
2015-12-01
1
-6
/
+11
*
pci: Use a separate 'dev' variable for the PCI device
Simon Glass
2015-12-01
1
-5
/
+8
*
pci: Use common functions to read/write config
Simon Glass
2015-12-01
1
-43
/
+31
*
pci: Tidy up function comments in cmd_pci.c
Simon Glass
2015-12-01
1
-45
/
+39
*
dm: pci: Reorder functions in cmd_pci.c
Simon Glass
2015-12-01
1
-110
/
+106
*
pci: Refactor the pciinfo() function
Simon Glass
2015-12-01
1
-89
/
+148
*
pci: Use a separate variable for the bus number
Simon Glass
2015-12-01
1
-3
/
+3
*
pci: Use a common return in command processing
Simon Glass
2015-12-01
1
-6
/
+13
*
dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
Simon Glass
2015-12-01
1
-0
/
+4
*
dm: timer: Avoid using timer before it is ready
Simon Glass
2015-12-01
1
-1
/
+9
*
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2015-11-30
1
-0
/
+13
|
\
|
*
LCD: Add an option to skip registration as an stdio output
Stephane Ayotte
2015-11-19
1
-0
/
+13
*
|
part:efi: add bootable parameter in gpt command
Patrick Delaunay
2015-11-23
1
-0
/
+38
*
|
gpt: command: Extend gpt command to support GPT table verification
Lukasz Majewski
2015-11-23
1
-25
/
+67
*
|
gpt: doc: Update gpt command's help description
Lukasz Majewski
2015-11-23
1
-2
/
+5
*
|
gpt: command: Remove duplicated check for empty partition description
Lukasz Majewski
2015-11-23
1
-3
/
+0
*
|
lib/tiny-printf.c: Add tiny printf function for space limited environments
Stefan Roese
2015-11-23
1
-36
/
+0
*
|
common/console.c: Small coding style cleanup
Stefan Roese
2015-11-23
1
-2
/
+4
*
|
common/console.c: Drop sandbox special-case console code
Stefan Roese
2015-11-23
1
-5
/
+0
*
|
eeprom: Clean up checkpatch issues
Marek Vasut
2015-11-21
1
-9
/
+10
*
|
eeprom: Add support for selecting i2c bus
Marek Vasut
2015-11-21
1
-4
/
+11
*
|
eeprom: Add bus argument to eeprom_init()
Marek Vasut
2015-11-21
2
-4
/
+8
*
|
eeprom: Pull out the RW loop
Marek Vasut
2015-11-21
1
-30
/
+21
*
|
eeprom: Pull out transfer length computation
Marek Vasut
2015-11-21
1
-41
/
+25
*
|
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
Marek Vasut
2015-11-21
1
-8
/
+8
*
|
eeprom: Suck the ifdef into eeprom_init()
Marek Vasut
2015-11-21
1
-4
/
+2
*
|
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
Marek Vasut
2015-11-21
1
-2
/
+4
*
|
eeprom: Make eeprom_write_enable() weak
Marek Vasut
2015-11-21
1
-9
/
+9
*
|
eeprom: Pull out address computation
Marek Vasut
2015-11-21
1
-38
/
+26
[next]