Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
933207b10beaec42d112b19b220a8161772eb312
/
include
1b128c3
common: command: fix typo
by Heinrich Schuchardt
· 6 years ago
76da1b2
Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig
by Adam Ford
· 6 years ago
6ae0ded
bootcount: Make bootcount magic configurable
by Marek Vasut
· 6 years ago
9f12378
work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option
by Vladimir Zapolskiy
· 6 years ago
085f4b1
work_92105: remove unused CONFIG_LPC32XX_SPL configuration option
by Vladimir Zapolskiy
· 6 years ago
d28f3fe
ARM: dts: rmobile: r8a77990: Add USB2.0(EHCI) DT nodes on Ebisu
by Hiroyuki Yokoyama
· 6 years ago
7b8f69c
ARM: rmobile: Enable cache command on Gen3
by Hiroyuki Yokoyama
· 6 years ago
28fc9e6
Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot
by Tom Rini
· 6 years ago
4b066a1
arm64: versal: Add support for new Xilinx Versal ACAPs
by Michal Simek
· 6 years ago
a92e9ab
efi_loader: return type efi_console_register()
by Heinrich Schuchardt
· 6 years ago
21ae057
efi_loader: correct signature of GetPosition, SetPosition
by Heinrich Schuchardt
· 6 years ago
d3a8d2b
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
dacfde8
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 6 years ago
50adb5e
driver: net: fsl-mc: Add support of multiple phys for dpmac
by Pankaj Bansal
· 6 years ago
1c2289d
driver: net: fsl-mc: remove unused strcture elements
by Pankaj Bansal
· 6 years ago
cf26c09
Merge tag 'dm-9oct18' of git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
d17b809
ARM: meson: Add Khadas VIM2 board support
by Loic Devulder
· 6 years ago
f1447c9
net: Consolidate UDP header functions
by Duncan Hare
· 6 years ago
e79a518
net: Don't overwrite waiting packets with asynchronous replies
by Joe Hershberger
· 6 years ago
5641f67
net: Add an accessor to know if waiting for ARP
by Joe Hershberger
· 6 years ago
afaa0cb
phy: Add 25G_AUI, XLAUI, CAUI2, CAUI4 related macros
by Priyanka Jain
· 6 years ago
1c2ba09
net: phy: ti: Add binding for the CLK_OUT pin muxing
by Janine Hagemann
· 6 years ago
e82a227
linux/if_ether.h: Add VLAN related macros
by Bin Meng
· 6 years ago
2ccb8b0
net.h: Include linux/if_ether.h to avoid duplication
by Bin Meng
· 6 years ago
2c9299d
linux/if_ether.h: Initial import from Linux kernel v4.17
by Bin Meng
· 6 years ago
ac0c0a3
board: da8xxevm: Add SPL DM for serial, spi
by Jagan Teki
· 6 years ago
a147f66
spi: davinci: Add platdata support
by Jagan Teki
· 6 years ago
5efc2c4
linux/compat.h: Add netdev_### log macros
by Bin Meng
· 6 years ago
0f836d3
linux/mdio.h: Sync with Linux kernel v4.17
by Bin Meng
· 6 years ago
1321da9
linux/mii.h: Sync with Linux kernel v4.17
by Bin Meng
· 6 years ago
6641437
video: Tidy up a few comments in video.o
by Simon Glass
· 6 years ago
07fbba5
sysreset: Add a way to find the last reset
by Simon Glass
· 6 years ago
b8b4d2a
sysreset: Tidy up a few comments and logging
by Simon Glass
· 6 years ago
126f0d2
ctags: Minor changes to fix ctags output
by Simon Glass
· 6 years ago
fe68a45
panel: Expand the backlight support
by Simon Glass
· 6 years ago
9456490
cros_ec: Update cros_ec_read_hash() to specify the image
by Simon Glass
· 6 years ago
2c1e550
cros: Update ec_commands to latest version
by Simon Glass
· 6 years ago
7903d21
Rename GPT_HEADER_SIGNATURE to avoid conflict
by Simon Glass
· 6 years ago
fd8dc97
Add a header file for strings
by Simon Glass
· 6 years ago
d5063fd
log: Add comments to the rest of the log categories
by Simon Glass
· 6 years ago
bccabbe
tpm: Add a few new commands for v1
by Simon Glass
· 6 years ago
5534312
video: Adjust video_clear() to return an error
by Simon Glass
· 6 years ago
65e51c8
fdt: Remove fdtdec_decode_region() function
by Simon Glass
· 6 years ago
b2ed222
cros: Adjust board_get_cros_ec_dev() to return a udevice
by Simon Glass
· 6 years ago
bed4352
cros: Update cros_ec code to use struct udevice
by Simon Glass
· 6 years ago
9be963e
Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig
by Simon Glass
· 6 years ago
699c9ca
dm: core: Update ofnode to read binman-style flash entry
by Simon Glass
· 6 years ago
b775e87
dm: core: Add a function to find the first inactive child
by Simon Glass
· 6 years ago
2e5e5ec
dm: core: Update some functions to use const
by Simon Glass
· 6 years ago
7ebd13d
dm: core: Alloc uclass-private data to be cache-aligned
by Simon Glass
· 6 years ago
ae50ec7
sandbox: Restore blocking I/O on exit
by Simon Glass
· 6 years ago
f99c329
sandbox: tpm: Enhance to support the latest Chromium OS
by Simon Glass
· 6 years ago
5ff3f16
sandbox: tpm: Tidy up enums and return values
by Simon Glass
· 6 years ago
0806dcc
sandbox: video: Speed up video output
by Simon Glass
· 6 years ago
3b4b340
sandbox: spi: Add more logging
by Simon Glass
· 6 years ago
cbfa845
sandbox: Add a way to write data to the host filesystem
by Simon Glass
· 6 years ago
ce55a11
sandbox: Support file truncation with os_open()
by Simon Glass
· 6 years ago
1b69a99
log: Add helpers for common log levels
by Simon Glass
· 6 years ago
a0f6861
log: Correct definition of log_msg_ret()
by Simon Glass
· 6 years ago
4e766c2
sandbox: Unprotect DATA regions in bus tests
by Simon Glass
· 6 years ago
179c1d8
avb_verify: support sandbox configuration
by Jens Wiklander
· 6 years ago
838c70c
avb_verify: support using OP-TEE TA AVB
by Jens Wiklander
· 6 years ago
c7b443a
tee: add sandbox driver
by Jens Wiklander
· 6 years ago
8ebf55f
tee: optee: support AVB trusted application
by Jens Wiklander
· 6 years ago
1429044
Add UCLASS_TEE for Trusted Execution Environment
by Jens Wiklander
· 6 years ago
d489839
mmc: rpmb: add mmc_rpmb_route_frames()
by Jens Wiklander
· 6 years ago
81b19d7
ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection
by Adam Ford
· 6 years ago
77a2933
configs: drop CONFIG_SYS_EXTRA_ENV_RELOC
by Simon Goldschmidt
· 6 years ago
a1f05a9
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 6 years ago
eab8e23
Merge tag 'rockchip-for-v2018.11-rc2' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· 6 years ago
73cf56d
Merge tag 'arc-updates-for-2018.11-rc2' of git://git.denx.de/u-boot-arc
by Tom Rini
· 6 years ago
c15be5b
arc: Add support for IoT development kit
by Alexey Brodkin
· 7 years ago
a28d42c
spl: add support to booting with OP-TEE
by Kever Yang
· 6 years ago
e51fced
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
cdb295c
mtd: nand: spi: Add Gigadevice SPI NAND support
by Stefan Roese
· 6 years ago
f59a467
Merge tag 'rockchip-for-v2018.11' of git://git.denx.de/u-boot-rockchip
by Tom Rini
· 6 years ago
0b1bfa8
ARM: rmobile: Repair TMU clock on Gen2
by Marek Vasut
· 6 years ago
8a8694d
riscv: Add QEMU virt board support
by Bin Meng
· 6 years ago
ac3de90
Merge branch 'master' of git://git.denx.de/u-boot-spi
by Tom Rini
· 6 years ago
741f4c7
cmd: mtd: add 'mtd' command
by Miquel Raynal
· 6 years ago
6382e0c
mtd: mtdpart: implement proper partition handling
by Miquel Raynal
· 6 years ago
1a08e99
mtd: uboot: search for an equivalent MTD name with the mtdids
by Miquel Raynal
· 6 years ago
6f381d5
mtd: mtdpart: add a generic mtdparts-like parser
by Miquel Raynal
· 6 years ago
aa168ac
mtd: uclass: add probe function
by Miquel Raynal
· 6 years ago
216a9bb
dm: drop unused helper in MTD header
by Miquel Raynal
· 6 years ago
46b7a4f
mmc: dw_mmc: check fifo status with a timeout in fifo mode
by Heiko Stuebner
· 6 years ago
b93eea7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 6 years ago
6973345
Merge branch 'master' of git://git.denx.de/u-boot-video
by Tom Rini
· 6 years ago
fd14708
include/dm.h: Remove duplicated include directive
by Liviu Dudau
· 6 years ago
0a083b8
include/clk.h: Fix the name of the clock uclass in comment
by Liviu Dudau
· 6 years ago
2161e55
drivers: Add board uclass
by Mario Six
· 6 years ago
3bedfbe
core: Add dev_{disable,enable}_by_path
by Mario Six
· 6 years ago
047dafc
core: Add functions to set properties in live-tree
by Mario Six
· 6 years ago
58be04b
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 6 years ago
b50374f
Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 6 years ago
4a60fef
ARM: da850evm_direct_nor_defconfig: Enable DM_SERIAL
by Adam Ford
· 6 years ago
3036948
W1-EEPROM: add sandbox driver
by Eugen Hristev
· 6 years ago
f674fc0
W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
by Maxime Ripard
· 6 years ago
bdbdca3
w1: Add 1-Wire uclass
by Maxime Ripard
· 6 years ago
5ca878b
common: Generic loader for file system
by Tien Fong Chee
· 6 years ago
Next »