Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3da9ce8dd44399dfca4b0639101f5154dbbaa93f
« Previous
e3f44f5
dm: power: Convert as3722 to driver model
by Simon Glass
· 7 years ago
c2012cb
power: Add a GPIO driver for the as3722 PMIC
by Simon Glass
· 7 years ago
deea211
power: Add a regulator driver for the as3722 PMIC
by Simon Glass
· 7 years ago
68f0081
dm: tegra: pci: Convert to livetree
by Simon Glass
· 7 years ago
49cb930
dm: tegra: mmc: Convert to livetree
by Simon Glass
· 7 years ago
4b0f21c
dm: tegra: pwm: Convert to livetree
by Simon Glass
· 7 years ago
d8554d0
dm: tegra: i2c: Convert to livetree
by Simon Glass
· 7 years ago
28a3e5a
dm: tegra: spi: Convert to livetree
by Simon Glass
· 7 years ago
5ae28c0
dm: tegra: usb: Convert to livetree
by Simon Glass
· 7 years ago
56f5c40
dm: tegra: gpio: Convert to support livetree
by Simon Glass
· 7 years ago
e93812e
tegra: dts: Move stdout-path to /chosen
by Simon Glass
· 7 years ago
079ff3b
dm: video: tegra124: Convert to livetree
by Simon Glass
· 7 years ago
000f15f
dm: tegra: Convert clock_decode_periph_id() to support livetree
by Simon Glass
· 7 years ago
be78909
dm: tegra: Convert USB setup to livetree
by Simon Glass
· 7 years ago
66de3ee
tegra: tegra124: Add a PMC syscon driver
by Simon Glass
· 7 years ago
9b6b3c1
tegra: spl: Enable debug UART
by Simon Glass
· 7 years ago
0f6507a
dm: core: Fix up ofnode_get_addr_index() for 64-bit values
by Simon Glass
· 7 years ago
dcf9885
dm: core: Add ofnode_read_resource()
by Simon Glass
· 7 years ago
c61d000
console: simplify puts()
by Masahiro Yamada
· 7 years ago
47b98ad
sandbox: remove os_putc() and os_puts()
by Masahiro Yamada
· 7 years ago
fd73621
dm: ofnode: change return type of dev_read_prop() to opaque pointer
by Masahiro Yamada
· 7 years ago
00b26f7
dm: Fix typo in include-guard for dm-structs.h
by Philipp Tomsich
· 7 years ago
db13a76
cmd: scsi: Fix null pointer dereference in 'scsi reset'
by Bin Meng
· 7 years ago
9c1390d
dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()
by Bin Meng
· 7 years ago
3b22599
arm: imx: Enable booting from SATA on wandboard.
by Vagrant Cascadian
· 7 years ago
cb5761f
net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH
by Lothar Waßmann
· 7 years ago
a095aad
efi_loader: Add an EFI_CALL() macro
by Rob Clark
· 7 years ago
3f1aa97
efi_loader: only evaluate EFI_EXIT()'s ret once
by Rob Clark
· 7 years ago
6cfd5f1
efi_loader: add some missing breaks
by Rob Clark
· 7 years ago
2672233
rockchip: puma-rk3399: remove duplicate code (merge artifact)
by Kever Yang
· 7 years ago
86b1122
rockchip: add u-boot specific dts for rk3036 sdk
by Andy Yan
· 7 years ago
77c17f4
rockchip: use puts instead of printf when back to bootrom
by Andy Yan
· 7 years ago
d26bfa7
rockchip: enable SPL_LIBGENERIC for rk3036 based boards
by Andy Yan
· 7 years ago
8b154ed
rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036
by Andy Yan
· 7 years ago
7f38025
rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board
by Andy Yan
· 7 years ago
1fc50d7
sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation
by Andy Yan
· 7 years ago
9eea501
microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
2b71d09
powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
f5868a5
mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
by Andy Yan
· 7 years ago
f1896c4
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
by Andy Yan
· 7 years ago
a1903c1
rockchip: firefly: Add "usb start" to auto-start USB device
by Leo Wen
· 7 years ago
af83064
rockchip: firefly: Set the environment variable 'usbkbd' to the stdin
by Leo Wen
· 7 years ago
73f255b
rockchip: firefly: Add some macros to enable the usb keyboard
by Leo Wen
· 7 years ago
c0508e4
rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig
by Philipp Tomsich
· 7 years ago
478e6f2
rockchip: rk3288: Add support for drive-strength in PINCTRL
by Romain Perier
· 7 years ago
42ec247
rockchip: use UUID for root partitions
by Kever Yang
· 7 years ago
4436c5d
rockchip: dts: rk3399-puma: put EFI partition entries at 2MB
by Philipp Tomsich
· 7 years ago
56f580d
rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
by Philipp Tomsich
· 7 years ago
0110657
rockchip: clk: rk3399: remove unused fields from priv-structures
by Philipp Tomsich
· 7 years ago
80c83e8
rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv
by Philipp Tomsich
· 7 years ago
cdc6080
rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc
by Philipp Tomsich
· 7 years ago
700f310
rockchip: spl: make boot0 hook TPL safe
by Philipp Tomsich
· 7 years ago
06f4e36
rockchip: pwm: add mask for config setting
by Kever Yang
· 7 years ago
3030c95
power: pwm_regulator: remove redundant code
by Kever Yang
· 7 years ago
f339bca
power: pwm_regulator: fix the pwm_set_config parameter order
by Kever Yang
· 7 years ago
7ba3182
rockchip: dts: correct vdd_log setting for firefly-rk3399
by Kever Yang
· 7 years ago
56f2dd0
rockchip: dts: firefly using ddr3 1600
by Kever Yang
· 7 years ago
c03635c
rockchip: phycore: Add ID page of M24C32-D EEPROM
by Wadim Egorov
· 7 years ago
3641d34
rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC
by Romain Perier
· 7 years ago
a98fc43
rockchip: rk3288: Remove phy reset GPIO pull up
by Romain Perier
· 7 years ago
928979c
rockchip: efuse: dm: change to use dev_read_addr
by Philipp Tomsich
· 7 years ago
cb91173
rockchip: timer: make register sizes explicit
by Philipp Tomsich
· 7 years ago
0124062
rockchip: dts: rk3229: add dwc2 node for fastboot
by Meng Dongyang
· 7 years ago
a1b2482
efi_loader: fix bug in efi_get_memory_map
by Rob Clark
· 7 years ago
f19955a
Merge git://git.denx.de/u-boot-uniphier
by Tom Rini
· 7 years ago
0ddc9c1
Merge git://git.denx.de/u-boot-mips
by Tom Rini
· 7 years ago
dc5210a
MAINTAINERS: Update maintainer for x86
by Bin Meng
· 7 years ago
25fa0b9
FIT: List kernel_noload in the list of types
by Tom Rini
· 7 years ago
7016651
ram: stm32: add stm32h7 support
by Patrice Chotard
· 7 years ago
4eefb00
ARM: DTS: stm32: remove useless mr-nbanks property
by Patrice Chotard
· 7 years ago
f303aaf
ram: stm32: add second SDRAM bank management
by Patrice Chotard
· 7 years ago
f39b90d
ram: stm32: replace fdtdec_get by ofnode calls
by Patrice Chotard
· 7 years ago
1421e0a
ram: stm32: get base address from DT
by Patrice Chotard
· 7 years ago
9242ece
ram: stm32: migrate fmc defines in driver file
by Patrice Chotard
· 7 years ago
81d0128
clk: stm32f7: remove clock_get()
by Patrice Chotard
· 7 years ago
541cd6e
spi: stm32_qspi: add clk_get_rate() support
by Patrice Chotard
· 7 years ago
27265ce
serial: stm32x7: add clk_get_rate() support
by Patrice Chotard
· 7 years ago
122b2d4
serial: stm32x7: migrate serial struct to driver
by Patrice Chotard
· 7 years ago
b9e8651
clk: stm32f7: cleanup clocks unused definitions
by Patrice Chotard
· 7 years ago
288f17e
clk: stm32f7: add clock .get_rate() callback
by Patrice Chotard
· 7 years ago
199a217
clk: stm32f7: get RCC base address from DT
by Patrice Chotard
· 7 years ago
704e954
clk: stm32f7: add static for configure_clocks()
by Patrice Chotard
· 7 years ago
fa87abb
ARM: DTS: stm32: align DT clock declaration with kernel
by Patrice Chotard
· 7 years ago
94f536f
arm: mach-keystone: Fixes issue with return values in inline assembly
by Srinivas, Madan
· 7 years ago
1a7c159
configs: ti: armv7: Fixes bug in fit_loadaddr for ramfs boot
by Madan Srinivas
· 7 years ago
1d73ce6
arm: mach-keystone: Updates mon_install for K2G HS
by Madan Srinivas
· 7 years ago
3f5651a
configs: k2x_evm: Reorder default boot command
by Andrew F. Davis
· 7 years ago
08d0631
configs: k2x_evm: Adds environment variables for secure devices
by Madan Srinivas
· 7 years ago
881261c
configs: k2x_evm: Adds FIT loading environment variables
by Andrew F. Davis
· 7 years ago
f70a427
board: ti: x15: Add support for beagle_X15 revC
by Lokesh Vutla
· 7 years ago
7087922
board: ti: am57xx: Fix detection of board version
by Lokesh Vutla
· 7 years ago
9cb1c49
odroid-c2: enable GPIO
by Beniamino Galvani
· 7 years ago
2009a8d
pinctrl: meson: add GPIO support
by Beniamino Galvani
· 7 years ago
4a63a75
arm: dts: meson: import dts files from Linux 4.12
by Beniamino Galvani
· 7 years ago
a3f54bc
ARM: uniphier: enable CONFIG_CMD_FS_GENERIC
by Masahiro Yamada
· 7 years ago
b8faf5f
ARM: uniphier: remove part number info from the boot log
by Masahiro Yamada
· 7 years ago
673ac33
doc: uniphier: rework README.uniphier
by Masahiro Yamada
· 7 years ago
ee8d037
ARM: uniphier: remove SPL support for ARMv8 SoCs
by Masahiro Yamada
· 7 years ago
f4f9993
efi_loader: Fix configuration table override
by Alexander Graf
· 7 years ago
d98cdf6
efi_loader: Improve install_configuration_table
by Alexander Graf
· 7 years ago
Next »