Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
ec1d0420b631ad08739ff9018043f9778c38c06e
ec1d042
patman: Add Series-process-log tag to sort/uniq change logs
by Simon Glass
· 12 years ago
197ad28
patman: Add -a option to refrain from test-applying the patches
by Simon Glass
· 12 years ago
21c325f
patman: Don't barf if the word 'commit' starts a line
by Doug Anderson
· 12 years ago
12ea5f4
patman: Provide option to ignore bad aliases
by Simon Glass
· 12 years ago
4dbf09b
Merge branch 'patman' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
dff5ba3
cmd_sf: include header file common.h before div64.h
by Mingkai Hu
· 12 years ago
c6b3626
common/cmd_test: Avoid macro expansion
by York Sun
· 12 years ago
374f908
dfu: Increase DFU buffer size from 4MiB to 8MiB
by Łukasz Majewski
· 12 years ago
93d86b7
dfu:ext4:fix: Change ext4write command order of parameters
by Łukasz Majewski
· 12 years ago
a840b8e
Revert "env: fix potential stack overflow in environment functions"
by Tom Rini
· 12 years ago
c05694f
buildman - U-Boot multi-threaded builder and summary tool
by Simon Glass
· 12 years ago
5da2a78
patman: Ignore all Gerrit Commit-* tags
by Simon Glass
· 12 years ago
33bdd9e
patman: Minor help message/README fixes
by Simon Glass
· 12 years ago
14ab6aa
patman: Fix the comment in CheckTags to mention multiple tags
by Simon Glass
· 12 years ago
4e77468
patman: Don't allow spaces in tags
by Simon Glass
· 12 years ago
0495abf
patman: Fix up checkpatch parsing to deal with 'CHECK' lines
by Simon Glass
· 12 years ago
c72f3da
patman: Add Cover-letter-cc tag to Cc cover letter to people
by Simon Glass
· 12 years ago
06f27ac
patman: Allow specifying the message ID your series is in reply to
by Doug Anderson
· 12 years ago
80113ff
patman: Make "Reviewed-by" an important tag
by Doug Anderson
· 12 years ago
11aba51
patman: Add additional git utilties
by Simon Glass
· 12 years ago
680da3c
patman: Allow reading metadata from a list of commits
by Simon Glass
· 12 years ago
519fad2
patman: Allow commands to raise on error, or not
by Simon Glass
· 12 years ago
34e5943
patman: Make command methods return a CommandResult
by Simon Glass
· 12 years ago
a2460ad
patman: Add cros_subprocess library to manage subprocesses
by Simon Glass
· 12 years ago
f6e5b3b
patman: Use bright ANSI colours by default
by Simon Glass
· 12 years ago
a9f7edb
patman: Use ANSI colours only when outputting to a terminal
by Simon Glass
· 12 years ago
bd75cf6
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash
by Tom Rini
· 12 years ago
08db03a
cfi_flash: Use uintptr_t for casts from u32 to void *
by Stefan Roese
· 12 years ago
7e82be7
Prepare v2013.04-rc2
by Tom Rini
· 12 years ago
9b6a5af
biosemu: include <asm/io.h> header
by Linus Walleij
· 12 years ago
18faca7
mmc: don't allow extra cmdline arguments
by Stephen Warren
· 12 years ago
0198f9d
replace last __bss_end__ occurrences with __bss_end
by Albert ARIBAUD
· 12 years ago
20ca3ad
disk: fix unaligned access in efi partitions
by Marc Dietrich
· 12 years ago
445d56c
README: document the requirements for CONFIG_SYS_HZ
by Stephen Warren
· 12 years ago
f87a74a
build: Fix make errors generated when building 'distclean'
by Vadim Bendebury
· 12 years ago
04cae82
env: fix potential stack overflow in environment functions
by Rob Herring
· 12 years ago
e493ee7
MAKEALL: Fix case substitution for old bash
by York Sun
· 12 years ago
79e63a4
dts/Makefile: Build the user specified dts
by Jagannadha Sutradharudu Teki
· 12 years ago
130def3
mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices
by Jagannadha Sutradharudu Teki
· 12 years ago
7e76d63
mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
by aaron.williams@caviumnetworks.com
· 12 years ago
4a59809
Consolidate bool type
by York Sun
· 12 years ago
a95c9e9
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 12 years ago
0259159
video: bcm2835: fix build issues
by Anatolij Gustschin
· 12 years ago
6bcdd9d
Merge branch 'for-v2013.04'
by Anatolij Gustschin
· 12 years ago
13eb3e4
RX-51: Add support for bootmenu
by Pali Rohár
· 12 years ago
ac91b47
New command bootmenu: ANSI terminal boot menu support
by Pali Rohár
· 12 years ago
fb6068a
menu: export menu_default_choice() function
by Anatolij Gustschin
· 12 years ago
d0d8d3b
menu: Add support for user defined item choice function
by Pali Rohár
· 12 years ago
32adc23
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
59dd8b5
armv7: do not relocate _start twice
by Vincent Stehlé
· 12 years ago
06396c1
ARM: mmu: Set domain permissions to client access
by R Sricharan
· 12 years ago
0871607
ARM: mmu: Introduce weak dram_bank_setup function
by R Sricharan
· 12 years ago
313fe56
ARM: cache: declare set_section_dcache
by Vincent Stehlé
· 12 years ago
e3b2c6f
apx4devkit: change maintainer
by Veli-Pekka Peltola
· 12 years ago
36ec8ac
image: Add support for Plan 9
by Steven Stallion
· 12 years ago
446543f
cmd_ext4: BREAK and correct ext4write parameter order
by Tom Rini
· 12 years ago
9134aeb
.checkpatch.conf: ignore udelay->usleep_range warnings
by Matt Porter
· 12 years ago
07fc462
checkpatch.pl: Add 'debug' to the list of logFunctions
by Tom Rini
· 12 years ago
fb586da
env_callback: Mark find_env_callback as static
by Tom Rini
· 12 years ago
d9282f1
MAKEALL: allow regex matches for -s option
by Stephen Warren
· 12 years ago
abc046b
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
85c3d46c
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
b13fa97
Tegra114: MMC: Enable DT MMC driver support for Tegra114 Dalmore boards
by Tom Warren
· 12 years ago
35a1d09
Tegra114: MMC: Add SD bus power-rail init routine
by Tom Warren
· 12 years ago
3086f6a
Tegra114: Dalmore: Add SDIO3 pad config to pinctrl_config table
by Tom Warren
· 12 years ago
be479a8
Tegra114: fdt: Add SDMMC (sdhci) nodes for T114 boards (Dalmore for now)
by Tom Warren
· 12 years ago
3f4b8d1
tegra114: dalmore: config: enable SPI
by Allen Martin
· 12 years ago
21f5b93
tegra114: add SPI driver
by Allen Martin
· 12 years ago
fc1df28
tegra114: dalmore: fdt: enable dalmore SPI controller
by Allen Martin
· 12 years ago
461b80f
tegra114: fdt: add SPI blocks
by Allen Martin
· 12 years ago
2a293d4
tegra114: fdt: add apbdma block
by Allen Martin
· 12 years ago
b54f0d9
tegra114: fdt: add compatible string for tegra114 SPI ctrl
by Allen Martin
· 12 years ago
737b4b9
sf: winbond: add W25Q32DW
by Allen Martin
· 12 years ago
b98691c
spi: add common fdt SPI driver interface
by Allen Martin
· 12 years ago
73e0f1b
tegra20: spi: move fdt probe to spi_init
by Allen Martin
· 12 years ago
8db241b
tegra: spi: pull register structs out of headers
by Allen Martin
· 12 years ago
77de583
tegra: spi: remove non fdt support
by Allen Martin
· 12 years ago
e8e99ab
tegra: spi: rename tegra SPI drivers
by Allen Martin
· 12 years ago
e0158b8
tegra: remove support for UART SPI switch
by Allen Martin
· 12 years ago
191d57d
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
47c6b2a
mmc: omap_hsmmc.c: only register getcd/getwp callbacks if gpio could be used
by Peter Korsgaard
· 12 years ago
f7b1510
mmc: mmc_getcd/getwp: use sensible defaults
by Peter Korsgaard
· 12 years ago
bdc9b24
arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platforms
by Tom Rini
· 12 years ago
385bc75
am335x_evm: Add better timings for the new BeagleBoard DDR3 part
by Tom Rini
· 12 years ago
725f0c5
ti814x_evm: add ti814x evm board support
by Matt Porter
· 12 years ago
7967b1a
ns16550: enable quirks for ti814x
by Matt Porter
· 12 years ago
683e71d
am33xx: support ti814x mmc reference clock
by Matt Porter
· 12 years ago
4035510
am33xx: add dmm support to emif4 library
by Matt Porter
· 12 years ago
691fbe3
am33xx: add ti814x specific register definitions
by Matt Porter
· 12 years ago
b409a80
am33xx: refactor am33xx mux support and add ti814x support
by Matt Porter
· 12 years ago
57da666
am33xx: refactor am33xx clocks and add ti814x support
by Matt Porter
· 12 years ago
65991ec
am33xx: refactor emif4/ddr to support multiple EMIF instances
by Matt Porter
· 12 years ago
e24646f
am33xx: convert defines from am33xx-specific to generic names
by Matt Porter
· 12 years ago
8eb48ff
am33xx: Add required includes to some omap/am33xx code
by Tom Rini
· 12 years ago
2c2dc65
igep00x0: Enable CONFIG_CMD_BOOTZ
by Enric Balletbo i Serra
· 12 years ago
2ac0754
ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.
by Enric Balletbo i Serra
· 12 years ago
c30d57b
am335x: Enable DDR PHY dynamic power down bit for DDR3 boards
by Vaibhav Hiremath
· 12 years ago
b750e5f
ARM: tegra: enable workaround for ARM erratum 716044
by Stephen Warren
· 12 years ago
c63c350
ARM: implement erratum 716044 workaround
by Stephen Warren
· 12 years ago
53e0059
am33xx:ddr:Fix config_sdram to work for all DDR
by Steve Kipisz
· 12 years ago
Next »