Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
u-boot
/
b5b8d85e9a50c2294b6043830cd045de1002dc5d
b5b8d85
Merge branch 'u-boot-sh/rmobile' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
01a3647
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
ed1d98d
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
ba9b42c
Merge branch 'sandbox' of git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
19198f8
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
754466a
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
1638d98
sandbox: change local_irq_save() to macro
by Masahiro Yamada
· 10 years ago
9c38c07
sandbox: terminate os_dirent_ls() result list
by Stephen Warren
· 10 years ago
4d90702
sandbox: restore ability to access host fs through standard commands
by Stephen Warren
· 10 years ago
dbb7234
x86: Enable 32-bit build using x86_64 multilib toolchain
by Vasili Galka
· 10 years ago
0383805
mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 board
by Heiko Schocher
· 10 years ago
b047d67
lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c
by Heiko Schocher
· 10 years ago
4af5b14
dm: Use '*' to indicate a device is activated
by Simon Glass
· 10 years ago
1805bfc
include/dm.h: fix inclusion guard
by Jeroen Hofstee
· 10 years ago
39b6d07
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
22ec136
dm: Expand and improve the device lifecycle docs
by Simon Glass
· 10 years ago
f2bc6fc
dm: Tidy up four minor code nits
by Simon Glass
· 10 years ago
47f3d3c
tegra: Enable driver model
by Simon Glass
· 10 years ago
8946034
tegra: dts: Bring in GPIO bindings from linux
by Simon Glass
· 10 years ago
184b1b7
dm: Fix printf() strings in the 'dm' command
by Simon Glass
· 10 years ago
b6a49a7
dm: Allow driver model tests only for sandbox
by Simon Glass
· 10 years ago
89876a5
dm: Cast away the const-ness of the global_data pointer
by Simon Glass
· 10 years ago
6a6d8fb
dm: Add missing header files in lists and root
by Simon Glass
· 10 years ago
939cda5
dm: Use case-insensitive comparison for GPIO banks
by Simon Glass
· 10 years ago
2eb31b1
dm: Update README to encourage conversion to driver model
by Simon Glass
· 10 years ago
ae7f451
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
5957ac2
Makefile: Support include files for .dts files
by Simon Glass
· 10 years ago
42d3b29
sandbox: Support iotrace feature
by Simon Glass
· 10 years ago
ad827e1
arm: Support iotrace feature
by Simon Glass
· 10 years ago
aa53233
Add an I/O tracing feature
by Simon Glass
· 10 years ago
45f0ad9
cosmetic: kbuild: clean-up coding style (sync with Linux 3.16-rc1)
by Masahiro Yamada
· 10 years ago
9e546ee
cosmetic: autoboot: update old style GNU struct init
by Jeroen Hofstee
· 10 years ago
9fb70f3
cmd_md5sum.c: remove dead code / fix warning
by Jeroen Hofstee
· 10 years ago
5c45f55
Remove nios-32 arch remnants
by Vasili Galka
· 10 years ago
7fae9e2
m68k: Remove CONFIG_CMD_BEDBUG related code
by Vasili Galka
· 10 years ago
a348d56
pmic: tps65090: correct checking i2c bus
by Jeroen Hofstee
· 10 years ago
1f9ce30
fix: CONFIG_NETCONSOLE start/handle this stuff only outside SPL
by Hannes Petermaier
· 10 years ago
2b9912e
includes: move openssl headers to include/u-boot
by Jeroen Hofstee
· 10 years ago
967a99a
test: vboot: explicitly request bash
by Stephen Warren
· 10 years ago
c7320ed
Add documentation for verified boot on Beaglebone Black
by Simon Glass
· 10 years ago
ce1400f
Enhance fit_check_sign to check all images
by Simon Glass
· 10 years ago
2b164f1
bootm: Move decompression code into its own function
by Simon Glass
· 10 years ago
ea51a62
Allow compiling common/bootm.c on with HOSTCC
by Simon Glass
· 10 years ago
aa69db1
Avoid including config.h in command.h
by Simon Glass
· 10 years ago
e3c83c0
Fix small 'case' typo in image-fit.c
by Simon Glass
· 10 years ago
07c0cd7
bootm: Support android boot on sandbox
by Simon Glass
· 10 years ago
126cc86
image: Remove the fit_load_image() property parameter
by Simon Glass
· 10 years ago
b639640
bootm: Split out code from cmd_bootm.c
by Simon Glass
· 10 years ago
12df2ab
Reverse the meaning of the fit_config_verify() return code
by Simon Glass
· 10 years ago
ba923ca
tools: Check arguments in fit_check_sign/fit_info
by Simon Glass
· 10 years ago
d18926a
fdt: Rename the DEV_TREE_BIN Makefile flag to to EXT_DTB
by Simon Glass
· 10 years ago
597a8b2
mkimage: Automatically expand FDT in more cases
by Simon Glass
· 10 years ago
04819a4
hash: Use uint8_t in preference to u8
by Simon Glass
· 10 years ago
52aa1cf
am335x_evm: Only enable OF_CONTROL/OF_SEPARATE on VBOOT for now
by Tom Rini
· 10 years ago
0ffc986
.gitignore: drop include/asm/proc from ignore pattern
by Masahiro Yamada
· 10 years ago
d018028
fs: ext4: fix writing zero-length files
by Stephen Warren
· 10 years ago
50babaf
fdt_support: correct the return condition of fdt_initrd()
by Masahiro Yamada
· 11 years ago
f18295d
fdt_support: fix an endian bug of fdt_initrd()
by Masahiro Yamada
· 11 years ago
739a01e
fdt_support: fix an endian bug of fdt_fixup_memory_banks
by Masahiro Yamada
· 11 years ago
f89d482
fdt_support: add 'const' qualifier for unchanged argument
by Masahiro Yamada
· 11 years ago
972f2a8
fdt_support: refactor fdt_fixup_stdout() function
by Masahiro Yamada
· 11 years ago
bc6ed0f
fdt_support: delete force argument of fdt_chosen()
by Masahiro Yamada
· 11 years ago
dbe963a
fdt_support: delete force argument of fdt_initrd()
by Masahiro Yamada
· 11 years ago
8edb219
fdt_support: refactor with fdt_find_or_add_subnode helper func
by Masahiro Yamada
· 11 years ago
0613c57
fdt_support: delete unnecessary DECLARE_GLOBAL_DATA_PTR
by Masahiro Yamada
· 11 years ago
e6af385
freescale: m5253demo: fix unused-but-set-variable warnings
by Masahiro Yamada
· 11 years ago
af67b25
libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images
by Jon Nalley
· 11 years ago
f1329c9
m68k:correct io macros about endian
by Chao Fu
· 11 years ago
5744e53
m68k: eliminate a warning in cpu_init
by Masahiro Yamada
· 11 years ago
b1f49ab
ARM: fdt support: Add usbethaddr as an acceptable MAC
by Dan Murphy
· 11 years ago
2e43646
Fix bug in io64 target (introduced by commit aba27ac)
by Vasili Galka
· 10 years ago
7d2357c
configs: iocon: Enabling CONFIG_CMD_FPGAD again
by Michal Simek
· 10 years ago
a811db5
arm: zynq: fix a bug in Zynq linker script
by Masahiro Yamada
· 10 years ago
6dbeb89
arm: ethernut5: convert to generic board
by Tim Schendekehl
· 10 years ago
d337a09
ARMv7: at91: enable ICache and DCache.
by Wu, Josh
· 10 years ago
b137bd8
video: atmel_hlcdfb: enable dcache support
by Wu, Josh
· 10 years ago
5ae0e38
net: macb: enable dcache in macb
by Wu, Josh
· 10 years ago
ceef983
macb: make checkpatch clean
by Andreas Bießmann
· 10 years ago
0e05543
avr32: migrate cache functions
by Andreas Bießmann
· 10 years ago
d8a97f9
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
3d6a5a4
mmc: free allocated memory on initialization errors
by Darwin Rambo
· 10 years ago
a571092
cmd_mmc: make mmc dev always re-probe the HW
by Stephen Warren
· 10 years ago
941944e
cmd_mmc: Use init_mmc_device() from do_mmc_rescan()
by Stephen Warren
· 10 years ago
1ae24a5
cmd_mmc: add force_init parameter to init_mmc_device()
by Stephen Warren
· 10 years ago
ecdd57e
disk: default to HW partition 0 if not specified
by Stephen Warren
· 10 years ago
60dc58f
cmd_mmc: default to HW partition 0 if not specified
by Stephen Warren
· 10 years ago
d4622df
mmc: return meaningful error codes from mmc_select_hwpart
by Stephen Warren
· 10 years ago
6736ec1
i2c: kona: Resolve Kona I2C driver issue
by Steve Rae
· 10 years ago
e153b13
common/xyzModem.c: move empty statements to newline
by Jeroen Hofstee
· 10 years ago
46f46fd
jffs2:jffs2_1pass.c: remove double braces
by Jeroen Hofstee
· 10 years ago
2716077
board:keymile: remove unnecessary double braces
by Jeroen Hofstee
· 10 years ago
930e425
common/cli_hush.c: remove unnecessary double braces
by Jeroen Hofstee
· 10 years ago
867abda
LzmaTools: don't self assign values
by Jeroen Hofstee
· 10 years ago
c84f9e0
imximage_hynix.cfg: fix unterminated comment
by Jeroen Hofstee
· 10 years ago
1b34e88
cosmetic: board: pm9263 rewrite old style stuct init
by Jeroen Hofstee
· 10 years ago
7ffdc83
tps6586x.h: fix inclusion guard
by Jeroen Hofstee
· 10 years ago
7d89982
Remove ${objtree}/include/asm/proc/ link
by Vasili Galka
· 10 years ago
4b9ca09
cosmetic: Whitespace fix
by Vasili Galka
· 10 years ago
c346e46
cosmetic: atmel: replace old style struct init
by Jeroen Hofstee
· 10 years ago
46a5707
ext4: correctly zero filename
by Jeroen Hofstee
· 10 years ago
Next »