Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7e8702a00fe88590c2ece93061da4a40adf3c242
« Previous
36ff05c
ums: remove ums_disk_init()
by Stephen Warren
· 11 years ago
dc1e746
ums: remove error-checking of MMC device size
by Stephen Warren
· 11 years ago
c2474d9
ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTOR
by Stephen Warren
· 11 years ago
ce19d97
ums: support block devices not MMC devices
by Stephen Warren
· 11 years ago
66b88b0
usb: ums: add error handling for failed registration
by Stephen Warren
· 11 years ago
5146fc2
i2c: zynq: Fixed compilation errors when using DEBUG
by Jesper B. Christensen
· 11 years ago
340ed42
usb: ums: remove ci_udc special case
by Stephen Warren
· 11 years ago
2813006
usb: ci_udc: allow multiple buffer allocs per ep
by Stephen Warren
· 11 years ago
605d7e2
samsung: misc: remove download mode info screen
by Przemyslaw Marczak
· 11 years ago
f418a1c
samsung: misc: menu: increase delay in menu main loop
by Przemyslaw Marczak
· 11 years ago
0954dd6
samsung: misc: add env default option to lcd menu
by Inha Song
· 11 years ago
5c7b8a3
samsung: misc: add gpt restore option to lcd menu
by Przemyslaw Marczak
· 11 years ago
e6bfe79
samsung: misc: allows using environmental macros as args in menu commands
by Przemyslaw Marczak
· 11 years ago
188c42b
ARM: exynos: remove the unused code
by Jaehoon Chung
· 11 years ago
6afc3f6
trats: config: fix: Set default console to ttySAC2
by Łukasz Majewski
· 11 years ago
2ee9324
trats2: config: fix: Set default console to ttySAC2
by Łukasz Majewski
· 11 years ago
173d294
Merge branch 'serial' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 11 years ago
33b0f7b
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 11 years ago
a1a1f6e
Merge branch 'net' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 11 years ago
3c3f13f
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 11 years ago
870e0bd
serial: zynq: Fix typo in suffix function name
by Michal Simek
· 11 years ago
6c4da35
serial: zynq: Remove sparse warnings
by Michal Simek
· 11 years ago
2fd2489
net: zynq: Fix sparse warnings in gem
by Michal Simek
· 11 years ago
c1a9fa4
net: zynq: Use predefined macros instead of hardcoded value
by Michal Simek
· 11 years ago
d1d37b5
microblaze: Wire up OF support for emaclite
by Stephan Linz
· 12 years ago
1161f98
at91: video: atmel_hlcdfb.c: fix bad timing configuration
by Wu, Josh
· 11 years ago
264e0e5
config: enable CMD_BMP when API+LCD is enabled
by Stephen Warren
· 11 years ago
e1ae71d
logos: Update of the syteco company logo
by Thomas Diener
· 11 years ago
af41d6b
common: fixed linker-list example
by Mateusz Zalega
· 11 years ago
25fbf96
USB: gadget: save driver name before registering it
by Stephen Warren
· 11 years ago
c4d0e85
USB: gadget: added a saner gadget downloader registration API
by Mateusz Zalega
· 11 years ago
fad8edf
am335x: dfu: disable DFU in am335x_evm SPL build
by Mateusz Zalega
· 11 years ago
41c2d60
ums: always initialize mmc before ums_disk_init()
by Mateusz Zalega
· 11 years ago
b7d4259
dfu: mmc: change offset base handling
by Mateusz Zalega
· 11 years ago
711b931
dfu: mmc: raw data write fix
by Mateusz Zalega
· 11 years ago
75504e9
usb: dfu: fix boards wo USB cable detection
by Mateusz Zalega
· 11 years ago
6b423b7
part: header fix
by Mateusz Zalega
· 11 years ago
07a2d42
mmc: mmc header fix
by Mateusz Zalega
· 11 years ago
52fded7
Merge branch 'next' of git://git.denx.de/u-boot-sh
by Tom Rini
· 11 years ago
7904b70
ARM: highbank: use default prompt
by Rob Herring
· 11 years ago
ac9ae13
ARM: highbank: use config_distro_defaults.h
by Rob Herring
· 11 years ago
2fc5dab
usb: gadget: allow ci_udc to build with new gadget framework
by Stephen Warren
· 11 years ago
a69214d
video: mxc_ipuv3_fb: stash frame buffer pointer in global data.
by Eric Nelson
· 11 years ago
a022c1e
usb: ums: use only 1 buffer for CI_UDC
by Stephen Warren
· 11 years ago
fcf2ede
usb: ci_udc: support variants with hostpc register
by Stephen Warren
· 11 years ago
0c51dc6
usb: ci_udc: make PHY initialization conditional
by Stephen Warren
· 11 years ago
8aac6e9
usb: ci_udc: set ep->req.actual after transfer
by Stephen Warren
· 11 years ago
f5c0300
usb: ci_udc: Support larger packets
by Stephen Warren
· 11 years ago
672ad18
dfu:fix: Replace wrong return value with proper one
by Lukasz Majewski
· 11 years ago
e6e493f
exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT
by andrey.konovalov@linaro.org
· 11 years ago
078d730
usb: musb: fill in usb_gadget_unregister_driver
by Rob Herring
· 11 years ago
52d4501
usb: handle NULL table in usb_gadget_get_string
by Rob Herring
· 11 years ago
fd2a89b
usb:gadget:f_thor: fix write to filesystem by add dfu_flush()
by Przemyslaw Marczak
· 11 years ago
adfc17b
usb:gadget:f_thor: code cleanup in function download_tail()
by Przemyslaw Marczak
· 11 years ago
08a98b8
usb: Fix USB keyboard polling via control endpoint
by Adrian Cox
· 11 years ago
ea42777
usb: Add endian support macros to interrupt transfers in the EHCI driver.
by Adrian Cox
· 11 years ago
ede4d5e
usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs
by Nobuhiro Iwamatsu
· 11 years ago
994b566
sh: delete an unused source file
by Masahiro Yamada
· 11 years ago
3deb22a
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Stefano Babic
· 11 years ago
a405764
drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write
by Shaveta Leekha
· 11 years ago
dec1861
driver/mxc_i2c: Move static data structure to global_data
by York Sun
· 11 years ago
3b31605
nitrogen6x: Fix the PAD settings for the ECSPI chipselect
by Fabio Estevam
· 11 years ago
694c3bc
mx6slevk: Add SPI NOR flash support
by Fabio Estevam
· 11 years ago
0782bdf
arm: mxs: Enable CONFIG_SYS_GENERIC_BOARD
by Marek Vasut
· 11 years ago
563491b
mx6: fix weird formatting in imx6q-sabreauto.dts
by Stefano Babic
· 11 years ago
f7155fa
ARM: imx6: nitrogen6x: Enable CONFIG_SYS_GENERIC_BOARD
by Eric Nelson
· 11 years ago
518d225
hummingboard: Convert to generic board
by Fabio Estevam
· 11 years ago
a980d1e
udoo: Convert to generic board
by Fabio Estevam
· 11 years ago
851f556
mx53evk: Convert to generic board
by Fabio Estevam
· 11 years ago
5a416df
mx53smd: Convert to generic board
by Fabio Estevam
· 11 years ago
4677b1b
mx53ard: Convert to generic board
by Fabio Estevam
· 11 years ago
12be4cb
mx6sabre_common: Convert to generic board
by Fabio Estevam
· 11 years ago
6ca896f
mx53loco: Convert to generic board
by Fabio Estevam
· 11 years ago
7f5d0af
wandboard: Convert to generic board
by Fabio Estevam
· 11 years ago
444e492
ventana: remove redundant include
by Tim Harvey
· 11 years ago
a594a6f
ventana: fixed comments in eeprom header
by Tim Harvey
· 11 years ago
8d18bcf
arm: rmobile: lager: Remove MACH_TYPE_LAGER and CONFIG_MACH_TYPE
by Nobuhiro Iwamatsu
· 11 years ago
2c2c6ba
arm: rmobile: lager: Change to maximum CPU frequency
by Nobuhiro Iwamatsu
· 11 years ago
b1f78a2
arm: rmobile: lager: Update calculation of CONFIG_SH_TMU_CLK_FREQ
by Nobuhiro Iwamatsu
· 11 years ago
ccde677
arm: rmobile: koelsch: Change to maximum CPU frequency
by Nobuhiro Iwamatsu
· 11 years ago
e05b98d
arm: rmobile: Add register infomation of PLL regsiter
by Nobuhiro Iwamatsu
· 11 years ago
ae8e1d9
arm: rmobile: koelsch: Update calculation of CONFIG_SH_TMU_CLK_FREQ
by Nobuhiro Iwamatsu
· 11 years ago
4e626a3
arm: rmobile: koelsch: Update QoS initialization
by Nobuhiro Iwamatsu
· 11 years ago
3f0fd59
arm: rmobile: lager: Update QoS initialization to version 0.955
by Nobuhiro Iwamatsu
· 11 years ago
502b92c
arm: rmobile: keolsch: Add support ES2 revision of R8A7791
by Nobuhiro Iwamatsu
· 11 years ago
fb3af51
arm: rmobile: r8a7791: Add support ES2 revision
by Nobuhiro Iwamatsu
· 11 years ago
f637656
arm: rmobile: r8a7790: Add support ES2 revision
by Nobuhiro Iwamatsu
· 11 years ago
73ff680
arm: rmobile: Update print_cpuinfo function
by Nobuhiro Iwamatsu
· 11 years ago
5dd8dbd
arm: rmobile: Add prototype for function to get the CPU information to rmobile.h
by Nobuhiro Iwamatsu
· 11 years ago
a028abe
arm: rmobile: Add rmobile_get_cpu_rev_fraction() for R-Car SoCs
by Nobuhiro Iwamatsu
· 11 years ago
210f7b2
arm: rmobile: Add 1 to value of the CPU revision in rmobile_get_cpu_rev_integer()
by Nobuhiro Iwamatsu
· 11 years ago
9b7fa2f
arm: rmobile: Merge functions to get the CPU information of R8A7790 and R8A7791
by Nobuhiro Iwamatsu
· 11 years ago
9e018b0
arm: rmobile: lager: Remove NOR-Flash support
by Nobuhiro Iwamatsu
· 11 years ago
dc535e1
arm: rmobile: lager: Change name of the structure
by Nobuhiro Iwamatsu
· 11 years ago
e44154e
arm: rmobile: koelsch: Remove NOR-Flash support
by Nobuhiro Iwamatsu
· 11 years ago
ec9b386
arm: rmobile: koelsch: Change name of structure
by Nobuhiro Iwamatsu
· 11 years ago
42c53ab
arm: rmobile: r8a779x: Fix L2 cache init and latency setting
by Nobuhiro Iwamatsu
· 11 years ago
5723e24
arm: rmobile: Coordinate the common part of the header file of r8a7790 and r8a7791
by Nobuhiro Iwamatsu
· 11 years ago
8854070
Merge branch 'master' of git://www.denx.de/git/u-boot-arc
by Tom Rini
· 11 years ago
5fcb084
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
by Tom Rini
· 11 years ago
Next »