Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cbe41cad0107479ef20d935de0546239c260cef8
cbe41ca
cfi_flash: Remove braces for single-statement blocks
by Mario Six
· Fri Jan 26 14:43:38 2018 +0100
c7e359e
cfi_flash: Fix missing/superfluous lines
by Mario Six
· Fri Jan 26 14:43:37 2018 +0100
a828c1e
cfi_flash: Fix spacing around casts/operators
by Mario Six
· Fri Jan 26 14:43:36 2018 +0100
76857f0
cfi_flash: Fix indent of case statements
by Mario Six
· Fri Jan 26 14:43:35 2018 +0100
ae0b9c7
cfi_flash: Fix whitespace with casting
by Mario Six
· Fri Jan 26 14:43:34 2018 +0100
e2c0746
cfi_flash: Fix Parenthesis spacing
by Mario Six
· Fri Jan 26 14:43:33 2018 +0100
88f439f
cfi_flash: Fix style of pointer declarations
by Mario Six
· Fri Jan 26 14:43:32 2018 +0100
fa29069
cfi_flash: Fix space between function name and parenthesis
by Mario Six
· Fri Jan 26 14:43:31 2018 +0100
9d590fe
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
by Tom Rini
· Sun Jan 28 18:26:00 2018 -0500
123b90b
efi_loader: add a README.iscsi describing booting via iSCSI
by Heinrich Schuchardt
· Sun Jan 28 15:26:02 2018 +0100
253aa64
efi_loader: consistently use %pD to print device paths
by Heinrich Schuchardt
· Fri Jan 26 07:20:54 2018 +0100
f3996be
efi_loader: do not install NULL as device path
by Heinrich Schuchardt
· Fri Jan 26 06:50:54 2018 +0100
3b47f33
vsprintf.c: correct printing of a NULL device path
by Heinrich Schuchardt
· Fri Jan 26 06:30:30 2018 +0100
eff317c
efi_loader: Call Exit() on return from payload in StartImage()
by Alexander Graf
· Fri Jan 26 00:47:53 2018 +0100
091cf43
efi_loader: fix comments in indent_string()
by Heinrich Schuchardt
· Wed Jan 24 19:21:36 2018 +0100
aa6fd9a
efi_loader: catch misspelled bootefi subcommand
by Heinrich Schuchardt
· Wed Jan 24 20:33:54 2018 +0100
54d8cdf
efi_loader: Always use EFIAPI instead of asmlinkage
by Alexander Graf
· Wed Jan 24 00:18:08 2018 +0100
5e24717
efi: Conflict efi_loader with different stub bitness
by Alexander Graf
· Wed Jan 24 14:54:21 2018 +0100
0039d71
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· Sun Jan 28 13:56:19 2018 -0500
cb84981
omap3_logic: Clean up I2C pin muxing.
by Adam Ford
· Thu Jan 25 14:15:38 2018 -0600
6fe74d2
spl: add option to disable SPL banner output
by Anatolij Gustschin
· Thu Jan 25 18:45:22 2018 +0100
7fcd313
bcm2835_pinctrl: Probe pre-reloc
by Alexander Graf
· Thu Jan 25 12:05:56 2018 +0100
a73b0ec
bcm2835_pl011_serial: Add BCM2835 specific serial driver
by Alexander Graf
· Thu Jan 25 12:05:55 2018 +0100
2477293
MAINTAINERS: Take over BCM2835 maintainership
by Alexander Graf
· Thu Jan 25 12:05:54 2018 +0100
1b44295
bcm2835_mu_serial: Convert to Kconfig
by Alexander Graf
· Thu Jan 25 12:05:53 2018 +0100
633ef89
pl01x: Convert CONFIG_PL01X_SERIAL to Kconfig
by Alexander Graf
· Thu Jan 25 12:05:52 2018 +0100
65bfb42
pl011: Convert CONFIG_PL011_SERIAL to Kconfig
by Alexander Graf
· Thu Jan 25 12:05:51 2018 +0100
2184ccd
pl010: Convert CONFIG_PL010_SERIAL to Kconfig
by Alexander Graf
· Thu Jan 25 12:05:50 2018 +0100
cce6443
pl01x: Convert to dev_read
by Alexander Graf
· Thu Jan 25 12:05:49 2018 +0100
ff9fd76
serial_bcm283x_mu: Fail loading if not muxed
by Alexander Graf
· Thu Jan 25 12:05:48 2018 +0100
c3883e0
serial_bcm283x_mu: Always skip init
by Alexander Graf
· Thu Jan 25 12:05:47 2018 +0100
35b31e0
serial_bcm283x_mu: Convert to dev_read
by Alexander Graf
· Thu Jan 25 12:05:46 2018 +0100
b17aa50
rpi: Determine PL011/Mini-UART availability at runtime
by Alexander Graf
· Thu Jan 25 12:05:45 2018 +0100
f7c2628
serial: bcm283x_mu: Remove support for post-init disabling
by Alexander Graf
· Thu Jan 25 12:05:44 2018 +0100
3598200
rpi: Remove runtime disabling support for serial
by Alexander Graf
· Thu Jan 25 12:05:43 2018 +0100
132ca2d
serial: Use next serial device if probing fails
by Alexander Graf
· Thu Jan 25 12:05:42 2018 +0100
3e73a18
am33xx: board: Call spl_early_init() to support sdram_init()
by Faiz Abbas
· Wed Jan 24 14:44:49 2018 +0530
1ba8c9e
arm: add support for PDU001
by Felix Brack
· Tue Jan 23 18:27:22 2018 +0100
044725f
mmc: Add bcm2835 sdhost controller
by Alexander Graf
· Tue Jan 23 18:05:22 2018 +0100
fce8e5c
bcm283x: Add pinctrl driver
by Alexander Graf
· Tue Jan 23 18:05:21 2018 +0100
f66276d
powerpc: Drop CONFIG_WALNUT and other related dead code
by Tuomas Tynkkynen
· Sun Jan 21 18:16:42 2018 +0200
9ca4574
libfdt: migrate include/libfdt_env.h to a wrapper
by Masahiro Yamada
· Sun Jan 21 19:19:18 2018 +0900
cb48501
libfdt: migrate libfdt.h to a wrapper + U-Boot own code
by Masahiro Yamada
· Sun Jan 21 19:19:17 2018 +0900
befc7ab
libfdt: move working_fdt and FDT_RAMDISK_OVERHEAD to include/libfdt.h
by Masahiro Yamada
· Sun Jan 21 19:19:16 2018 +0900
315fe0a
tools: include necessary headers explicitly
by Masahiro Yamada
· Sun Jan 21 19:19:15 2018 +0900
bf5cf52
libfdt: fix <linux/libfdt.h>
by Masahiro Yamada
· Sun Jan 21 19:19:14 2018 +0900
938f039
libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
by Masahiro Yamada
· Sun Jan 21 19:19:13 2018 +0900
c05e791
host-tools: use python2 explicitly for shebang
by Masahiro Yamada
· Sun Jan 21 18:34:57 2018 +0900
4da5820
ARM: omap3: evm: Fix distro bootcmd UBIFS and MMC support
by Derald D. Woods
· Sat Jan 20 21:16:14 2018 -0600
5f5d150
distro bootcmd: Allow board defined UBI partition and volume names
by Derald D. Woods
· Sat Jan 20 21:16:13 2018 -0600
2b5994b
spl: use different BOARD_INIT MACRO for spl and tpl
by Kever Yang
· Sat Jan 20 18:00:26 2018 +0800
d1f4333
fs: btrfs: Fix unaligned memory accesses
by Alberto Sánchez Molero
· Sat Jan 20 09:17:57 2018 +0200
7db55cb
spl: atf: pass NULL for bl32_ep pc
by Kever Yang
· Wed Jan 17 11:05:38 2018 +0800
a79b78f
rockchip: rk3036: enable rockusb support on rk3036 based device
by Eddie Cai
· Wed Jan 17 09:51:41 2018 +0800
32e4900
rockchip: dts: rk3128: update pwm-cell for pwm0
by Kever Yang
· Tue Jan 16 16:08:18 2018 +0800
6dd2fb4
rockchip: clk: guard set_parent implementations against OF_PLATDATA
by Philipp Tomsich
· Thu Jan 25 15:27:10 2018 +0100
e72793d
clk: rockchip: clk_rk3368: Implement "assign-clock-parent"
by David Wu
· Sat Jan 13 14:07:04 2018 +0800
879d2fb
clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-rate"
by David Wu
· Sat Jan 13 14:06:33 2018 +0800
452bb03
ARM: dts: rk3288: Remove unused LCDC clock assigned
by David Wu
· Sat Jan 13 14:06:16 2018 +0800
669426f
config: evb-rk3229: Enable rk gmac configs
by David Wu
· Sat Jan 13 14:05:51 2018 +0800
adcde49
net: gmac_rockchip: Add support for the RK3228 GMAC
by David Wu
· Sat Jan 13 14:05:30 2018 +0800
0bfebea
clk: rockchip: Add rk322x gamc clock support
by David Wu
· Sat Jan 13 14:05:12 2018 +0800
c329842
rockchip: pinctrl: Add rk322x gmac pinctrl support
by David Wu
· Sat Jan 13 14:04:51 2018 +0800
14d5cf0
rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver
by David Wu
· Sat Jan 13 14:04:26 2018 +0800
60525e1
rockchip: dts: rk3328-evb: Enable gmac2io for rk3328-evb
by David Wu
· Sat Jan 13 14:04:11 2018 +0800
29b0bfd
rockchip: dts: rk3328: Add gmac2io support
by David Wu
· Sat Jan 13 14:03:56 2018 +0800
67572b2
rockchip: configs: Enable GMAC configs for evb-rk3328
by David Wu
· Sat Jan 13 14:03:23 2018 +0800
bac972b
net: gmac_rockchip: Add rk3328 gmac support
by David Wu
· Sat Jan 13 14:03:04 2018 +0800
f01c581
clk: rockchip: Add rk3328 gamc clock support
by David Wu
· Sat Jan 13 14:02:36 2018 +0800
b47fc26
rockchip: pinctrl: Add rk3328 gmac pinctrl support
by David Wu
· Sat Jan 13 14:02:07 2018 +0800
1a7665f
rockchip: pinctrl: rk3328: Move the iomux definitions into pinctrl-driver
by David Wu
· Sat Jan 13 14:01:45 2018 +0800
672e4f2
net: gmac_rockchip: Add support for the RV1108 GMAC
by David Wu
· Sat Jan 13 14:01:12 2018 +0800
5a04e0c
rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
by David Wu
· Sat Jan 13 13:53:57 2018 +0800
a6ce730
rockchip: grf_rv1108.h: Fix the grf offsets
by David Wu
· Sat Jan 13 13:53:56 2018 +0800
255f68e
rockchip: configs: Enable CONFIG_NET_RANDOM_ETHADDR for rk3288-evb
by David Wu
· Sat Jan 13 13:53:55 2018 +0800
6443909
rockchip: dts: rk3399-evb: Change the tx/rx delay value for transmission quality
by David Wu
· Sat Jan 13 13:53:54 2018 +0800
2d20a63
rockchip: clk: rk3399: accept all assigned-clocks from the 'cru'-node
by Philipp Tomsich
· Mon Jan 08 14:00:27 2018 +0100
9cf03b0
clk: implement clk_set_defaults()
by Philipp Tomsich
· Mon Jan 08 13:59:18 2018 +0100
f4ba6ed
rockchip: clk: rk3399: implement set_parent() operation
by Philipp Tomsich
· Mon Jan 08 13:11:01 2018 +0100
f760434
clk: refactor clk_get_by_index() into clk_get_by_indexed_prop()
by Philipp Tomsich
· Mon Jan 08 11:18:18 2018 +0100
f8e02b2
clk: add clk_set_parent()
by Philipp Tomsich
· Mon Jan 08 11:15:08 2018 +0100
d5d3655
clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider value
by Patrice Chotard
· Fri Jan 19 18:02:40 2018 +0100
d24bdf1
ARM: AM43XX: Call hw_data_init() again after relocation to update *ctrl
by Faiz Abbas
· Fri Jan 19 15:32:48 2018 +0530
54c866a
configs: Replace CONFIG_ISW_ENTRY_ADDR with CONFIG_SYS_TEXT_BASE
by Faiz Abbas
· Fri Jan 19 15:32:47 2018 +0530
df664c0
tools: remove unused ret
by Jelle van der Waa
· Thu Jan 18 20:19:43 2018 +0100
e2d564e
clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()
by Patrice Chotard
· Thu Jan 18 14:10:05 2018 +0100
b710b7f
clk: clk_stm32f: Remove STMMAC clock setup
by Patrice Chotard
· Thu Jan 18 14:10:04 2018 +0100
1e41485
ARM: dts: stm32: Add STMMAC clocks for stm32f746
by Patrice Chotard
· Thu Jan 18 14:10:03 2018 +0100
ea5a47c
atomic-long: Fix warnings on arm64
by Bradley Bolen
· Fri Jan 26 22:11:04 2018 -0500
19764b6
ARM: dts: stm32: add stm32429-eval-u-boot dts file
by Patrice Chotard
· Thu Jan 18 13:39:34 2018 +0100
328125e
ARM: dts: stm32: Add STM32F429 Evaluation board support
by Patrice Chotard
· Thu Jan 18 13:39:33 2018 +0100
ac871ab
board: stm32: Add stm32f429-evaluation board support
by Patrice Chotard
· Thu Jan 18 13:39:32 2018 +0100
23518da
configs: stm32f: Remove STM32_HSE_HZ for all STM32F series
by Patrice Chotard
· Thu Jan 18 13:39:31 2018 +0100
acd97ca
clk: stm32: retrieve external oscillator frequency from DT
by Patrice Chotard
· Thu Jan 18 13:39:30 2018 +0100
a60d3f8
ARM: dts: stm32: add "u-boot, dm-pre-reloc" for clk_hse in stm32f7-u-boot
by Patrice Chotard
· Thu Jan 18 13:39:29 2018 +0100
375cc6e
arm: bootm-fdt.c: fix compiler warning
by Heiko Schocher
· Wed Jan 17 07:00:37 2018 +0100
a46bb75
arm: mach-omap2: Pass args to secure ROM in SRAM in SPL
by Andrew F. Davis
· Tue Jan 16 14:25:48 2018 -0600
ee9b75b
common: board_r: Fix style violations
by Mario Six
· Mon Jan 15 11:10:30 2018 +0100
80b66dd
common: board_f: Fix style violations
by Mario Six
· Mon Jan 15 11:10:02 2018 +0100
aed664a
serial: ns16550: Fix style violation
by Mario Six
· Mon Jan 15 11:09:49 2018 +0100
Next »