Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1b0d55155d78b47b59495108650b21eaf0acaee6
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
e5611c3
env: Consolidate common code in hsearch_r()
by Joe Hershberger
· 12 years ago
a46f770
env: Refactor do_apply to a flag
by Joe Hershberger
· 12 years ago
32ec63c
Make linux kernel string funcs available to tools
by Joe Hershberger
· 12 years ago
f058f83
gpt: Enable support for GPT partition table restoration at Samsung's Trats
by Lukasz Majewski
· 12 years ago
cc00ea8
gpt: Support for new "gpt" command
by Piotr Wilczek
· 12 years ago
0dcfc5c
gpt: Support for GPT (GUID Partition Table) restoration
by Lukasz Majewski
· 12 years ago
823ffde
gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>
by Chang Hyun Park
· 12 years ago
f021366
gpt:doc: GPT (GUID Partition Table) documentation
by Lukasz Majewski
· 12 years ago
83ee7af
part:efi: Move part_efi.h file to ./include
by Lukasz Majewski
· 12 years ago
99180d6
vsprintf:fix: Change type returned by ustrtoul
by Lukasz Majewski
· 12 years ago
7dadbeb
Merge branch 'master' of git://git.denx.de/u-boot-mips
by Tom Rini
· 12 years ago
7fe0ac8
mips: serial: Fix busted manual relocation
by Joe Hershberger
· 12 years ago
689eecd
MIPS: constify mips_io_port_base
by Daniel Schwierzeck
· 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
9f68f8e
exynos: Enable hashing functions and EDID for smdk5250
by Simon Glass
· 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
ff436e0
sha1sum: Use generic hash layer
by Simon Glass
· 12 years ago
b879045
Add generic hash API
by Simon Glass
· 12 years ago
459af69
Add strcasecmp() and strncasecmp()
by Simon Glass
· 12 years ago
0df8243
sha256: Use const where possible and add watchdog function
by Simon Glass
· 12 years ago
5f60fa2
sha1: Use const where possible, and unsigned for input len
by Simon Glass
· 12 years ago
b6528f9
stdio: remove useless strncpy
by Vincent Palatin
· 12 years ago
8ee5d6c
Fix use of conditional LMB
by Simon Glass
· 12 years ago
c889fb4
Add a command to read raw blocks from a partition
by Kenneth Waters
· 12 years ago
d1390c8
Add gettime command
by Anton Staaf
· 12 years ago
be960eb
Add new bootstage step for the main loop
by Simon Glass
· 12 years ago
d9a6717
gpio: remove duplicate function signature
by Nikita Kiryanov
· 12 years ago
1568c798
designware_i2c.h: Define IC_CLK only if not already defined in config file
by Armando Visconti
· 12 years ago
891a1c4
designware_i2c.h: Fixed the correct values for SCL low/high time
by Armando Visconti
· 12 years ago
28a724f
designware_i2c: Fixed the setting of the i2c bus speed
by Armando Visconti
· 12 years ago
6bc6ef7
designware_i2c: Added s/w generation of stop bit
by Armando Visconti
· 12 years ago
4a7b4ec
designware_i2c.c: Added the support for MULTI_BUS
by Armando Visconti
· 12 years ago
b35cd1c
drivers:i2c: Modify I2C driver for Exynos4
by Piotr Wilczek
· 12 years ago
edad217
exynos:pinmux: Add pinmux support for i2c
by Piotr Wilczek
· 12 years ago
2c7e06c
exynos:cpu: Add Exynos4 I2C spacing
by Piotr Wilczek
· 12 years ago
01d589f
exynos:clock: Add i2c clock
by Piotr Wilczek
· 12 years ago
17b4852
omap24xx_i2c: Handle OMAP5 like OMAP2,3,4
by Vincent Stehlé
· 12 years ago
9fd4f7f
mxs: i2c: Implement algorithm to set up arbitrary i2c speed
by Marek Vasut
· 12 years ago
b5e45d5
mxs: i2c: Restore speed setting after block reset
by Marek Vasut
· 12 years ago
111725c
i2c: mxs: Fix TIMING2 register value
by Marek Vasut
· 12 years ago
77f9a1c
i2c: mxs: Use i2c_set_bus_speed() in i2c_init()
by Marek Vasut
· 12 years ago
7d20a4b
i2c: mxs: Implement i2c_get/set_bus_speed()
by Marek Vasut
· 12 years ago
d770201
i2c: mxs: Abstract out the MXS I2C speed setup
by Marek Vasut
· 12 years ago
2476c8d
i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.c
by Marek Vasut
· 12 years ago
ae61146
i2c: Staticize local functions in mxc i2c driver
by Marek Vasut
· 12 years ago
392d924
i2c: Use __weak instead of __attribute__((weak, alias))
by Marek Vasut
· 12 years ago
1f5e8b1
soft_i2c: add necessary includes for AVR32
by Andreas Bießmann
· 14 years ago
d617be3
Correct comment to show the parameters as defined in tools/mkimage.h
by Lars Rasmusson
· 12 years ago
790e7f2
MIPS: constify address pointer in test_bit()
by Daniel Schwierzeck
· 12 years ago
26dd82b
MIPS: fix a latent bug on initialize $gp
by Zhi-zhou Zhang
· 12 years ago
b8d71e3
Merge branch 'master' of git://git.denx.de/u-boot-x86
by Tom Rini
· 12 years ago
73f12f0
fs:ext4:write: Initialize cache aligned filename buffer
by Łukasz Majewski
· 12 years ago
b55a793
fs:ext4:fix: Code refactoring to suppress compiler warnings
by Łukasz Majewski
· 12 years ago
ca10c8c
fs:ext4:write: Store block device descriptor in file system structure
by Łukasz Majewski
· 12 years ago
cb5de1b
fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division
by Łukasz Majewski
· 12 years ago
e91505d
Change e-mail address of Luka Perkov
by Luka Perkov
· 12 years ago
f1d17fb
serial_pl011: Set RTS during initialization
by Joshua Housh
· 12 years ago
281baaf
MAINTAINERS: Add a pointer to the custodians page.
by Robert P. J. Day
· 12 years ago
4f7bfe2
x86: Fix coreboot config to boot on Chromebook
by Simon Glass
· 12 years ago
c5206bb
x86: Turn on support for EFI's GPT in the coreboot config
by Gabe Black
· 12 years ago
c28c3b2
x86: coreboot: Enable video display
by Simon Glass
· 12 years ago
54df8ce
x86: Build vga video code only if CONFIG_VIDEO_VGA is defined
by Simon Glass
· 12 years ago
2c0ff4e
x86: Remove video_init() prototype from u-boot-x86.h
by Simon Glass
· 12 years ago
33778ea
video: Check for valid FB pointer before clearing
by Duncan Laurie
· 12 years ago
d1c0d2c
x86: drop unused code in coreboot.c
by Stefan Reinauer
· 12 years ago
965b90b
x86: Remove coreboot_ from file name
by Stefan Reinauer
· 12 years ago
56cee44
x86: Provide a way to throttle port80 accesses
by Vadim Bendebury
· 12 years ago
6ab0258
x86: Provide tick counter and frequency reference for Intel core architecture
by Vadim Bendebury
· 12 years ago
33307c4
x86: Issue SMI to finalize Coreboot in final stage
by Duncan Laurie
· 12 years ago
115f747
x86: Fix MTRR clear to detect which MTRR to use
by Duncan Laurie
· 12 years ago
43a2fdd
x86: Emit port 80 post codes in show_boot_progress()
by Stefan Reinauer
· 12 years ago
791f61b
x86: fdt: Create basic .dtsi file for coreboot
by Simon Glass
· 12 years ago
ef4356d
x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctly
by Gabe Black
· 12 years ago
050a4c6
x86: Add support for CONFIG_OF_CONTROL
by Gabe Black
· 12 years ago
0065144
x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading
by Stefan Reinauer
· 12 years ago
ef89932
x86: Add back cold- and warm-boot flags
by Gabe Black
· 12 years ago
7169ce3
x86: Override calculate_relocation_address to use the e820 map
by Gabe Black
· 12 years ago
b841abf
x86: Make calculate_relocation_address an overridable function
by Gabe Black
· 12 years ago
c1b5877
x86: Make the upper bound on relocated symbols closed instead of open
by Gabe Black
· 12 years ago
1311361
x86: Reorder x86's post relocation memory layout
by Gabe Black
· 12 years ago
a97cbda
x86: Initialise SPI if enabled
by Gabe Black
· 12 years ago
d64c6ad
x86: Implement arch_phys_memset so that it can wipe memory above 4GB
by Gabe Black
· 12 years ago
a2f3a93
Introduce arch_phys_memset which works like memset but on physical memory
by Gabe Black
· 12 years ago
8f090ca
x86: Increase the size of the phys_size_t and phys_addr_t types
by Gabe Black
· 12 years ago
bf4c9fb
x86: Fix off-by-one error in do_elf_reloc_fixups()
by Duncan Laurie
· 12 years ago
5dfabfa
x86: Ignore memory >4GB when parsing Coreboot tables
by Duncan Laurie
· 12 years ago
c777e52
x86: Enable CONFIG_CMD_ZBOOT for coreboot
by Simon Glass
· 12 years ago
923bbf0
x86: Fix indirect jmp warning in zimage.c
by Simon Glass
· 12 years ago
101e4b7
x86: Clean up MTRR 7 right before jumping to the kernel
by Stefan Reinauer
· 12 years ago
Next »