Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
be71f43a86724b6dc49935c41716db3fbfb92a85
/
include
60d8e64
rockchip: rk3128: add evb-rk3128 support
by Kever Yang
· 7 years ago
aa82775
rockchip: rk3128: add soc basic support
by Kever Yang
· 7 years ago
e43e739
rockchip: rk3128: add device tree file
by Kever Yang
· 7 years ago
e80851a
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
86d5bc9
Merge git://git.denx.de/u-boot-marvell
by Tom Rini
· 7 years ago
24f2a92
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
901897b
ARM: rmobile: Rework the ULCB CPLD driver
by Marek Vasut
· 7 years ago
5c134a5
arm64: mvebu: armada-7k/8k: drop useless #ifdef
by Baruch Siach
· 7 years ago
5b8a8bb
distro bootcmd: define bootloader name for x86
by Heinrich Schuchardt
· 7 years ago
44b7fc8
board: laird: add WB50N CPU module
by Ben Whitten
· 7 years ago
7b8f9af
board: laird: add WB45N CPU module
by Ben Whitten
· 7 years ago
5e7a1c2
spl: make CONFIG_OF_EMBED pass dts through fdtgrep
by Goldschmidt Simon
· 7 years ago
1240d88
board: atmel: add sama5d2_ptc_ek board
by Ludovic Desroches
· 7 years ago
d11d391
stm32: migrate clock structs in include/stm32_rcc.h
by Patrice Chotard
· 7 years ago
369d483
clk: clk_stm32fx: add clock configuration for mmc usage
by Patrice Chotard
· 7 years ago
03f10a1
dm: misc: bind STM32F4/F7 clock from rcc MFD driver
by Patrice Chotard
· 7 years ago
55f51d9
nds32: board: Support ftsdc010 DM.
by Rick Chen
· 7 years ago
c00ab67
ARM: rmobile: Migrate boards to RCar IIC drivers
by Marek Vasut
· 7 years ago
ffcef62
ARM: rmobile: Remove SCIF configs
by Marek Vasut
· 7 years ago
21b251a
ARM: rmobile: Clean up ad-hoc clock macros
by Marek Vasut
· 7 years ago
87e09bf
ARM: rmobile: Zap ad-hoc DRAM configuration macros
by Marek Vasut
· 7 years ago
e9fe4bd
ARM: rmobile: Zap rmobile_sysinfo on Gen3
by Marek Vasut
· 7 years ago
f4f8699
ARM: rmobile: Stop using rcar-common/common.c on Gen3
by Marek Vasut
· 7 years ago
0745b0f
ARM: rmobile: Clean up GIC macros
by Marek Vasut
· 7 years ago
cf9c0a6
ARM: rmobile: Drop CONFIG_USB_MAX_CONTROLLER_COUNT on Gen3 boards
by Marek Vasut
· 7 years ago
c67e60c
ARM: rmobile: Enable Micrel KSZ90x1 PHY driver on ULCB
by Marek Vasut
· 7 years ago
0eb6ce0
Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 7 years ago
b546585
arm: zynq: Do not show information from checkboard twice
by Michal Simek
· 7 years ago
dfe8a00
Merge git://git.denx.de/u-boot-mips
by Tom Rini
· 7 years ago
e960bac
Merge git://git.denx.de/u-boot-uniphier
by Tom Rini
· 7 years ago
6f9e8d2
boston: Set CONFIG_SYS_LOAD_ADDR to 0x88000000
by Paul Burton
· 7 years ago
b8551b9
Update Paul Burton's email address
by Paul Burton
· 7 years ago
1870aec
ARM: uniphier: remove unused NAND CONFIG options
by Masahiro Yamada
· 7 years ago
de10c66
gpio: uniphier: import dt-binginds header from Linux
by Masahiro Yamada
· 7 years ago
984926b
mtd: nand: introduce NAND_ROW_ADDR_3 flag
by Masahiro Yamada
· 7 years ago
675fb43
mtd: nand: add a shorthand to generate nand_ecc_caps structure
by Masahiro Yamada
· 7 years ago
820eb48
mtd: nand: add generic helpers to check, match, maximize ECC settings
by Masahiro Yamada
· 7 years ago
32935f4
mtd: nand: Pass the CS line to ->setup_data_interface()
by Boris Brezillon
· 7 years ago
b9c07b6
mtd: nand: allow drivers to request minimum alignment for passed buffer
by Masahiro Yamada
· 7 years ago
8f39721
mtd: nand: Drop the ->errstat() hook
by Boris Brezillon
· 7 years ago
b9bf43c
mtd: nand: Drop unused cached programming support
by Boris Brezillon
· 7 years ago
e1b1e3a
mtd: add mtd_ooblayout_xxx() helper functions
by Boris Brezillon
· 7 years ago
c3a2985
mtd: nand: Support controllers with custom page
by Marc Gonzalez
· 7 years ago
a947e64
mtd: nand: Add a few more timings to nand_sdr_timings
by Boris Brezillon
· 7 years ago
7ec6dc5
mtd: nand: Fix data interface configuration logic
by Boris Brezillon
· 7 years ago
e509cba
mtd: nand: automate NAND timings selection
by Boris Brezillon
· 7 years ago
e8142e2
mtd: nand: Expose data interface for ONFI mode 0
by Sascha Hauer
· 7 years ago
0919fd3
mtd: nand: convert ONFI mode into data interface
by Sascha Hauer
· 7 years ago
2182594
mtd: nand: Introduce nand_data_interface
by Sascha Hauer
· 7 years ago
44ad3b9
mtd: nand: Create a NAND reset function
by Sascha Hauer
· 7 years ago
e98d1d7
mtd: nand: remove unnecessary 'extern' from function declarations
by Sascha Hauer
· 7 years ago
f1a54b0
mtd: nand: Add an option to maximize the ECC strength
by Boris Brezillon
· 7 years ago
be7dd14
mtd: nand: add onfi_* stubs in case ONFI_DETECTION is disabled
by Masahiro Yamada
· 7 years ago
14fecf9
bitops: collect BIT macros to include/linux/bitops.h
by Masahiro Yamada
· 7 years ago
6471f8e
arm64: zynqmp: Update device tree for pinmux
by Michal Simek
· 7 years ago
2d72d3c
ata: Fix ahci wording
by Michal Simek
· 7 years ago
a4ad96e
arm: zynq: Add mini u-boot configuration for zynq
by Michal Simek
· 7 years ago
ab75453
arm: zynq: Move ZYNQ_SERIAL to Kconfig
by Michal Simek
· 7 years ago
216f637
arm: zynq: Enable FPGA/FPGA_XILINX via Kconfig
by Michal Simek
· 7 years ago
cacb0c6
arm: zynq: Remove empty ifdef env structures from config file
by Michal Simek
· 7 years ago
91d024c
arm: zynq: Add support for SYZYGY Hub board
by Tom McLeod
· 7 years ago
cca5f5c
Merge git://git.denx.de/u-boot-socfpga
by Tom Rini
· 7 years ago
d037d5b
Merge git://www.denx.de/git/u-boot-imx
by Tom Rini
· 7 years ago
fbd71f8
i.MX6UL: icore: Add SPL_OF_CONTROL support
by Jagan Teki
· 7 years ago
dc9de73
i.MX6Q: icore: Add SPL_OF_CONTROL support
by Jagan Teki
· 7 years ago
ad4504e
mx6sxsabresd: Use PARTUUID to specify the rootfs location
by Fabio Estevam
· 7 years ago
bbfa5eb
fdt: Add compatible strings for Arria 10
by Tien Fong Chee
· 7 years ago
4faa011
spl: fit: add SPL_FIT_IMAGE_TINY config to reduce code-size
by Philipp Tomsich
· 7 years ago
a601818
spl: fit: implement fdt_record_loadable
by Philipp Tomsich
· 7 years ago
f13e9e0
spl: change load_addr and entry_point to uintptr_t
by Philipp Tomsich
· 7 years ago
be5ac1a
spl: add a fdt_addr field to spl_image_info
by Philipp Tomsich
· 7 years ago
1bf3eb2
image: add IH_OS_ARM_TRUSTED_FIRMWARE for ARM Trusted Firmware
by Philipp Tomsich
· 7 years ago
bf89689
rockchip: remove duplicate CONFIG_ENV_SIZE definitions
by Philipp Tomsich
· 7 years ago
5aa3f9d
rockchip: rk3188: move CONFIG_SPL_* entries from rk3188_common.h to Kconfig
by Philipp Tomsich
· 7 years ago
16c689c
rockchip: rk3188: use boot0 hook to load up SPL in 2 steps
by Philipp Tomsich
· 7 years ago
52f2b5e
rockchip: rk3036: use aligned address for SPL_TEXT_BASE
by Philipp Tomsich
· 7 years ago
5f651fd
rockchip: rk3288: use aligned address for SPL_TEXT_BASE
by Kever Yang
· 7 years ago
6b6ee8a
env: Remove CONFIG_ENV_AES support
by Tom Rini
· 7 years ago
ed54b66
dra7x: fastboot: Increase recovery partition size
by Praneeth Bajjuri
· 7 years ago
56d9692
mx53: Add Board support for GE PPD
by Peter Senna Tschudin
· 7 years ago
e56365a
pico-imx6ul: Use FS_GENERIC load command
by Fabio Berton
· 7 years ago
57e486e
pico-imx6ul: Add function to create gpt partitions
by Fabio Berton
· 7 years ago
38b6df3
pico-imx6ul: Define partition layout in the environment
by Fabio Berton
· 7 years ago
bf9f747
pico-imx6ul: Add boot and rootfs dfu_alt_info
by Fabio Berton
· 7 years ago
a2b0eee
pico-imx6ul: Use PARTUUID to specify the rootfs location
by Fabio Berton
· 7 years ago
1e1e4a6
pico-imx6ul: Move dfu_alt_info to CONFIG_DFU_ENV_SETTINGS variable
by Fabio Berton
· 7 years ago
06cb77c
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 7 years ago
80d51a4
Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND
by Tom Rini
· 7 years ago
94d8aea
arm: config: fix default console only to specify the device
by Dongjin Kim
· 7 years ago
6bcca14
dm: core: fix member name in ofnode_union documentation
by Baruch Siach
· 7 years ago
c65f849
tpm: add more useful NV storage permission flags
by André Draszik
· 7 years ago
2c6e5ff
tpm: add tpm_get_random()
by André Draszik
· 7 years ago
75a86e3
configs: dragonboard410c: Save environment data on eMMC
by Jorge Ramirez-Ortiz
· 7 years ago
24e2ca7
arm: amlogic: p212: Add support for Ethernet with Internal PHY
by Neil Armstrong
· 7 years ago
7a4c90d
net: phy: Add Amlogic Meson GXL Internal PHY support
by Neil Armstrong
· 7 years ago
1d95082
lib: libfdt: wrap scripts/dtc/libfdt/* where possible
by Masahiro Yamada
· 7 years ago
893e6e2
linux/types.h: add typedef of uintptr_t
by Masahiro Yamada
· 7 years ago
01b6a09
libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*
by Masahiro Yamada
· 7 years ago
4c2ea41
arm: add initial support for Amlogic P212 based on Meson GXL family
by Neil Armstrong
· 7 years ago
a4cf392
ARM: dts: Synchronize Amlogic from Linux Mainline 4.13.5
by Neil Armstrong
· 7 years ago
Next »