Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1293858868aff2b7ffffa8d021f3bffc5cca4cee
1293858
ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
by Tom Rini
· 12 years ago
9ef51bd
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
by Tom Rini
· 12 years ago
292db77
SPL: Use image_get_xxx() functions to access header values
by Stefan Roese
· 12 years ago
fb5d62a
SPL: do not use fix value for u-boot size
by Stefano Babic
· 12 years ago
31dfba4
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
28591df
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· 12 years ago
9e0c260
ARM: SPL: Move gpmc_init() to spl_board_init()
by Tom Rini
· 12 years ago
ff7a605
ARM: SPL: Start hooking in the current SPI SPL support
by Tom Rini
· 12 years ago
7b51686
ARM: SPL: Clean up spl.c / spl_nand.c slightly
by Tom Rini
· 12 years ago
a0b9fa5
ARM: SPL: Make spl_mmc.c more generic
by Tom Rini
· 12 years ago
29d69dc
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· 12 years ago
730bae7
ARM: SPL: Only call mem_malloc_init if configured
by Tom Rini
· 12 years ago
09ebf1a
ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
by Tom Rini
· 12 years ago
a76ff95
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
by Tom Rini
· 12 years ago
0be93ff
ARM: SPL: Rename omap_boot_device to spl_boot_device
by Tom Rini
· 12 years ago
63c37f1
omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.
by Pavel Machek
· 12 years ago
69fa444
omap-common: Fix typo in save_boot_params() in lowlevel_init.S
by Tom Rini
· 12 years ago
fe3b0c7
omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
by Tom Rini
· 12 years ago
a0d8cca
spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
by Tom Rini
· 12 years ago
20ae90c
Makefile: Move SPL files to clobber, remove from clean
by Tom Rini
· 12 years ago
5295aa8
FAT: Make it possible to read from any file position
by Benoît Thébaudeau
· 12 years ago
49eee6e
env: checkpatch clean env_fat
by Igor Grinberg
· 12 years ago
9274dc0
env: remove duplicated env_get_char_spec()
by Igor Grinberg
· 12 years ago
a50f806
README.commands: Document what UNDEF_SYM does
by Tom Rini
· 12 years ago
cc1fbaa
patman: Use reverse order for changelog
by Otavio Salvador
· 12 years ago
01fe7db
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
by Daniel Schwierzeck
· 12 years ago
70e5307
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 12 years ago
3a52910
cmd_part: add partition-related command
by Stephen Warren
· 12 years ago
b287a87
disk: part_msdos: parse and store partition UUID
by Stephen Warren
· 12 years ago
c6c7b7a
disk: part_efi: parse and store partition UUID
by Stephen Warren
· 12 years ago
e47dbba
disk: part_efi: range-check partition number
by Stephen Warren
· 12 years ago
c87ff22
disk: get_device_and_partition() "auto" partition and cleanup
by Stephen Warren
· 12 years ago
afd909c
disk: introduce get_device()
by Stephen Warren
· 12 years ago
8d6ba05
cmd_reiser: use common get_device_and_partition function
by Rob Herring
· 12 years ago
153817e
cmd_zfs: use common get_device_and_partition function
by Rob Herring
· 12 years ago
ede8436
cmd_disk: use common get_device_and_partition function
by Rob Herring
· 12 years ago
5fc26df
cmd_fat: use common get_device_and_partition function
by Rob Herring
· 12 years ago
752e1bd
cmd_extX: use common get_device_and_partition function
by Rob Herring
· 12 years ago
30f7fd7
ext4: remove init_fs/deinit_fs
by Rob Herring
· 12 years ago
d586cec
disk/part: introduce get_device_and_partition
by Rob Herring
· 12 years ago
eda5111
disk/part: check bootable flag for DOS partitions
by Rob Herring
· 12 years ago
a20cbf9
combine block device load commands into common function
by Rob Herring
· 12 years ago
07c5bff
disk: make get_partition_info() always available to disk.c
by Stephen Warren
· 12 years ago
c0171ca
MAKEALL: fix per arch board lists
by Allen Martin
· 12 years ago
dad11a9
ARM: arm1176: Define arch_cpu_init() at the SoC level
by Stephen Warren
· 12 years ago
e6cb5cd
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 12 years ago
4bb5fa4
common/lcd: fix build breakage for at91sam9x5ek and trats boards
by Anatolij Gustschin
· 12 years ago
8493d50
Prepare v2012.10-rc1
by Tom Rini
· 12 years ago
0c947f7
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 12 years ago
1873d5c
pci: fix some warnings related to assumptions about
by Kumar Gala
· 12 years ago
e1ced00
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
d82cb11
video/powerpc: don't touch DIU registers that we don't need
by Timur Tabi
· 12 years ago
5c540b2
common/lcd: add protection from null bmp pointer
by Nikita Kiryanov
· 12 years ago
0a9d66f
fdt: Add header guard to fdtdec.h
by Simon Glass
· 12 years ago
c8c86dd
fdt: Tidy debugging, add to fdtdec_get_int/addr()
by Simon Glass
· 12 years ago
eadbf1a
Add gpio_request() to asm-generic header
by Simon Glass
· 12 years ago
9767a00
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 12 years ago
dd4f050
Revert "memsize: Fix for bug in memory sizing code"
by Tom Rini
· 12 years ago
2fa03bc
Merge remote-tracking branch 'u-boot-imx/master'
by Albert ARIBAUD
· 12 years ago
835e11e
usb: do explicit unaligned accesses
by Lucas Stach
· 12 years ago
180e3dd
dfu:usb:fix: Read the "filesize" environment variable only when file read
by Łukasz Majewski
· 12 years ago
71c88eb
dfu:usb: Support for ext4
by Łukasz Majewski
· 12 years ago
edd5f22
Merge branch 'ext4'
by Tom Rini
· 12 years ago
07639f2
ext4: cache-align buffers so the invalidation works
by Stephen Warren
· 12 years ago
9fc768d
Flex bus definition update for Coldfire 5253.
by Jason Jin
· 12 years ago
9324138
ColdFire: Queued SPI driver
by Richard Retanubun
· 14 years ago
8d8dac9
ColdFire: Clean up checkpatch warnings for MCF54451 and MCF54455
by Alison Wang
· 13 years ago
027f76f
ColdFire: Clean up checkpatch warnings for MCF547x and MCF548x
by Alison Wang
· 13 years ago
d132fe6
ColdFire: Clean up checkpatch warnings for MCF523x
by Alison Wang
· 13 years ago
35d23df
ColdFire: Clean up checkpatch warnings for MCF532x/MCF537x/MCF5301x
by Alison Wang
· 13 years ago
95bed1f
ColdFire: Clean up checkpatch warnings for MCF52x2
by Alison Wang
· 13 years ago
8bce3ec
ColdFire: Clean up checkpatch warnings for MCF5227x
by Alison Wang
· 13 years ago
e14f732
ColdFire: Add clear and set bits macros for ColdFire platform
by Alison Wang
· 13 years ago
fd54d53
ColdFire: Update the bitops for ColdFire platform
by Alison Wang
· 13 years ago
e573de2
ColdFire: Rename NANDFLASH_SIZE into CONFIG_NANDFLASH_SIZE for MCF537x
by Alison Wang
· 13 years ago
4fe7d0a
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
by Tom Rini
· 12 years ago
0377b56
mpc8308rdb: add support for eSDHC MMC controller
by Ira W. Snyder
· 12 years ago
d564e5f
mpc8308rdb: add support for FIT images
by Ira W. Snyder
· 12 years ago
429a1f9
mpc8308rdb: add support for Spansion SPI flash on header J8
by Ira W. Snyder
· 12 years ago
5261b00
mpc8xxx_spi: fix SPI support on MPC8308RDB
by Ira W. Snyder
· 12 years ago
7ca2a8a
FAT: Fix file contents listed as directory
by Benoît Thébaudeau
· 12 years ago
6765eb1
env: delete selected vars not present in imported env
by Gerlando Falauto
· 12 years ago
fe9f49d
env: make "env default" selective, check and apply
by Gerlando Falauto
· 12 years ago
393acf0
env: check and apply changes on delete/destroy
by Gerlando Falauto
· 12 years ago
d392595
env: add check/apply logic to himport_r()
by Gerlando Falauto
· 12 years ago
9b0e1ff
env: make himport_r() selective on variables
by Gerlando Falauto
· 12 years ago
dc88d59
env: unify logic to check and apply changes
by Gerlando Falauto
· 12 years ago
ee55de2
env: cosmetic: drop assignment i = iomux_doenv()
by Gerlando Falauto
· 12 years ago
eb6aaeb
fw_env: Add env vars describing U-Boot target board
by Benoît Thébaudeau
· 12 years ago
8cdea94
env_common: Add missing ethprime
by Benoît Thébaudeau
· 12 years ago
f712897
env import/export: Remove from help if disabled
by Benoît Thébaudeau
· 12 years ago
1d8af98
memsize: Fix for bug in memory sizing code
by Iwo Mergler
· 12 years ago
f6c92cd
env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFER
by Stephen Warren
· 12 years ago
fbaa804
ARM: Remove apollon board
by Marek Vasut
· 12 years ago
9c05809
IPL: Remove remains of OneNAND IPL
by Marek Vasut
· 12 years ago
1b85529
spl: remove forced linking of commands into SPL
by Tyler Olmstead
· 12 years ago
032b080
dm: sparc: Fixup the compile warnings in sparc code
by Marek Vasut
· 12 years ago
292af86
dm: sparc: common: Fixup cmd_bdinfo warnings
by Marek Vasut
· 12 years ago
56df42f
dm: sparc: net: Fixup greth compile warnings
by Marek Vasut
· 12 years ago
05ae4c9
mxc nand: Fix warning on !MXC_NFC_V2_1
by Tom Rini
· 12 years ago
Next »