Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
83921e7d0b6310b713e8f2df6a5a711c31d41d88
83921e7
sunxi: Update new defconfigs
by Tom Rini
· 9 years ago
d5499a2
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
de12f02
sunxi: Add support for the Lamobo R1 board
by Jelle de Jong
· 9 years ago
cc78aff
sunxi: Add support for Orangepi Plus and Orangepi PC boards
by Hans de Goede
· 9 years ago
b7f9007
sunxi: Add H3 dts[i] files
by Hans de Goede
· 9 years ago
2b8bd91
sunxi: clock: Set AHB1 clock frequency to 200MHz on Allwinner H3
by Siarhei Siamashka
· 9 years ago
53f018e
sunxi: Add H3 DRAM initialization support
by Jens Kuske
· 9 years ago
f977072
sunxi: Add basic H3 support
by Jens Kuske
· 9 years ago
bce07f6
sunxi: musb: Implement dfu_usb_get_reset()
by Siarhei Siamashka
· 9 years ago
db41834
sunxi: Enable DFU for RAM
by Siarhei Siamashka
· 9 years ago
ad5b2a2
vexpress64: store env in flash
by Ryan Harkin
· 9 years ago
b522757
vexpress64: remove #error
by Ryan Harkin
· 9 years ago
98d2fff
vexpress64: use 2nd DRAM bank only on juno
by Ryan Harkin
· 9 years ago
8961d50
vexpress64: compile Juno PCIe conditionally
by Ryan Harkin
· 9 years ago
7515464
Juno: don't print PCI debug information by default
by Andre Przywara
· 9 years ago
a24ea7a
eeprom: Clean up checkpatch issues
by Marek Vasut
· 9 years ago
4d17f71
eeprom: Add support for selecting i2c bus
by Marek Vasut
· 9 years ago
f422ae7
eeprom: Add bus argument to eeprom_init()
by Marek Vasut
· 9 years ago
7a23721
eeprom: Pull out the RW loop
by Marek Vasut
· 9 years ago
d062c48
eeprom: Pull out transfer length computation
by Marek Vasut
· 9 years ago
4208679
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS
by Marek Vasut
· 9 years ago
a1d4aeb
eeprom: Suck the ifdef into eeprom_init()
by Marek Vasut
· 9 years ago
d848b08
eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS
by Marek Vasut
· 9 years ago
2a632ffc
eeprom: Make eeprom_write_enable() weak
by Marek Vasut
· 9 years ago
6ae5957
eeprom: Pull out address computation
by Marek Vasut
· 9 years ago
78990c7
eeprom: Pull out the I/O code
by Marek Vasut
· 9 years ago
ae59bfc
eeprom: Zap CONFIG_SPI_X
by Marek Vasut
· 9 years ago
ff933f5
eeprom: Zap eeprom_probe()
by Marek Vasut
· 9 years ago
44a6ac4
eeprom: Zap CONFIG_SYS_EEPROM_X40430
by Marek Vasut
· 9 years ago
ee54144
eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
by Marek Vasut
· 9 years ago
704a096
eeprom: Shuffle code around
by Marek Vasut
· 9 years ago
a56b152
tricorder: rewrite tricordereeprom command
by Andreas Bießmann
· 9 years ago
dfa25df
ARM: keystone2: configs: Correct burn_uboot_sp erase size
by Cooper Jr., Franklin
· 9 years ago
5c13153
ARM: dra7x/am57x: Remove pin input/output config from WAKEUP pins
by Cooper Jr., Franklin
· 9 years ago
8e27fd6
nios2: 10m50: change to ns16550 uart
by Thomas Chou
· 9 years ago
a6cec01
ns16550: move CONFIG_SYS_NS16550 to Kconfig
by Thomas Chou
· 9 years ago
00ad1f0
ns16550: zap CONFIG_NS16550_SERIAL
by Thomas Chou
· 9 years ago
52ac443
ns16550: unify serial_omap
by Thomas Chou
· 9 years ago
e3b9026
ns16550: unify serial_tegra
by Thomas Chou
· 9 years ago
22221c0
ns16550: unify serial_dw
by Thomas Chou
· 9 years ago
ca32c98
ns16550: unify serial_keystone
by Thomas Chou
· 9 years ago
57ce19f
ns16550: unify serial_rockchip
by Thomas Chou
· 9 years ago
78b9881
ns16550: unify serial_ppc
by Thomas Chou
· 9 years ago
b0245de
ns16550: unify serial_x86
by Thomas Chou
· 9 years ago
16b2e7e
ns16550: add generic binding to unify the drivers
by Thomas Chou
· 9 years ago
d745429
ns16550: change map_sysmem to map_physmem
by Thomas Chou
· 9 years ago
d073841
debug_uart: restore ns16550 as default
by Thomas Chou
· 9 years ago
12c420c
dm: Add timeline and guide for porting serial drivers
by Simon Glass
· 9 years ago
c0ccc72
dm: test: usb: sandbox: Add keyboard tests for sandbox
by Simon Glass
· 9 years ago
2b510fa
sandbox: Enable USB keyboard
by Simon Glass
· 9 years ago
be4ebd1
usb: sandbox: Add a USB emulation driver
by Simon Glass
· 9 years ago
9042179
usb: sandbox: Add support for interrupt operations
by Simon Glass
· 9 years ago
ab88fdb
usb: Avoid open-coded USB constants in usb_kbd.c
by Simon Glass
· 9 years ago
48629c5
usb: Drop unused code in usb_kbd.c
by Simon Glass
· 9 years ago
846bb37
dm: test: usb: Add a test for device reordering
by Simon Glass
· 9 years ago
4700fe5
dm: test: usb: Add tests for the 'usb tree' command
by Simon Glass
· 9 years ago
35787d2
dm: usb: Remove inactive children after a bus scan
by Simon Glass
· 9 years ago
5082c69
dm: usb: Deprecate usb_get_dev_index()
by Simon Glass
· 9 years ago
7e7573c
Revert "dm: Export device_remove_children / device_unbind_children"
by Simon Glass
· 9 years ago
a435b6c
Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"
by Simon Glass
· 9 years ago
d43d7e9
Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"
by Simon Glass
· 9 years ago
668ef3d
sandbox: usb: Allow finding a USB emulator for a device
by Simon Glass
· 9 years ago
ac33899
sandbox: usb: Allow up to 4 emulated devices on a hub
by Simon Glass
· 9 years ago
31d7816
sandbox: usb: Allow dynamic emulated USB device descriptors
by Simon Glass
· 9 years ago
0a74c96
dm: core: Add safe device iteration macros
by Simon Glass
· 9 years ago
09def3a
usb: Refactor USB tree output code for testing
by Simon Glass
· 9 years ago
fe6d12a
test: Record and silence console in tests
by Simon Glass
· 9 years ago
79defce
sandbox: Enable console recording and silent console
by Simon Glass
· 9 years ago
1bb4923
console: Add a console buffer
by Simon Glass
· 9 years ago
1294ecf
Add a circular memory buffer implementation
by Simon Glass
· 9 years ago
456f5e4
Drop config.h header from display_options.c
by Simon Glass
· 9 years ago
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· 9 years ago
2d7c499
dm: usb: Avoid time delays in sandbox tests
by Simon Glass
· 9 years ago
b25fa31
sandbox: Add a way to skip time delays
by Simon Glass
· 9 years ago
bfb744c
sandbox: cros_ec: fix uninitialized use of len
by Daniel Schwierzeck
· 9 years ago
7ca7374
x86: qemu: Convert to use driver model keyboard
by Bin Meng
· 9 years ago
50704d3
x86: crownbay: Convert to use driver model keyboard
by Bin Meng
· 9 years ago
cb6a19f
input: Ban digit numbers if 'Num Lock' is not on
by Bin Meng
· 9 years ago
07ab26e
input: Change LED state bits to conform i8042 compatible keyboard
by Bin Meng
· 9 years ago
7e29bb8
input: Call keyboard's update_leds() method when the LEDs change
by Bin Meng
· 9 years ago
229ef05
input: Save keyboard's LED state to correct place
by Bin Meng
· 9 years ago
139309b
input: Convert 'keyboard' driver to use input library
by Simon Glass
· 9 years ago
eaba37e
video: input: Clean up after i8042 conversion
by Simon Glass
· 9 years ago
708c831
i8042: Handle a duplicate power-on-reset response
by Simon Glass
· 9 years ago
fa0a42a
input: Convert i8042 to driver model
by Simon Glass
· 9 years ago
ffe67e4
Drop CONFIG_ISA_KEYBOARD
by Simon Glass
· 9 years ago
3356cad
x86: Add an i8042 device for boards that have it
by Simon Glass
· 9 years ago
a1f9ee4
input: Add a Kconfig option for the i8042 keyboard
by Simon Glass
· 9 years ago
e1a77bb
input: i8042: Convert to use the input library
by Simon Glass
· 9 years ago
03fef7e
input: Allow updating of keyboard LEDs
by Simon Glass
· 9 years ago
f9bd6eb
input: Handle caps lock
by Simon Glass
· 9 years ago
210ac0d
input: Adjust structure of code in process_modifier()
by Simon Glass
· 9 years ago
e6fa485
input: Support the German keymap
by Simon Glass
· 9 years ago
7b059dc
sandbox: add a sandbox timer and basic test
by Thomas Chou
· 9 years ago
c2fbaa2
common/board_f.c: move mark_bootstage after arch_cpu_init_dm
by Thomas Chou
· 9 years ago
d64a8cb
input: Allow repeat filtering to be disabled
by Simon Glass
· 9 years ago
2fed04b
input: Add a function to add a keycode to the existing set
by Simon Glass
· 9 years ago
aba1f9d
input: Add a few more keyboard keycodes
by Simon Glass
· 9 years ago
e13d3fa
input: Correct keycode for Ctrl-Y
by Simon Glass
· 9 years ago
2915ad6
i8042: Adjust keyboard init to assume success
by Simon Glass
· 9 years ago
Next »