Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
23f5cb578062f4002472940a20070a27abfcdde4
23f5cb5
vbe: Make vbe_setup_video_priv() public
by Bin Meng
· Sun Oct 09 04:14:15 2016 -0700
9e89799
x86: doc: Correct qfw command example
by Bin Meng
· Sun Oct 09 04:14:14 2016 -0700
79012bc
x86: Convert to use DM VESA video driver
by Bin Meng
· Sun Oct 09 04:14:13 2016 -0700
57b65e6
dm: video: Output verbose information in vbe_setup_video()
by Bin Meng
· Sun Oct 09 04:14:12 2016 -0700
2c9bb7a
dm: video: Add driver for VESA-compatible device
by Bin Meng
· Sun Oct 09 04:14:11 2016 -0700
1a43758
x86: doc: Document coreboot framebuffer driver issue on QEMU
by Bin Meng
· Sun Oct 09 04:14:10 2016 -0700
25f9578
x86: mrccache: Fix error handling in mrccache_get_region()
by Simon Glass
· Sun Sep 25 21:33:40 2016 -0600
d628623
x86: Drop unused init_helper functions
by Simon Glass
· Sun Sep 25 21:33:38 2016 -0600
c8f4453
x86: ivybridge: Tidy up enable_clock_gating() for 64-bit
by Simon Glass
· Sun Sep 25 21:33:35 2016 -0600
0a42c02
x86: ivybridge: Fix PCH power setup
by Simon Glass
· Sun Sep 25 21:33:34 2016 -0600
cd2c521
x86: Don't export interrupt handlers with x86_64
by Simon Glass
· Sun Sep 25 21:33:31 2016 -0600
64f9960
x86: i2c: Fix cast of address to 32-bit value
by Simon Glass
· Sun Sep 25 21:33:30 2016 -0600
b58770f
x86: Correct address casts in interrupt code
by Simon Glass
· Sun Sep 25 21:33:25 2016 -0600
5454f8f
x86: Correct address casts in cpu code
by Simon Glass
· Sun Sep 25 21:33:24 2016 -0600
87086d5
x86: Allow interrupts to be disabled in 64-bit mode
by Simon Glass
· Sun Sep 25 21:33:23 2016 -0600
26a2b2d
usb: pci: Fix cast for 64-bit compilation
by Simon Glass
· Sun Sep 25 21:33:21 2016 -0600
db01e8c
tpm: Tidy up use of size_t
by Simon Glass
· Sun Sep 25 21:33:20 2016 -0600
43d7c79
rtc: Use CONFIG_X86 instead of __I386__
by Simon Glass
· Sun Sep 25 21:33:11 2016 -0600
d4efdff
elf: Add the Elf64_Rela type
by Simon Glass
· Sun Sep 25 21:33:09 2016 -0600
39c4d6f
board_f: Drop the extra fdtdec_prepare_fdt()
by Simon Glass
· Sun Sep 25 21:33:07 2016 -0600
cc40906
bios_emulator: Fix cast for 64-bit compilation
by Simon Glass
· Sun Sep 25 21:33:06 2016 -0600
b30c97f
Add _image_binary_end section declaration
by Simon Glass
· Sun Sep 25 21:33:05 2016 -0600
b154a2d
dm: x86: Move link to use driver model for video
by Simon Glass
· Wed Oct 05 20:42:20 2016 -0600
5f69985
dm: x86: Move samus to use new driver model support
by Simon Glass
· Wed Oct 05 20:42:19 2016 -0600
a50d0e10
x86: Adjust config to support DM_VIDEO
by Simon Glass
· Wed Oct 05 20:42:18 2016 -0600
03f2a51
dm: x86: video: Add a driver-model driver for ivybridge graphics
by Simon Glass
· Wed Oct 05 20:42:15 2016 -0600
4ef5d2d
dm: video: Add driver-model support to vesa graphics
by Simon Glass
· Wed Oct 05 20:42:17 2016 -0600
4af407f
dm: stdio: Allow lazy probing of video devices
by Simon Glass
· Wed Oct 05 20:42:16 2016 -0600
a3fdd00
x86: video: Fix typo in broadwell Kconfig
by Simon Glass
· Wed Oct 05 20:42:14 2016 -0600
d19d073
dm: core: Add a function to get a uclass name
by Simon Glass
· Wed Oct 05 20:42:13 2016 -0600
7ab0c2d
list: Add list_last_entry() to find the last entry
by Simon Glass
· Wed Oct 05 20:42:12 2016 -0600
e9ee762
Fix return value in trailing_strtoln()
by Simon Glass
· Wed Oct 05 20:42:11 2016 -0600
889111c
x86: Add an accelerated memmove() function
by Simon Glass
· Wed Oct 05 20:42:10 2016 -0600
61e4f49
Revert "x86: broadwell: gpio: Remove the codes to set up pin control"
by Simon Glass
· Wed Oct 05 20:42:09 2016 -0600
58e41cc
x86: Fix Linux v4.7+ zimage booting (update bootparam.h)
by Stefan Roese
· Fri Sep 30 09:15:59 2016 +0200
555c682
x86: baytrail: Add 2nd eMMC controller to the PCI probe list
by Stefan Roese
· Mon Sep 26 10:18:07 2016 +0200
ad8bfa2
x86: conga-qeval20-qa3: Add README to explain the console UART options
by Stefan Roese
· Fri Sep 09 07:45:49 2016 +0200
d332ff7
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· Fri Oct 07 22:02:10 2016 -0400
72996bf
ARM: AM437X: Add Silicon ID support
by Lokesh Vutla
· Tue Oct 04 09:34:50 2016 +0530
e94b024
spl: saveenv: adding saveenv support in SPL
by B, Ravi
· Wed Sep 28 14:46:18 2016 +0530
6cddc60
cros_ec: Honor the google,remote-bus dt property
by Moritz Fischer
· Tue Sep 27 15:42:07 2016 -0700
3a7f10c
board: ti: dra7xx: complex definitions should be protected with parentheses
by Mugunthan V N
· Tue Sep 27 13:01:42 2016 +0530
b8c6b02
ARM: dts: dra72: add rev C evm support
by Mugunthan V N
· Tue Sep 27 13:01:41 2016 +0530
9d006b7
arm: Add return value argument to longjmp
by Alexander Graf
· Tue Sep 27 09:30:32 2016 +0200
ccb293f
env: tool: add command line option to input lockfile path
by B, Ravi
· Mon Sep 26 18:24:08 2016 +0530
acd0cab
dra7x: dfu: qspi: increase the qspi spl partition to 256K
by B, Ravi
· Mon Sep 26 18:21:13 2016 +0530
f801ff0
dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORT
by B, Ravi
· Mon Sep 26 18:20:33 2016 +0530
09abe2b
Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"
by Masahiro Yamada
· Mon Sep 26 20:45:27 2016 +0900
f576ecf
ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()
by Masahiro Yamada
· Mon Sep 26 20:45:26 2016 +0900
f6d1986
board: ge: bx50v3: Pass video bootargs for b850v3
by Ken Lin
· Fri Oct 07 10:26:56 2016 -0400
c041aab
ARM: keystone: remove declaration of unused functions
by Masahiro Yamada
· Mon Sep 26 20:45:25 2016 +0900
d8d5334
kbuild: generate u-boot.cfg as a byproduct of include/autoconf.mk
by Masahiro Yamada
· Mon Sep 26 13:05:01 2016 +0900
16a6521
kbuild: make dependencies in scripts/Makefile.autoconf more readable
by Masahiro Yamada
· Mon Sep 26 13:05:00 2016 +0900
cb86588
kbuild: move no_new_adhoc_configs_check to "all" target command
by Masahiro Yamada
· Mon Sep 26 13:04:59 2016 +0900
54c4495
check-config: fix wrong comment about how to build whitelist
by Masahiro Yamada
· Mon Sep 26 13:04:58 2016 +0900
824a201
config_whitelist: remove bogus options
by Masahiro Yamada
· Mon Sep 26 11:52:30 2016 +0900
76c7dde
config_whitelist: sync by tool
by Masahiro Yamada
· Mon Sep 26 11:52:29 2016 +0900
4952387
build-whitelist: do not add new options to whitelist when update
by Masahiro Yamada
· Mon Sep 26 11:52:28 2016 +0900
b1bb4d3
vexpress: disable cci ace slave ports when booting in non-sec/hyp mode
by Sudeep Holla
· Fri Sep 23 17:38:39 2016 +0100
fab806d
common/console.c: ensure GD_FLG_SILENT is set or cleared
by Chris Packham
· Fri Sep 23 15:59:43 2016 +1200
0fe0344
arm: dra7xx: Move fastboot options to defconfig
by Semen Protsenko
· Thu Sep 22 21:52:07 2016 +0300
71782cf
ARM: vf610: use strcpy for soc environment variable
by Stefan Agner
· Wed Sep 28 11:29:28 2016 +0200
2aa9344
configs: enable device tree for Colibri iMX7
by Stefan Agner
· Wed Oct 05 15:27:12 2016 -0700
e65377a
colibri_imx7: use Ricoh RN5T567 to reboot the board
by Stefan Agner
· Wed Oct 05 15:27:11 2016 -0700
fd8bb69
arm: dts: imx7: add Ricoh RN5T567 PMIC node
by Stefan Agner
· Wed Oct 05 15:27:10 2016 -0700
b084ddd
power: pmic: add Ricoh RN5T567 PMIC support
by Stefan Agner
· Wed Oct 05 15:27:09 2016 -0700
51213c01
colibri_imx7: remove legancy UART platform data
by Stefan Agner
· Wed Oct 05 15:27:08 2016 -0700
a30fe37
colibri_imx7: remove legancy I2C support
by Stefan Agner
· Wed Oct 05 15:27:07 2016 -0700
1ad129a
arm: dts: imx7: add basic i.MX 7/Colibri iMX7 device tree
by Stefan Agner
· Wed Oct 05 15:27:06 2016 -0700
e286902
arm: dts: imx7: add pinctrl defines
by Stefan Agner
· Wed Oct 05 15:27:05 2016 -0700
d5675e0
pinctrl: imx: do not announce driver initialization
by Stefan Agner
· Wed Oct 05 15:27:04 2016 -0700
a23ac7b
dm: imx: serial: support device tree
by Stefan Agner
· Wed Oct 05 15:27:03 2016 -0700
babaaa6
scripts: Add script to extract default environment
by Lukasz Majewski
· Sat Sep 17 06:57:39 2016 +0200
cf1fcf4
ARM: Add register defines for am33xx ePWM registers
by tomas.melin@vaisala.com
· Fri Sep 16 10:21:39 2016 +0000
6c90a7d
doc: typo fix addess -> address
by Jelle van der Waa
· Wed Sep 14 21:54:53 2016 +0200
82d0e23
ARM: OMAP5+: Override switch_to_hypervisor function
by Keerthy
· Wed Sep 14 10:43:33 2016 +0530
61488c1
ARM: Introduce function to switch to hypervisor mode
by Keerthy
· Wed Sep 14 10:43:32 2016 +0530
cdccbdb
configs: dra7xx_evm_defconfig: Enable LPAE mode
by Keerthy
· Wed Sep 14 10:43:31 2016 +0530
5cf3c3c
configs: am57xx_evm_defconfig: Enable LPAE mode
by Keerthy
· Wed Sep 14 10:43:30 2016 +0530
711bb0b
omap: Set appropriate cache configuration for LPAE and non-LAPE cases
by Keerthy
· Wed Sep 14 10:43:29 2016 +0530
708bc29
omap: Remove hardcoding of mmu section shift to 20
by Keerthy
· Wed Sep 14 10:43:28 2016 +0530
1f8378a
PWM: Correct misspellings of "module" in context of PWM
by Robert P. J. Day
· Tue Sep 13 08:35:18 2016 -0400
7b84eaa
ARM64: Add support for some of atomic64 operations
by Adam Oleksy
· Tue Sep 13 08:40:58 2016 +0200
6cf2ddb
cmd/onenand.c: block align warning
by Ladislav Michl
· Tue Sep 13 07:40:00 2016 +0200
a3297a6
search.h: Numerous grammatical fixes, comment updates
by Robert P. J. Day
· Fri Sep 09 06:22:10 2016 -0400
c5b1e5d
Various, accumulated typos collected from around the tree.
by Robert P. J. Day
· Wed Sep 07 14:27:59 2016 -0400
9c2eca1
ARMv8/sec-firmware: fix a compile error
by Hou Zhiqiang
· Tue Sep 06 14:23:07 2016 +0800
39cb834
ARM: Respect CONFIG_SPL_STACK define in lowlevel_init.S
by Siarhei Siamashka
· Mon Sep 05 06:36:10 2016 +0300
0b49b84
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment
by Andreas Fenkart
· Mon Aug 29 23:17:00 2016 +0200
5e755c7
tools/env: lookup dev_type directly from flash_read_buf/flash_write_buf
by Andreas Fenkart
· Mon Aug 29 23:16:59 2016 +0200
ae3b320
tools/env: pass bad block offset by value
by Andreas Fenkart
· Mon Aug 29 23:16:58 2016 +0200
2228158
tools/env: factor out environment_end function
by Andreas Fenkart
· Mon Aug 29 23:16:57 2016 +0200
8a80c33
gunzip: cache-align write buffer memory
by Clemens Gruber
· Mon Aug 29 17:10:36 2016 +0200
8e99538
README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
by Simon Glass
· Sun Oct 02 18:01:11 2016 -0600
1728f0a
README: Drop CONFIG_MPC8349ADS
by Simon Glass
· Sun Oct 02 18:01:10 2016 -0600
cce63b1
README: Drop README.imx31
by Simon Glass
· Sun Oct 02 18:01:09 2016 -0600
8e594fa
atmel: Drop README.at91-soc
by Simon Glass
· Sun Oct 02 18:01:08 2016 -0600
7f06bb0
README: Drop CONFIG_SYS_USE_OSCCLK
by Simon Glass
· Sun Oct 02 18:01:07 2016 -0600
9a6ac8b
README: Drop CONFIG_SYS_INIT_DATA_SIZE
by Simon Glass
· Sun Oct 02 18:01:06 2016 -0600
b05e2b3
README: i2c: Drop unused i2c CONFIG options
by Simon Glass
· Sun Oct 02 18:01:05 2016 -0600
Next »