Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
679cd5407616239012ca2d294ac81ec0a7d56d69
679cd54
arm: dts: ls1028a-qds: define the MDIO MUX
by Alex Marginean
· 5 years ago
1972a53
board/lx2160a: Fix MC firmware loading for SD boot
by Pankaj Bansal
· 5 years ago
b6b3a69
configs/ls1012ardb,lx2160ardb,ls1028ardb: add esdhc hs200 config
by Yinbo Zhu
· 5 years ago
101d3ef
mmc: fsl_esdhc: Add emmc hs200 support
by Yinbo Zhu
· 5 years ago
0700bda
dts: armv8: add emmc hs200 support for ls1028ardb
by Yinbo Zhu
· 5 years ago
d8a7c22
dts: armv8: add emmc hs200 support for lx2160ardb
by Yinbo Zhu
· 5 years ago
d2229c2
dts: armv8: add emmc hs200 support for ls1012ardb
by Yinbo Zhu
· 5 years ago
8fa7694
mmc: Kconfig: Add FSL_ESDHC_USE_PERIPHERAL_CLK option
by Yinbo Zhu
· 5 years ago
3761ffc
fsl-layerscape: Add fsl_esdhc peripheral clock support
by Yinbo Zhu
· 5 years ago
1ddc665
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
by Tom Rini
· 5 years ago
96f3721
Merge tag 'u-boot-amlogic-20190910' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
by Tom Rini
· 5 years ago
864816a
x86: tangier: Use spaces over TABs in ASL code
by Andy Shevchenko
· 5 years ago
613092b
x86: tangier: Fix off-by-one error when preparing CSRT
by Andy Shevchenko
· 5 years ago
b04ef3b
x86: tangier: Reserve PCI ECAM in motherboard resources
by Andy Shevchenko
· 5 years ago
c230820
x86: acpi: Annotate struct acpi_table_header with __packed
by Andy Shevchenko
· 5 years ago
8ef7530
usb: xhci-dwc3: Add support for dis_u2_susphy_quirk
by Neil Armstrong
· 5 years ago
47e3c2d
x86: efi_loader: Use efi_add_conventional_memory_map()
by Park, Aiden
· 5 years ago
954108d
x86: show UEFI images involved in crash
by Heinrich Schuchardt
· 5 years ago
08df6ab
doc: slimbootloader: Update Linux booting steps on QEMU
by Park, Aiden
· 5 years ago
ef4c9e7
x86: qemu: Report high memory in the E820 table
by Bin Meng
· 5 years ago
fc7f57f
x86: qemu: Support getting high memory size
by Bin Meng
· 5 years ago
38502eb
x86: qemu: Extract getting memory size to a separate routine
by Bin Meng
· 5 years ago
31d7b48
x86: Drop weak version board_get_usable_ram_top()
by Bin Meng
· 5 years ago
15a76b1
x86: acpi: Slightly reduce binary size of ACPI tables for Tangier
by Andy Shevchenko
· 5 years ago
e404ca6
tools: Add ifwitool to .gitignore
by Andy Shevchenko
· 5 years ago
fff2aaa
arm: ti: Add missing "=" from previous fix
by Tom Rini
· 5 years ago
691a929
Merge tag 'mmc-9-6-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
by Tom Rini
· 5 years ago
9c7c5f1
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 5 years ago
710a3cd
Merge tag 'rpi-next-2019.10' of https://github.com/mbgg/u-boot
by Tom Rini
· 5 years ago
8a92cda
git-mailrc: Add rpi and bcm283x maintainer
by Andrei Gherzan
· 5 years ago
e0825e3
RPI: Add memory map for bcm2711
by Andrei Gherzan
· 5 years ago
b0b964a
mmc: bcm283x: Add support for bcm2711 device in bcm2835_sdhci
by Matthias Brugger
· 5 years ago
8489d28
ARM: bcm283x: Include definition for additional emmc clock
by Andrei Gherzan
· 5 years ago
2633ec8
RPI: Add entry for Raspberry Pi 4 model B
by Andrei Gherzan
· 5 years ago
6f8cba5
ARM: bcm283x: Define configs for RaspberryPi 4
by Andrei Gherzan
· 5 years ago
64eb012
ARM: bcm283x: Add BCM283x_BASE define
by Matthias Brugger
· 5 years ago
c30e9cc
RPI: Add defconfigs for rpi4 (32/64)
by Andrei Gherzan
· 5 years ago
a0c2030
rpi: increase SYS_BOOTM_LEN to 64M on ARM64
by Bonnans, Laurent
· 5 years ago
18bd061
mmc: bcm2835-host: Fix wait_transfer_complete
by Raul Benet
· 5 years ago
bcf941f
ARM: bcm283x mbox: Fix send status register
by Fabian Vogt
· 5 years ago
6e7ba35
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
by Tom Rini
· 5 years ago
1575ca3
Merge tag 'efi-2019-10-rc4-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· 5 years ago
2a1b663
mmc: sdhci: Add support for dt caps & caps mask
by T Karthik Reddy
· 5 years ago
478860d
dm: core: Add functions to read 64-bit dt properties
by T Karthik Reddy
· 5 years ago
dc305ad
doc: UEFI API documentation
by Heinrich Schuchardt
· 5 years ago
670198c
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
by Heinrich Schuchardt
· 5 years ago
ee6ef8b
efi_loader: use EFI_PRINT() instead of debug()
by Heinrich Schuchardt
· 5 years ago
3592252
efi_loader: parameter checks BLOCK_IO_PROTOCOL
by Heinrich Schuchardt
· 5 years ago
6a6afa7
efi_loader: do not set invalid screen mode
by Heinrich Schuchardt
· 5 years ago
da88da8
efi_loader: cursor positioning
by Heinrich Schuchardt
· 5 years ago
54417cd
efi_loader: correctly render UsbClass DP nodes as text
by Heinrich Schuchardt
· 5 years ago
28dfd1a
efi_loader: correctly render CD-ROM device path nodes
by Heinrich Schuchardt
· 5 years ago
7626e29
efi_loader: correctly render MAC address device path nodes
by Heinrich Schuchardt
· 5 years ago
6706a3c
efi_loader: correct text conversion for vendor DP
by Heinrich Schuchardt
· 5 years ago
e009e7a
efi_loader: Extract adding a conventional memory in separate routine
by Park, Aiden
· 5 years ago
33b318d
efi_loader: implement MCastIPtoMAC
by Heinrich Schuchardt
· 5 years ago
6a6e7d8
efi_loader: fix status management in network stack
by Heinrich Schuchardt
· 5 years ago
0218a8f
efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header
by Heinrich Schuchardt
· 5 years ago
8940745
efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT
by Heinrich Schuchardt
· 5 years ago
d3f1ff2
efi_loader: interrupts in simple network protocol
by Heinrich Schuchardt
· 5 years ago
c3cca4a
riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTEST
by Heinrich Schuchardt
· 5 years ago
3d9bbb0
ARM: exynos5: Try to boot on mmc2 before mmc0/1
by Guillaume GARDET
· 5 years ago
f726032
dm: mmc_spi: Fix NULL pointer dereference in mmc_spi_bind()
by Bin Meng
· 5 years ago
4889d83
mmc: dw_mmc: fix timeout calculate method
by Kever Yang
· 5 years ago
6bd7aeb
ARM: dts: ast2500: Add SDHCI nodes
by Eddie James
· 5 years ago
b2d7352
configs: AST2500 EVB: Enable SD controller
by Eddie James
· 5 years ago
c8a6581
mmc: Add Aspeed SD controller driver
by Eddie James
· 5 years ago
b7d76ac
clk: aspeed: Add support for SD clock
by Eddie James
· 5 years ago
db174c6
mmc: Rename timeout parameters for clarification
by Sam Protsenko
· 5 years ago
6962be8
mmc: Fix timeout values passed to mmc_wait_dat0()
by Sam Protsenko
· 5 years ago
44ea81f
dm: mmc: remove unused U_BOOT_DRIVER(mmc)
by Andy Yan
· 6 years ago
d9e2da5
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net
by Tom Rini
· 5 years ago
ad341d7
net: nfs: remove superfluous packed attribute
by Heinrich Schuchardt
· 5 years ago
8439010
net: nfs: remove superfluous conversions
by Heinrich Schuchardt
· 5 years ago
fe04d06
env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET
by Heinrich Schuchardt
· 5 years ago
6d68791
CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply
by liucheng (G)
· 5 years ago
3bfaca1
CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply
by liucheng (G)
· 5 years ago
e837f13
CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply
by liucheng (G)
· 5 years ago
761b49f
CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions
by liucheng (G)
· 5 years ago
c580b29
CVE: net: fix unbounded memcpy of UDP packet
by liucheng (G)
· 5 years ago
eff9c90
net: make net_random_ethaddr() more random
by Michael Walle
· 5 years ago
7df65a5
net: macb: Fix rx buffer cache handling
by Stefan Roese
· 5 years ago
f5f006d
net: designware: drop compatible altr, socfpga-stmmac
by Ralph Siemsen
· 5 years ago
3eec41f
Revert "net: macb: Fixed reading MII_LPA register"
by Bin Meng
· 5 years ago
c78c379
network: set timeline for CONFIG_DM_ETH conversion
by Heinrich Schuchardt
· 5 years ago
881bcb6
drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array
by Alex Marginean
· 5 years ago
bff66f9
net: dwc_et_qos: update weak function board_interface_eth_init
by Patrick Delaunay
· 5 years ago
6864a599
net: dwc_eth_qos: Change eqos_ops function to static
by Patrick Delaunay
· 5 years ago
665b518
drivers: net: pfe_eth: undefined return value
by Heinrich Schuchardt
· 5 years ago
9e95118
test: dm_mdio: avoid out of bounds access
by Heinrich Schuchardt
· 5 years ago
5712d7d
net: mvpp2: support setting hardware addresses from ethernet core
by Matt Pelland
· 5 years ago
f20b01b
arm: dts: Set custom names for cp110 master/slave MDIO buses
by Alex Marginean
· 5 years ago
de3e55b
drivers: net: add marvell MDIO driver
by Alex Marginean
· 5 years ago
6c8bafd
doc: bindings: add mdio.txt describing generic MDIO properties
by Alex Marginean
· 5 years ago
2e859ad
net: mdio-uclass: name MDIO according to device-name property if preset
by Alex Marginean
· 5 years ago
5e53e0d
configs: sandbox: enable PCAP capture cmd
by Ramon Fried
· 5 years ago
f6e296f
doc: pcap: add pcap cmd documentation
by Ramon Fried
· 5 years ago
ac598c1
net: introduce packet capture support
by Ramon Fried
· 5 years ago
dfd4c0f
drivers/fsl-mc: Create Kconfig file to manage driver specific configs better
by Florinel Iordache
· 6 years ago
3234a5e
drivers: net: driver for MDIO muxes controlled over I2C
by Alex Marginean
· 5 years ago
Next »