Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
68c0c02c674234f83b58bc13ffef184c5fe20c1b
/
common
e259cfa
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
3ccad53
COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition
by Amar
· 12 years ago
757a92f
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
b0f347c
common: Update cmd_bdinfo for PPC
by York Sun
· 12 years ago
4ad7dd5
cmd_mem: fix cp command
by Masahiro Yamada
· 12 years ago
8e4ed9a
fdt_support: Use CONFIG_NR_DRAM_BANKS if defined
by Doug Anderson
· 12 years ago
1658c11
bootm: Avoid 256-byte overflow in fixup_silent_linux()
by Doug Anderson
· 13 years ago
406f681
Power: remove support for Freescale MPC8220
by Wolfgang Denk
· 12 years ago
daee1d8
drivers/mmc: move spl_mmc.c to common/spl
by Ying Zhang
· 12 years ago
50ad221
arm: Refactor bootm to reduce #ifdefs
by Simon Glass
· 12 years ago
9ca3742
image: Add device tree setup to image library
by Simon Glass
· 12 years ago
c6bdabb
image: Split libfdt code into image-fdt.c
by Simon Glass
· 12 years ago
82d9453
image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL
by Simon Glass
· 12 years ago
1030f16
image: Remove remaining #ifdefs in image-fit.c
by Simon Glass
· 12 years ago
4964806
sandbox: image: Add support for booting images in sandbox
by Simon Glass
· 12 years ago
e61aa44
image: Rename hash printing to fit_image_print_verification_data()
by Simon Glass
· 12 years ago
dc0f52c
image: Export fit_conf_get_prop_node()
by Simon Glass
· 12 years ago
8f3aa46
image: Move error! string to common place
by Simon Glass
· 12 years ago
f0fd511
image: Move hash checking into its own function
by Simon Glass
· 12 years ago
7428ad1
image: Rename fit_image_check_hashes() to fit_image_verify()
by Simon Glass
· 12 years ago
10a1eca
image: Move HOSTCC image code to tools/
by Simon Glass
· 12 years ago
da0af36
image: Split FIT code into new image-fit.c
by Simon Glass
· 12 years ago
36b916a
image: Export fit_check_ramdisk()
by Simon Glass
· 12 years ago
af0ec0d
image: Move timestamp #ifdefs to header file
by Simon Glass
· 12 years ago
c75d53d
hash: Add a way to calculate a hash for any algortihm
by Simon Glass
· 12 years ago
df372d6
env: Fix minor comment typos in cmd_nvedit
by Simon Glass
· 12 years ago
232cda1
Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk53-warning-fixes
by Tom Rini
· 12 years ago
a039527
x86: Fix warning in cmd_ximg.c when CONFIG_GZIP is not defined
by Simon Glass
· 12 years ago
a8d147b
bootstage: Allow marking a particular line of code
by Simon Glass
· 12 years ago
844199d
Call bootstage_relocate() after malloc is initted
by Doug Anderson
· 12 years ago
87e0d8b
bootstage: Copy bootstage strings post-relocation
by Doug Anderson
· 12 years ago
a671b70
blackfin: bf609: add softswitch config command
by Bob Liu
· 12 years ago
66f827b
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
33de200
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
29e6eb3
Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
3f30b0a
ARM: OMAP: Cleanup boot parameters usage
by SRICHARAN R
· 12 years ago
c7cd5b4
cmd: fpga: Do not include net.h
by Michal Simek
· 12 years ago
cd5a1cf
cmd: fpga: Move fpga_loadbitstream to fpga.c
by Michal Simek
· 12 years ago
a888af7
cmd: fpga: Clean coding style
by Michal Simek
· 12 years ago
86c35be
usb: fix: Fixing Port status and feature number constants
by Vivek Gautam
· 12 years ago
c9b13d6
usb: hub: Parallelize power-cycling of root-hub ports
by Vivek Gautam
· 12 years ago
df3f221
USB: SS: Add support for Super Speed USB interface
by Vivek Gautam
· 12 years ago
e6c9590
usb: hub: Fix enumration timeout
by Vivek Gautam
· 12 years ago
de70166
usb: Update device class in usb device's descriptor
by Vivek Gautam
· 12 years ago
15e49a6
usb: hub: Power-cycle on root-hub ports
by Vivek Gautam
· 12 years ago
23cbd29
USB: Some cleanup prior to USB 3.0 interface addition
by Vivek Gautam
· 12 years ago
f94c95d
usb: common: Weed out USB_**_PRINTFs from usb framework
by Vivek Gautam
· 12 years ago
d404670
usb: Add new command to set USB 2.0 port test modes
by Julius Werner
· 12 years ago
a1d25a3
env_mmc: add support for redundant environment
by Michael Heimpold
· 12 years ago
d7a886b
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
2eec2ab
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
by Egbert Eich
· 12 years ago
b04ae78
setexpr: add regex substring matching and substitution
by Wolfgang Denk
· 12 years ago
b2234d6
setexpr: simplify code, improve help message
by Wolfgang Denk
· 12 years ago
ac9c301
"env grep" - add support for regular expression matches
by Wolfgang Denk
· 12 years ago
b917ba4
"env grep" - add options to grep in name, value, or both.
by Wolfgang Denk
· 12 years ago
e27fc12
"env grep" - reimplement command using hexport_r()
by Wolfgang Denk
· 12 years ago
565af27
hashtable: preparations to use hexport_r() for "env grep"
by Wolfgang Denk
· 12 years ago
ea307e8
sandbox: fs: Add support for saving files to host filesystem
by Simon Glass
· 12 years ago
7e5581e
sandbox: Support 'source' command
by Simon Glass
· 12 years ago
9b48a9b
Revert "fdt- Tell the FDT library where the device tree is"
by Simon Glass
· 12 years ago
b7fc710
sandbox: fdt: Support fdt command for sandbox
by Simon Glass
· 12 years ago
0bfc4cc
fdt: Allow fdt command to check and update control FDT
by Simon Glass
· 12 years ago
abbd512
Add getenv_hex() to return an environment variable as hex
by Simon Glass
· 12 years ago
546b9a3
fdt: Add a parameter to fdt_valid()
by Simon Glass
· 12 years ago
1539343
sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
by Simon Glass
· 12 years ago
62cf912
sandbox: Switch over to generic board
by Simon Glass
· 12 years ago
a8e8855
Add fuse API and commands
by Benoît Thébaudeau
· 12 years ago
d20cba5
flash: Add optional verify-after-write feature
by Stefan Roese
· 12 years ago
6108ef6
mmc: support the correct card version for eMMC
by Jaehoon Chung
· 12 years ago
ec85681
printenv: Correct out-of-memory condition check.
by Maxime Larocque
· 12 years ago
3f55a31
x86: Allow setup code to manage its own global data
by Simon Glass
· 12 years ago
6dd76f6
x86: Fix DRAM bank size init with generic board
by Simon Glass
· 12 years ago
de0cf30
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
c18f901
tpm: Add TPM command library
by Che-liang Chiou
· 12 years ago
f457a12
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
db14e86
env: Add redundant env support to UBI env
by Joe Hershberger
· 12 years ago
0c5faa8
env: Add support for UBI environment
by Joe Hershberger
· 12 years ago
3902c60
mtd: Make mtdparts work with pre-reloc env
by Joe Hershberger
· 12 years ago
47550fc
ubi: ubifs: Turn off verbose prints
by Joe Hershberger
· 12 years ago
9219845
ubi: Expose a few simple functions from the cmd_ubi
by Joe Hershberger
· 12 years ago
9192cc3
Do not call board_early_init_f() twice
by Vadim Bendebury
· 12 years ago
647a6a1
cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS
by Tom Rini
· 12 years ago
32d9618
nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters
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
a840b8e
Revert "env: fix potential stack overflow in environment functions"
by Tom Rini
· 12 years ago
0ff9c5e
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
18faca7
mmc: don't allow extra cmdline arguments
by Stephen Warren
· 12 years ago
04cae82
env: fix potential stack overflow in environment functions
by Rob Herring
· 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
cbd8f2c
gen: Add sha h/w acceleration to hash
by Akshay Saraswat
· 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
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
Next »