Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
b24f6d401c3270370b9c147cb9decf95dc6804d3
« Previous
dd4425e
video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
by Robert Winkler
· 11 years ago
f7ef9d6
lcd: align bmp header when uncopmressing image
by Piotr Wilczek
· 11 years ago
5af7d0f
lcd: remove unaligned access in lcd_dt_simplefb_configure_node()
by Stephen Warren
· 11 years ago
b1d8654
drivers:video:s6e8ax0: change data_to_send array to static
by Piotr Wilczek
· 11 years ago
5a34d9b
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 11 years ago
befd387
usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
by Pierre Aubert
· 11 years ago
b37c4a2
usb: fix unaligned access in device_qual()
by Heiko Schocher
· 11 years ago
e059a40
dfu:function: Fix number of allocated DFU function pointers
by Lukasz Majewski
· 11 years ago
7a34278
usb, musb-new: add wdt trigger
by Heiko Schocher
· 11 years ago
c5398cc
usb, g_dnl: make possibility to fixup the device_desc board specific
by Heiko Schocher
· 11 years ago
ad5f977
usb, dfu gadget: switch to dfu mode in dfu_bind
by Heiko Schocher
· 11 years ago
12595e9
usb:composite: use memcpy to avoid unaligned access
by Piotr Wilczek
· 12 years ago
7f3cf40
drivers:usb: use get|put_unaligned_le16
by Piotr Wilczek
· 11 years ago
e7e75c7
dfu: make data buffer size configurable
by Heiko Schocher
· 11 years ago
e6bf18d
Prepare v2013.07-rc2
by Tom Rini
· 11 years ago
v2013.07-rc2
ed12b5b
Fix bootm to work on powerpc again (compressed uImage)
by Stefan Roese
· 11 years ago
29ce737
mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE
by Simon Glass
· 11 years ago
5ff0d08
bootm: Disable interrupts before loading OS
by Simon Glass
· 11 years ago
d366438
cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling
by Tom Rini
· 11 years ago
e6c7f86
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
d6c6d12
vf610twr: Remove SoC name from U-Boot prompt
by Otavio Salvador
· 11 years ago
ca21f61
vf610twr: Add default environment in line with other Freescale boards
by Otavio Salvador
· 11 years ago
620ca1c
video: mxsfb: Break the line in videomode message
by Fabio Estevam
· 11 years ago
fca42cd
MAINTAINERS: Add an entry to the mx6q wandboard variant
by Fabio Estevam
· 11 years ago
493c073
SMDK5250: Remove reduntant code
by Rajeshwari Shinde
· 11 years ago
20cb5fb
am335x_evm: Add missing ';' in findfdt
by Tom Rini
· 11 years ago
58a5c43
Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xx
by Tom Rini
· 11 years ago
b8bfde7
PPC 74xx_7xx: Fix build warnings for ELPPC board
by Wolfgang Denk
· 11 years ago
1b9591c
ColdFire: Update the arch_global_date changes for mcf5441x
by Jason Jin
· 11 years ago
08dbd6c
Fix MCF5235 SDRAM base address macro
by Steve deRosier
· 12 years ago
aea5eee
m68k: fix debug call befor serial init
by Jens Scharsig (BuS Elektronik)
· 12 years ago
8b6b51a
mtd/nand: docg4: fix compiler warnings
by Mike Dunn
· 11 years ago
5307188
m28evk: Move README file inside board directory
by Fabio Estevam
· 12 years ago
17f3f36
mx28evk: Move README file inside board directory
by Fabio Estevam
· 12 years ago
54965b6
README: mxs: Introduce README.mxs
by Fabio Estevam
· 12 years ago
7333eca
README: mx28_common: Fix structure of sentence
by Fabio Estevam
· 12 years ago
3f5e2e2
README: mx28_common: Do not hardcode the SSP port
by Fabio Estevam
· 12 years ago
84286c2
README: mx28_common: Keep the text within 80 columns
by Fabio Estevam
· 12 years ago
262326b
imx: nitrogen6x: Enable filesystem generic commands
by Robert Winkler
· 11 years ago
3655829
imx: nitrogen6x: Enable raw initrd
by Robert Winkler
· 11 years ago
9b9ba6f
imx: nitrogen6x: Enable bootz
by Robert Winkler
· 11 years ago
87de2d6
imx: nitrogen6x: Enabled data cache
by Robert Winkler
· 11 years ago
79713f0
mx27: add i2c clock
by trem
· 11 years ago
6247c46
mx27: add function enable_caches
by trem
· 11 years ago
c174797
imx: Add support for the SabreSD shipped with i.MX6DL
by Pierre Aubert
· 11 years ago
87d720e
imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo
by Pierre Aubert
· 11 years ago
7aa1e8b
imx6: fix GPR2 wrong definition
by Pierre Aubert
· 11 years ago
2dbe64c
dwc_ahsata: Allow use with dcache enabled
by Eric Nelson
· 11 years ago
e31dc61
usb: musb: Use ARRAY_SIZE at appropriate places
by Axel Lin
· 11 years ago
31bf0f5
mtd: cfi_flash: Use ARRAY_SIZE at appropriate places
by Axel Lin
· 11 years ago
b98bfeb
hwmon: lm63: Use ARRAY_SIZE at appropriate place
by Axel Lin
· 11 years ago
9935175
serial: Use ARRAY_SIZE instead of reinventing it
by Axel Lin
· 11 years ago
4d98b5c
README: align default commands with code
by Vincent Stehlé
· 11 years ago
ff8fef5
Fix block device accesses beyond 2TiB
by Sascha Silbe
· 11 years ago
eeaef5e
cmd_bootm: Add command line arguments to Plan 9
by Steven Stallion
· 11 years ago
9a30903
spi: mxc_spi: Update pre and post divider algorithm
by Dirk Behme
· 11 years ago
8d4c4ff
spi: mxc_spi: Fix pre and post divider calculation
by Dirk Behme
· 11 years ago
041bca5
Add verified boot information and test
by Simon Glass
· 11 years ago
74378cf
sandbox: config: Enable FIT signatures with RSA
by Simon Glass
· 11 years ago
4d09852
image: Add support for signing of FIT configurations
by Simon Glass
· 11 years ago
3e06cd1
libfdt: Add fdt_find_regions()
by Simon Glass
· 11 years ago
399c744
mkimage: Add -r option to specify keys that must be verified
by Simon Glass
· 11 years ago
4f61042
mkimage: Add -c option to specify a comment for key signing
by Simon Glass
· 11 years ago
95d77b4
mkimage: Add -F option to modify an existing .fit file
by Simon Glass
· 11 years ago
e29495d
mkimage: Add -K to write public keys to an FDT blob
by Simon Glass
· 11 years ago
80e4df8
mkimage: Add -k option to specify key directory
by Simon Glass
· 11 years ago
19c402a
image: Add RSA support for image signing
by Simon Glass
· 11 years ago
56518e7
image: Support signing of images
by Simon Glass
· 11 years ago
3e569a6
image: Add signing infrastructure
by Simon Glass
· 11 years ago
b5f3193
x86: config: Add tracing options
by Simon Glass
· 11 years ago
d8819f9
x86: Support tracing function
by Simon Glass
· 11 years ago
5b7dcf3
exynos: config: Add tracing options
by Simon Glass
· 11 years ago
ca35a0c
exynos: Avoid function instrumentation for microsecond timer
by Simon Glass
· 11 years ago
bce1b92
arm: Implement the 'fake' go command
by Simon Glass
· 11 years ago
d0ae31e
Add a 'fake' go command to the bootm command
by Simon Glass
· 11 years ago
35fc84f
Refactor the bootm command to reduce code duplication
by Simon Glass
· 11 years ago
983c72f
Clarify bootm OS arguments
by Simon Glass
· 11 years ago
37544a6
Add a simple test for sandbox trace
by Simon Glass
· 11 years ago
e2ee100
sandbox: Support trace feature
by Simon Glass
· 11 years ago
6c887b2
Add proftool to decode profile data
by Simon Glass
· 11 years ago
71c52db
Add trace support to generic board
by Simon Glass
· 11 years ago
5c2aeac
Support tracing in config.mk when enabled
by Simon Glass
· 11 years ago
cabcbb5
Add a trace command
by Simon Glass
· 11 years ago
b2e16a8
Add trace library
by Simon Glass
· 11 years ago
b8bcaa3
Add function to print a number with grouped digits
by Simon Glass
· 11 years ago
5d3bd34
bootstage: Correct printf types
by Simon Glass
· 11 years ago
aec36cf
Show stdout on error in fit-test
by Simon Glass
· 11 years ago
92765f42
Fix missing return in do_mem_loop()
by Simon Glass
· 11 years ago
bdc7d5c
x86: Correct missing local variable in bootm
by Simon Glass
· 11 years ago
bc3442a
pci: Convert extern inline functions to static inline
by Simon Glass
· 11 years ago
eb28fda
cros: exynos: enable cros-ec for smdk5250
by Hung-ying Tyan
· 11 years ago
60744a1
cros: exynos: add cros-ec device nodes to exynos5250-snow.dts
by Hung-ying Tyan
· 11 years ago
491f294
Add support for Wandboard Quad
by Tapani Utriainen
· 11 years ago
713cb68
cros: adds cros_ec keyboard driver
by Hung-ying Tyan
· 11 years ago
c8d3328
cros: add LPC support for cros_ec
by Hung-ying Tyan
· 11 years ago
f3424c5
cros: exynos: add SPI support for cros_ec
by Hung-ying Tyan
· 11 years ago
78764a4
cros: add I2C support for cros_ec
by Hung-ying Tyan
· 11 years ago
8836438
cros: add cros_ec driver
by Hung-ying Tyan
· 11 years ago
ca85eb8
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 11 years ago
70125f3
gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code
by Axel Lin
· 11 years ago
Next »