Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
1acc5559d9c3f45b4243474fe61ec3cab8d23f7a
« Previous
95a372b
da850: Add README.da850
by Tom Rini
· 12 years ago
d79f3a6
hawkboard: Update config file to work with common spl framework
by Sughosh Ganu
· 12 years ago
3f7f241
ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
by Tom Rini
· 12 years ago
ee0f60d
net: Quietly ignore DHCP Option 28 (Broadcast Address)
by Brian Rzycki
· 12 years ago
a655938
PXE: FDT: Add support for fdt in PXE
by Chander Kashyap
· 12 years ago
c0b5a3b
FEC: Replace magic contants
by Marek Vasut
· 12 years ago
6744909
FEC: Rework the TX wait mechanism
by Marek Vasut
· 12 years ago
bc1ce15
FEC: Remove endless loop in the FEC driver
by Marek Vasut
· 12 years ago
efe24d2
FEC: Properly align address over the buffers for cache ops
by Marek Vasut
· 12 years ago
e2a66e6
FEC: Do not pass unaligned buffer to network stack
by Marek Vasut
· 12 years ago
f91ba0e
net: Add Vitesse VSC8662 PHY support
by Priyanka Jain
· 12 years ago
b737337
net/phy: support the mv88e6352 switch
by Valentin Longchamp
· 12 years ago
460f949
net: eth_write_hwaddr: Return error for invalid MACs
by Benoît Thébaudeau
· 12 years ago
d97b4ce
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
by Tom Rini
· 12 years ago
77552b0
SPL: Use image_get_xxx() functions to access header values
by Stefan Roese
· 12 years ago
ae83d88
SPL: do not use fix value for u-boot size
by Stefano Babic
· 12 years ago
6507f13
SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
by Tom Rini
· 12 years ago
47f7bca
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· 12 years ago
d7cb93b
ARM: SPL: Move gpmc_init() to spl_board_init()
by Tom Rini
· 12 years ago
d4c4e0e
ARM: SPL: Start hooking in the current SPI SPL support
by Tom Rini
· 12 years ago
026b2fe
ARM: SPL: Clean up spl.c / spl_nand.c slightly
by Tom Rini
· 12 years ago
f088125
ARM: SPL: Make spl_mmc.c more generic
by Tom Rini
· 12 years ago
55cdbb8
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· 12 years ago
24dafad
ARM: SPL: Only call mem_malloc_init if configured
by Tom Rini
· 12 years ago
8082fda
ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
by Tom Rini
· 12 years ago
37189a1
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
by Tom Rini
· 12 years ago
8e1b836
ARM: SPL: Rename omap_boot_device to spl_boot_device
by Tom Rini
· 12 years ago
9f8a6e7
omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.
by Pavel Machek
· 12 years ago
6abbe74
omap-common: Fix typo in save_boot_params() in lowlevel_init.S
by Tom Rini
· 12 years ago
861a86f
omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
by Tom Rini
· 12 years ago
0da113e
spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
by Tom Rini
· 12 years ago
659e559
Makefile: Move SPL files to clobber, remove from clean
by Tom Rini
· 12 years ago
1170e63
FAT: Make it possible to read from any file position
by Benoît Thébaudeau
· 12 years ago
9aa90c1
env: checkpatch clean env_fat
by Igor Grinberg
· 12 years ago
3bb89e5
env: remove duplicated env_get_char_spec()
by Igor Grinberg
· 12 years ago
2d1d658
README.commands: Document what UNDEF_SYM does
by Tom Rini
· 12 years ago
244e6f9
patman: Use reverse order for changelog
by Otavio Salvador
· 12 years ago
00d0d2a
malloc: remove extern declarations of malloc_bin_reloc() in board.c files
by Daniel Schwierzeck
· 12 years ago
185f7d9
net: Add driver for Zynq Gem IP
by Michal Simek
· 12 years ago
1dff9d0
net: asix: add AX88772B support
by Lucas Stach
· 12 years ago
02c8d8c
net: asix: add read_mac function
by Lucas Stach
· 12 years ago
58f8fab
net: asix: add write_hwaddr function
by Lucas Stach
· 12 years ago
5fae53d
net: asix: split out basic reset function
by Lucas Stach
· 12 years ago
e1dbdf9
net: introduce transparent driver private in ueth_data
by Lucas Stach
· 12 years ago
b3873d3
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 12 years ago
5cf41dc
cmd_part: add partition-related command
by Stephen Warren
· 12 years ago
d27b5f9
disk: part_msdos: parse and store partition UUID
by Stephen Warren
· 12 years ago
894bfbb
disk: part_efi: parse and store partition UUID
by Stephen Warren
· 12 years ago
c04d68c
disk: part_efi: range-check partition number
by Stephen Warren
· 12 years ago
10a37fd
disk: get_device_and_partition() "auto" partition and cleanup
by Stephen Warren
· 12 years ago
2023e60
disk: introduce get_device()
by Stephen Warren
· 12 years ago
650f366
cmd_reiser: use common get_device_and_partition function
by Rob Herring
· 12 years ago
4120457
cmd_zfs: use common get_device_and_partition function
by Rob Herring
· 12 years ago
475c797
cmd_disk: use common get_device_and_partition function
by Rob Herring
· 12 years ago
cfda5ae
cmd_fat: use common get_device_and_partition function
by Rob Herring
· 12 years ago
8118081
cmd_extX: use common get_device_and_partition function
by Rob Herring
· 12 years ago
9450106
ext4: remove init_fs/deinit_fs
by Rob Herring
· 12 years ago
99d2c20
disk/part: introduce get_device_and_partition
by Rob Herring
· 12 years ago
40e0e56
disk/part: check bootable flag for DOS partitions
by Rob Herring
· 12 years ago
7405a13
combine block device load commands into common function
by Rob Herring
· 12 years ago
2f50164
disk: make get_partition_info() always available to disk.c
by Stephen Warren
· 12 years ago
cce5d21
MAKEALL: fix per arch board lists
by Allen Martin
· 12 years ago
59d63f7
ARM: arm1176: Define arch_cpu_init() at the SoC level
by Stephen Warren
· 12 years ago
5675b50
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 12 years ago
d23019f
common/lcd: fix build breakage for at91sam9x5ek and trats boards
by Anatolij Gustschin
· 12 years ago
8a0eccb
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· 12 years ago
e827fec
net: Allow netconsole settings to change after nc_start
by Joe Hershberger
· 12 years ago
f8be7d6
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
2c8fe51
net: Make the netconsole buffer size configurable
by Joe Hershberger
· 12 years ago
dcd5a59
net: sh_eth: Add support R8A7740 of rmobile (arm core)
by Nobuhiro Iwamatsu
· 12 years ago
905b3b0
dm: net: Fixup the armada100 FEC driver
by Marek Vasut
· 12 years ago
7fd7082
net: emaclite: Support OF initialization
by Michal Simek
· 12 years ago
61e1298
dm: net: Move IXP NPE to drivers/net/
by Marek Vasut
· 12 years ago
1389f98
net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000
by Tetsuyuki Kobayashi
· 12 years ago
46c07bc
api: net: fix length check in eth_receive()
by Michael Walle
· 12 years ago
7f51898
net: Make netconsole src and dest ports configurable
by Joe Hershberger
· 12 years ago
7577a4b
mx28evk: Add missing 'setexpr' command
by Otavio Salvador
· 12 years ago
e1eb75b
i.MX: shut down video before launch of O/S
by Eric Nelson
· 12 years ago
5f8e17c
i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame buffer
by Eric Nelson
· 12 years ago
5436eae
mx28evk: Remove fecmxc_mii_postcall()
by Fabio Estevam
· 12 years ago
5527024
KARO TX25: Fix NAND Flash R/W cycle times
by Benoît Thébaudeau
· 12 years ago
362635b
mx51evk: Add CONFIG_REVISION_TAG
by Benoît Thébaudeau
· 12 years ago
ee1f4ca
Prepare v2012.10-rc1
by Tom Rini
· 12 years ago
v2012.10-rc1
9fe2cfb
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 12 years ago
cf5787f
pci: fix some warnings related to assumptions about
by Kumar Gala
· 12 years ago
495dbd7
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
15b8338
video/powerpc: don't touch DIU registers that we don't need
by Timur Tabi
· 12 years ago
1b09b53
common/lcd: add protection from null bmp pointer
by Nikita Kiryanov
· 12 years ago
5bfa78d
fdt: Add header guard to fdtdec.h
by Simon Glass
· 12 years ago
1cb2323
fdt: Tidy debugging, add to fdtdec_get_int/addr()
by Simon Glass
· 12 years ago
1bbd28d
Add gpio_request() to asm-generic header
by Simon Glass
· 12 years ago
50d924b
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 12 years ago
3ab270d
Revert "memsize: Fix for bug in memory sizing code"
by Tom Rini
· 12 years ago
d193c1b
Merge remote-tracking branch 'u-boot-imx/master'
by Albert ARIBAUD
· 12 years ago
93ad908
usb: do explicit unaligned accesses
by Lucas Stach
· 12 years ago
81c1d7b
dfu:usb:fix: Read the "filesize" environment variable only when file read
by Łukasz Majewski
· 12 years ago
43e6627
dfu:usb: Support for ext4
by Łukasz Majewski
· 12 years ago
5fb29f3
Merge branch 'ext4'
by Tom Rini
· 12 years ago
55b523b
ext4: cache-align buffers so the invalidation works
by Stephen Warren
· 12 years ago
30a3f38
Flex bus definition update for Coldfire 5253.
by Jason Jin
· 12 years ago
Next »