Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
bf0c2245a2d8bbf437f6182f7d50b896461a931d
/
include
bf0c224
mx6qsabre{auto, sd}: Add support to dynamically choose between fdt use or not
by Otavio Salvador
· 12 years ago
6efbe21
mx6qsabrelite: Add support to dynamically choose between fdt use or not
by Otavio Salvador
· 12 years ago
e0df535
mx53loco: Add support to dynamically choose between fdt use or not
by Otavio Salvador
· 12 years ago
4c6b235
mx28evk: Add support to dynamically choose between fdt use or not
by Otavio Salvador
· 12 years ago
3c41e90
mx28evk: We shouldn't hardcode a rootfs filesystem type
by Otavio Salvador
· 12 years ago
d17087c
mx6qsabrelite: Use tabs to environment setting
by Otavio Salvador
· 12 years ago
abbab70
mx31/mx35/mx51/mx53/mx6: add watchdog
by Troy Kisky
· 12 years ago
7528cf5
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
79f3877
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
1411fb3
tools: imximage: Load a size that is multiple of 512
by Fabio Estevam
· 12 years ago
7093f85
mx51evk: Remove unneeded comment
by Fabio Estevam
· 12 years ago
49ea0ff
mx6qsabresd: use on-board eMMC to store environment
by Shawn Guo
· 12 years ago
de7d02a
mx6qsabresd: add usdhc2 and usdhc4 support
by Shawn Guo
· 12 years ago
1f75b54
mxs: Add NAND fdt and ramdisk partition to m28evk
by Marek Vasut
· 12 years ago
54bb841
mx53loco: Call PMIC related functions from board_late_init()
by Fabio Estevam
· 12 years ago
2f994fe
mx6qsabre_common: Change default loadaddr to 0x12000000
by Otavio Salvador
· 12 years ago
589b1af
mx6qsabrelite: Change default loadaddr to 0x12000000
by Otavio Salvador
· 12 years ago
fe51f78
mx53loco: Change default loadaddr to 0x72000000
by Otavio Salvador
· 12 years ago
aef8af6a
mx53loco: We shouldn't hardcode a rootfs filesystem type
by Otavio Salvador
· 12 years ago
8dd15b4
mx35pdk: Allow booting of a device tree kernel
by Fabio Estevam
· 12 years ago
96764df
Merge samsung, imx, tegra into u-boot-arm/master
by Albert ARIBAUD
· 12 years ago
a098cf4
Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged
by Allen Martin
· 12 years ago
0957288
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 12 years ago
d8fb710
powerpc: remove not used CONFIG_SYS_TFTP_LOADADDR
by trem
· 12 years ago
71779d5
m28evk/mx28evk: fix nand_update_full
by Eric Benard
· 12 years ago
6e9005b
omap3_evm: Let CONFIG_EFI_PARTITION be set for SPL
by Tom Rini
· 12 years ago
1d6cd0a
env: Handle write-once ethaddr and serial# generically
by Joe Hershberger
· 12 years ago
267541f
env: Add support for access control to .flags
by Joe Hershberger
· 12 years ago
fffad71
env: Add a command to display details about env flags
by Joe Hershberger
· 12 years ago
30fd4fad
tools/env: Add environment variable flags support
by Joe Hershberger
· 12 years ago
2598090
env: Add environment variable flags
by Joe Hershberger
· 12 years ago
e080d54
env: Add a silent env handler
by Joe Hershberger
· 12 years ago
849d5d9
env: Add a console env handler
by Joe Hershberger
· 12 years ago
1cf0a8b
env: Add a loadaddr env handler
by Joe Hershberger
· 12 years ago
3205771
env: Add a baudrate env handler
by Joe Hershberger
· 12 years ago
a9f51c9
env: Add a bootfile env handler
by Joe Hershberger
· 12 years ago
170ab11
env: Add support for callbacks to environment vars
by Joe Hershberger
· 12 years ago
be11235
env: Hide '.' variables in env print by default
by Joe Hershberger
· 12 years ago
ec8a252
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
7afcf3a
env: Refactor apply into change_ok
by Joe Hershberger
· 12 years ago
c4e0057
env: Refactor do_apply to a flag
by Joe Hershberger
· 12 years ago
e772cb3
Make linux kernel string funcs available to tools
by Joe Hershberger
· 12 years ago
9960d9a
gpt: Enable support for GPT partition table restoration at Samsung's Trats
by Lukasz Majewski
· 12 years ago
40684dd
gpt: Support for GPT (GUID Partition Table) restoration
by Lukasz Majewski
· 12 years ago
fae2bf2
gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>
by Chang Hyun Park
· 12 years ago
9386f96
part:efi: Move part_efi.h file to ./include
by Lukasz Majewski
· 12 years ago
3ec4411
vsprintf:fix: Change type returned by ustrtoul
by Lukasz Majewski
· 12 years ago
b874df7
mx25pdk: Allow booting a device tree kernel
by Fabio Estevam
· 12 years ago
23b479b
exynos: Enable hashing functions and EDID for smdk5250
by Simon Glass
· 12 years ago
9ad557b
Add console command to access io space registers
by Vadim Bendebury
· 12 years ago
d46b5f7
edid: Library of EDID decode and print
by Tom Wai-Hong Tam
· 12 years ago
bf36c5d
Add hash command to perform hashing using various algorithms
by Simon Glass
· 12 years ago
460408e
Add generic hash API
by Simon Glass
· 12 years ago
b1f17bf
Add strcasecmp() and strncasecmp()
by Simon Glass
· 12 years ago
ec7381f
sha256: Use const where possible and add watchdog function
by Simon Glass
· 12 years ago
a7d1d76
sha1: Use const where possible, and unsigned for input len
by Simon Glass
· 12 years ago
ff048ea
Add a command to read raw blocks from a partition
by Kenneth Waters
· 12 years ago
53fdc7e
Add gettime command
by Anton Staaf
· 12 years ago
94740e4
gpio: remove duplicate function signature
by Nikita Kiryanov
· 12 years ago
cabe240
mx25pdk: Adapt it for the new PMIC framework
by Fabio Estevam
· 12 years ago
211e843
SMDK5250: Enable pmic MAX77686
by Rajeshwari Shinde
· 12 years ago
857765e
POWER: MAX77686: Modified as per the latest Implementation
by Rajeshwari Shinde
· 12 years ago
9bd5c1a
cm-t35: enable zero bootdelay check
by Nikita Kiryanov
· 12 years ago
ce851c8
power: twl6035: complain on LDO9 error
by Vincent Stehlé
· 12 years ago
abcbe2e
OMAP3: Remove unused PHYS_SDRAM_1_SIZE
by Thomas Weber
· 12 years ago
cdd0729
am335x: cpsw: make phy address configurable
by Yegor Yefremov
· 12 years ago
31f5b65
OMAP3: TAM3517: add macros for reading eeprom
by Stefano Babic
· 12 years ago
d7aff44
omap3_beagle.h: Fix comment for true/false return value.
by Robert P. J. Day
· 12 years ago
b4606c6
am335x_evm: enable SPL NAND support
by Ilya Yanok
· 12 years ago
98b5c26
am335x_evm: enable NAND support
by Ilya Yanok
· 12 years ago
2c601c7
Merge branch 'master' of git://git.denx.de/u-boot into resolve
by Minkyu Kang
· 12 years ago
05a860c
Merge branch 'master' of git://git.denx.de/u-boot into master
by Stefano Babic
· 12 years ago
fd4d564
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
3fdf759
Change e-mail address of Luka Perkov
by Luka Perkov
· 12 years ago
ac426b7
x86: Fix coreboot config to boot on Chromebook
by Simon Glass
· 12 years ago
d954a43
x86: Turn on support for EFI's GPT in the coreboot config
by Gabe Black
· 12 years ago
cbca883
x86: coreboot: Enable video display
by Simon Glass
· 12 years ago
300081a
x86: Emit port 80 post codes in show_boot_progress()
by Stefan Reinauer
· 12 years ago
40fef04
Introduce arch_phys_memset which works like memset but on physical memory
by Gabe Black
· 12 years ago
34d6057
x86: Enable CONFIG_CMD_ZBOOT for coreboot
by Simon Glass
· 12 years ago
a7e6d54
x86: Enable ICH6 GPIO controller for coreboot
by Simon Glass
· 12 years ago
55ae10f
x86: gpio: Add GPIO driver for Intel ICH6 and later.
by Bill Richardson
· 12 years ago
e3ff797
cbfs: Add docbook template
by Simon Glass
· 12 years ago
2592075
cbfs: Remove mention of CREDITS files
by Simon Glass
· 12 years ago
468ebf1
4xx: Fix PCI memory mapping on CPCI405 boards
by Matthias Fuchs
· 12 years ago
13b4f63
mpc5200: Add a3m071 board support
by Stefan Roese
· 12 years ago
ce12a8c
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
a78d494
x86: Define CONFIG_SYS_VSNPRINTF for coreboot
by Simon Glass
· 12 years ago
420a2ca
x86: Select stdio devices for coreboot
by Simon Glass
· 12 years ago
98ab435
x86: Add CBMEM console driver for coreboot
by Vadim Bendebury
· 12 years ago
f3269ad
include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64s
by Nobuhiro Iwamatsu
· 12 years ago
e57d9d1
Merge branch 'master' of git://www.denx.de/git/u-boot-x86
by Tom Rini
· 12 years ago
d02a568
x86: coreboot: Enable LPC TPM
by Simon Glass
· 12 years ago
cd23e69
x86: Remove coreboot start16 code
by Simon Glass
· 12 years ago
8d61625
x86: Put global data on the stack
by Graeme Russ
· 12 years ago
a86fcff
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
by Tom Rini
· 12 years ago
9760b27
powerpc/corenet_ds: move SATA config to board configuration
by Zang Roy-R61911
· 12 years ago
ca1b0b8
powerpc/P2041RDB: Fix Flash address LAW address
by York Sun
· 12 years ago
d31e53b
powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board
by Timur Tabi
· 12 years ago
021382c
powerpc/qoriq: Move FMAN microcode location
by York Sun
· 12 years ago
Next »