Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
49ac1973dabc1c60faa0235c6aaf0ca0d3cdb617
/
common
81420c3
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
c24895e
Refactor linker-generated arrays
by Albert ARIBAUD
· 12 years ago
9dbc836
Merge u-boot/master into u-boot-ti/master
by Tom Rini
· 12 years ago
2f3e2ca
lcd: implement a callback for splashimage
by Nikita Kiryanov
· 12 years ago
d6b5eed
SPL: ONENAND: Support SPL to boot u-boot from OneNAND.
by Enric Balletbo i Serra
· 12 years ago
e0eba1f
lcd: add option for board specific splash screen preparation
by Nikita Kiryanov
· 12 years ago
020f261
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
fbd76e8
led: Use STATUS_LED_ON and STATUS_LED_OFF when calling __led_set
by Otavio Salvador
· 12 years ago
f2f2ec9
bootm: fix conditional compilation for bootm ramdisk subcommand
by Daniel Schwierzeck
· 12 years ago
91d1b5f
env: Avoid clobbering an edited variable on ctrl-c
by Joe Hershberger
· 12 years ago
bf6ce79
sandbox: Add 'sb' command to access filesystem features
by Simon Glass
· 12 years ago
5b02602
Merge branch 'mem' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
7068b32
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
by Tom Rini
· 12 years ago
a99f03e
blackfin: bf60x: Port blackfin core architecture code to boot on bf60x.
by Sonic Zhang
· 12 years ago
9a50bc1
SPL: Change description for spl command
by Stefano Babic
· 12 years ago
e22a6fc
hash: Use lower case for hash algorithm names
by Simon Glass
· 12 years ago
68f1556
sandbox: Allow hash functions to work correctly
by Simon Glass
· 12 years ago
ad02a01
sandbox: Update mtest to fix crashes
by Simon Glass
· 12 years ago
1c6c725
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
by Simon Glass
· 12 years ago
0bbd76f
Roll crc32 into hash infrastructure
by Simon Glass
· 12 years ago
80e345a
hash: Add a flag to support saving hashes in the environment
by Simon Glass
· 12 years ago
9adb686
image: Use crc header file instead of C prototypes
by Simon Glass
· 12 years ago
103789d
common: Use new numeric setenv functions
by Simon Glass
· 12 years ago
044dc9e
Update set_working_fdt_addr() to use setenv_addr()
by Simon Glass
· 12 years ago
5107525
Reduce casting in mtest
by Simon Glass
· 12 years ago
eb4598b
Bring mtest putc() into common code
by Simon Glass
· 12 years ago
130103e
Fix mtest indenting
by Simon Glass
· 12 years ago
57ee443
Use common mtest iteration counting
by Simon Glass
· 12 years ago
8f2c758
Split out the memory tests into separate functions
by Simon Glass
· 12 years ago
e6d0ca2
sandbox: Change memory commands to use map_physmem
by Simon Glass
· 12 years ago
20bc72a
Tidy up error checking and fix bug in hash command
by Simon Glass
· 12 years ago
6be8b83
common: cmd_sata: Fix usage text for 'sata init'
by Fabio Estevam
· 12 years ago
3c51a85
common/env_nand.c: calculate crc only when readenv was OK
by Phil Sutter
· 12 years ago
190e58a
env_nand.c: clarify log messages when env reading fails
by Phil Sutter
· 12 years ago
abd3a3b
nand: fix nand read.option parsing
by Harvey Chapman
· 12 years ago
3df41b1
imls: Add support to list images in NAND device
by Vipin Kumar
· 12 years ago
36c06b1
gpt: fix partion size limit
by Piotr Wilczek
· 12 years ago
dd650f1
led: The gpio_led.c code expects that LED state is from the enum
by Holger Hans Peter Freyther
· 12 years ago
41cfa2d
cmd_elf: Fix broken bootvx command
by Reinhard Arlt
· 12 years ago
aec64f0
cmd_load.c: Add #endif comments to reduce confusion
by Robert P. J. Day
· 12 years ago
21c9b78
cmd_mem.c: Fix some typoes, no functional changes
by Robert P. J. Day
· 12 years ago
b3b533c
malloc: make malloc_bin_reloc static
by Gabor Juhos
· 12 years ago
fc3a0f0
spl: support for booting via usbeth
by Ilya Yanok
· 12 years ago
6542c07
common/fdt_support.c: sparse fixes
by Kim Phillips
· 12 years ago
d150db6
treewide: include libfdt_env.h before fdt.h
by Kim Phillips
· 12 years ago
94f1948
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 12 years ago
0828cf2
serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option
by Michal Simek
· 12 years ago
94ff067
cmd_time: merge run_command_and_time_it with cmd_process
by Richard Genoud
· 12 years ago
56014a4
console: USB: KBD: Fix incorrect autoboot timeout
by Jim Lin
· 12 years ago
606b3dd
common: env_mmc: Use __weak annotation to simplify code
by Fabio Estevam
· 12 years ago
6f732bc
common/cmd_bootm.c: prevent running of subcommands before 'bootm start'
by Gabor Juhos
· 12 years ago
66d6e63
Only use fb_base if we have a display
by Simon Glass
· 12 years ago
971eb34
common: cmd_bdinfo: Fix compilation warning for microblaze
by Michal Simek
· 12 years ago
c4c248f
common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARM
by Michal Simek
· 12 years ago
34a194f
ppc: Move brg_clk to arch_global_data
by Simon Glass
· 12 years ago
6b4ee15
arm: Move tlb_addr and tlb_size to arch_global_data
by Simon Glass
· 12 years ago
2a7a8ae
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 12 years ago
8ef7f1f
lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs
by Nikita Kiryanov
· 12 years ago
90a4cc8
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
6c52916
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
a218709
bootm: relocate names of sub-command table for archs with CONFIG_NEEDS_MANUAL_RELOC
by Daniel Schwierzeck
· 12 years ago
eacd14f
Add option to display customised memory information
by Simon Glass
· 12 years ago
b973a29
Sound: Add FDT support to CMD.
by Rajeshwari Shinde
· 12 years ago
52d9b90
x86: Add coreboot version to u-boot's version command
by Stefan Reinauer
· 12 years ago
dcadd25
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
0af4733
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 12 years ago
0e640e6
Add a simple load option to setexpr
by Joe Hershberger
· 12 years ago
4b5545e
spi: Add SPI flash test
by Simon Glass
· 12 years ago
c0d2f0b
spi: Add progress percentage and write speed to `sf update`
by James Miller
· 12 years ago
bafe41a
Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged
by Allen Martin
· 12 years ago
976b323
usb: properly detect empty mass storage media reader
by Vincent Palatin
· 12 years ago
ebb2478
usb: Clean up newly allocated device nodes in case of configuration failure
by Milind Choudhary
· 12 years ago
a261282
usbh/ehci: Increase timeout for enumeration
by Vipin Kumar
· 12 years ago
2289ec1
env: Handle write-once ethaddr and serial# generically
by Joe Hershberger
· 12 years ago
8335ce7
env: Implement the env delete command
by Joe Hershberger
· 12 years ago
f64bb77
env: Add setenv force support
by Joe Hershberger
· 12 years ago
6fe26c9
env: Add support for access control to .flags
by Joe Hershberger
· 12 years ago
a2d62b7
env: Add a command to display details about env flags
by Joe Hershberger
· 12 years ago
dd7750a
tools/env: Add environment variable flags support
by Joe Hershberger
· 12 years ago
71497d0
env: Add environment variable flags
by Joe Hershberger
· 12 years ago
03ddaba
env: Add a silent env handler
by Joe Hershberger
· 12 years ago
5c89d6d
env: Add a console env handler
by Joe Hershberger
· 12 years ago
d1f5ae9
env: Add a loadaddr env handler
by Joe Hershberger
· 12 years ago
3928bb6
env: Add a baudrate env handler
by Joe Hershberger
· 12 years ago
dc9d1e5
env: Add a bootfile env handler
by Joe Hershberger
· 12 years ago
1b0d551
env: Add a command to view callbacks
by Joe Hershberger
· 12 years ago
60fd3ad
env: Add support for callbacks to environment vars
by Joe Hershberger
· 12 years ago
79a905e
env: Hide '.' variables in env print by default
by Joe Hershberger
· 12 years ago
864ec56
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
638e659
env: Refactor apply into change_ok
by Joe Hershberger
· 12 years ago
a46f770
env: Refactor do_apply to a flag
by Joe Hershberger
· 12 years ago
cc00ea8
gpt: Support for new "gpt" command
by Piotr Wilczek
· 12 years ago
81274c7
cmd:spl:fix: Prevent from a build error on boards, which don't support FDT
by Łukasz Majewski
· 12 years ago
04d1bd2
tpm: Add TPM stress test
by Luigi Semenzato
· 12 years ago
a2cc855
console: Enable function to display console info
by Simon Glass
· 12 years ago
607eebb
Add console command to access io space registers
by Vadim Bendebury
· 12 years ago
db4a88d
fdt: edid: Enable fdt_add_edid() function when CONFIG_LCD defined
by Tom Wai-Hong Tam
· 12 years ago
6664f20
edid: Add I2C command for printing the EDID
by Tom Wai-Hong Tam
· 12 years ago
baebbf5
edid: Library of EDID decode and print
by Tom Wai-Hong Tam
· 12 years ago
058bb8d
Add hash command to perform hashing using various algorithms
by Simon Glass
· 12 years ago
Next »