Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6a6afa73ce93acdc3d03e1954322d0e1eb068685
6a6afa7
efi_loader: do not set invalid screen mode
by Heinrich Schuchardt
· Wed Sep 04 22:46:13 2019 +0200
da88da8
efi_loader: cursor positioning
by Heinrich Schuchardt
· Wed Sep 04 21:13:45 2019 +0200
54417cd
efi_loader: correctly render UsbClass DP nodes as text
by Heinrich Schuchardt
· Wed Sep 04 14:30:41 2019 +0200
28dfd1a
efi_loader: correctly render CD-ROM device path nodes
by Heinrich Schuchardt
· Wed Sep 04 13:56:01 2019 +0200
7626e29
efi_loader: correctly render MAC address device path nodes
by Heinrich Schuchardt
· Wed Sep 04 13:32:05 2019 +0200
6706a3c
efi_loader: correct text conversion for vendor DP
by Heinrich Schuchardt
· Wed Sep 04 12:52:01 2019 +0200
e009e7a
efi_loader: Extract adding a conventional memory in separate routine
by Park, Aiden
· Tue Sep 03 17:43:43 2019 +0000
33b318d
efi_loader: implement MCastIPtoMAC
by Heinrich Schuchardt
· Sun Sep 01 17:17:53 2019 +0200
6a6e7d8
efi_loader: fix status management in network stack
by Heinrich Schuchardt
· Sun Sep 01 15:24:47 2019 +0200
0218a8f
efi_loader: EFI_SIMPLE_NETWORK.Transmit() fill header
by Heinrich Schuchardt
· Sat Aug 31 10:55:29 2019 +0200
8940745
efi_selftest: check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPT
by Heinrich Schuchardt
· Sat Aug 31 10:00:58 2019 +0200
d3f1ff2
efi_loader: interrupts in simple network protocol
by Heinrich Schuchardt
· Sat Aug 31 09:56:30 2019 +0200
c3cca4a
riscv: qemu: enable CONFIG_CMD_BOOTEFI_SELFTEST
by Heinrich Schuchardt
· Wed Jul 17 19:37:31 2019 +0200
d9e2da5
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net
by Tom Rini
· Wed Sep 04 16:02:03 2019 -0400
ad341d7
net: nfs: remove superfluous packed attribute
by Heinrich Schuchardt
· Tue Sep 03 00:05:05 2019 +0200
8439010
net: nfs: remove superfluous conversions
by Heinrich Schuchardt
· Mon Sep 02 23:55:32 2019 +0200
fe04d06
env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET
by Heinrich Schuchardt
· Mon Sep 02 10:10:34 2019 +0200
6d68791
CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply
by liucheng (G)
· Thu Aug 29 13:48:02 2019 +0000
3bfaca1
CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply
by liucheng (G)
· Thu Aug 29 13:47:54 2019 +0000
e837f13
CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply
by liucheng (G)
· Thu Aug 29 13:47:48 2019 +0000
761b49f
CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions
by liucheng (G)
· Thu Aug 29 13:47:40 2019 +0000
c580b29
CVE: net: fix unbounded memcpy of UDP packet
by liucheng (G)
· Thu Aug 29 13:47:33 2019 +0000
eff9c90
net: make net_random_ethaddr() more random
by Michael Walle
· Tue Aug 27 10:13:52 2019 +0200
7df65a5
net: macb: Fix rx buffer cache handling
by Stefan Roese
· Mon Aug 26 09:18:11 2019 +0200
f5f006d
net: designware: drop compatible altr, socfpga-stmmac
by Ralph Siemsen
· Mon Aug 19 14:43:13 2019 -0400
3eec41f
Revert "net: macb: Fixed reading MII_LPA register"
by Bin Meng
· Wed Aug 14 03:29:42 2019 -0700
c78c379
network: set timeline for CONFIG_DM_ETH conversion
by Heinrich Schuchardt
· Sat Aug 10 00:10:37 2019 +0200
881bcb6
drivers: net: fsl_enet_mdio: fix missing terminator in PCI ID array
by Alex Marginean
· Wed Aug 07 19:33:22 2019 +0300
bff66f9
net: dwc_et_qos: update weak function board_interface_eth_init
by Patrick Delaunay
· Thu Aug 01 11:29:03 2019 +0200
6864a599
net: dwc_eth_qos: Change eqos_ops function to static
by Patrick Delaunay
· Thu Aug 01 11:29:02 2019 +0200
665b518
drivers: net: pfe_eth: undefined return value
by Heinrich Schuchardt
· Wed Jul 31 00:00:51 2019 +0200
9e95118
test: dm_mdio: avoid out of bounds access
by Heinrich Schuchardt
· Tue Jul 30 23:49:00 2019 +0200
5712d7d
net: mvpp2: support setting hardware addresses from ethernet core
by Matt Pelland
· Tue Jul 30 09:40:24 2019 -0400
f20b01b
arm: dts: Set custom names for cp110 master/slave MDIO buses
by Alex Marginean
· Thu Jul 25 12:33:20 2019 +0300
de3e55b
drivers: net: add marvell MDIO driver
by Alex Marginean
· Thu Jul 25 12:33:19 2019 +0300
6c8bafd
doc: bindings: add mdio.txt describing generic MDIO properties
by Alex Marginean
· Thu Jul 25 12:33:18 2019 +0300
2e859ad
net: mdio-uclass: name MDIO according to device-name property if preset
by Alex Marginean
· Thu Jul 25 12:33:17 2019 +0300
5e53e0d
configs: sandbox: enable PCAP capture cmd
by Ramon Fried
· Thu Jul 18 21:43:32 2019 +0300
f6e296f
doc: pcap: add pcap cmd documentation
by Ramon Fried
· Thu Jul 18 21:43:31 2019 +0300
ac598c1
net: introduce packet capture support
by Ramon Fried
· Thu Jul 18 21:43:30 2019 +0300
dfd4c0f
drivers/fsl-mc: Create Kconfig file to manage driver specific configs better
by Florinel Iordache
· Wed May 15 09:09:21 2019 +0000
3234a5e
drivers: net: driver for MDIO muxes controlled over I2C
by Alex Marginean
· Tue Jul 16 11:21:17 2019 +0300
95ad652
Revert "drivers: net: driver for MDIO muxes controlled over I2C"
by Joe Hershberger
· Tue Sep 03 18:14:06 2019 -0500
8a3968c
net: mdio: Clarify code flow Covarity 244085 & 244090
by Joe Hershberger
· Tue Jul 30 16:51:41 2019 -0500
efb9429
net: Fix Covarity Defect 244093
by Joe Hershberger
· Tue Jul 30 14:49:56 2019 -0500
2b7e3af
Merge tag 'arc-for-2019.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc
by Tom Rini
· Tue Sep 03 12:40:50 2019 -0400
10ca4e5
arc: emsdp: Add more platform-specific compiler options
by Alexey Brodkin
· Mon Sep 02 15:02:14 2019 +0300
cf6506b
arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division
by Alexey Brodkin
· Mon Sep 02 12:19:15 2019 +0300
b347f75
arc: emsdp: Add initialization of PSRAM
by Alexey Brodkin
· Thu Jul 18 15:51:25 2019 +0300
accc545
Merge tag 'for-v2019.10-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
by Tom Rini
· Tue Sep 03 07:16:05 2019 -0400
c176675
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· Mon Sep 02 23:21:44 2019 -0400
49cb706
riscv: cache: use CCTL to flush d-cache
by Rick Chen
· Wed Aug 28 18:46:11 2019 +0800
5ff8f41
riscv: dts: move out AE350 L2 node from cpus node
by Rick Chen
· Wed Aug 28 18:46:10 2019 +0800
05a684e
riscv: cache: Flush L2 cache before jump to linux
by Rick Chen
· Wed Aug 28 18:46:09 2019 +0800
19117d2
riscv: ax25: add imply v5l2 cache controller
by Rick Chen
· Thu Aug 29 10:30:13 2019 +0800
9e01716
riscv: ae350: use the v5l2 driver to configure the cache
by Rick Chen
· Wed Aug 28 18:46:07 2019 +0800
e118f5e
dm: cache: add v5l2 cache controller driver
by Rick Chen
· Wed Aug 28 18:46:06 2019 +0800
a7af286
dm: cache: Add enable and disable ops for sandbox and test
by Rick Chen
· Wed Aug 28 18:46:05 2019 +0800
0e6cfa4
dm: cache: Add enable and disable ops for cache uclass
by Rick Chen
· Wed Aug 28 18:46:04 2019 +0800
eaae83b
riscv: andes_plic: init plic by scanning each cpu node
by Rick Chen
· Wed Aug 21 11:26:50 2019 +0800
b9ad45d
riscv: update fix_rela_dyn
by Marcus Comstedt
· Sun Aug 11 14:45:29 2019 +0200
009d24a
riscv: tools: Handle addend to absolute reloc in prelink-riscv
by Marcus Comstedt
· Sun Aug 11 11:29:57 2019 +0200
5c74ae7
sifive-fu540: config: Add mmc0 as a boot target device
by Alistair Francis
· Fri Aug 16 11:00:00 2019 -0700
45309b2
riscv: sifive: fu540: set serial environment variable from otp
by Sagar Shrikant Kadam
· Mon Aug 12 07:57:40 2019 -0700
33d46a2
riscv: cpu: Skip unavailable hart in the get_count() op
by Bin Meng
· Thu Aug 08 00:52:08 2019 -0700
87ea562
i2c: mxc: add CONFIG_CLK support
by Peng Fan
· Thu Aug 08 01:43:30 2019 +0000
7b27226
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· Sun Sep 01 13:33:12 2019 -0400
51bbf6c
Merge branch '2019-08-30-master-imports'
by Tom Rini
· Sat Aug 31 17:38:02 2019 -0400
89c6003
Makefile: fix newline escaping for CONFIG_DEFAULT_ENV_FILE
by Rasmus Villemoes
· Wed Aug 28 11:00:46 2019 +0000
d700c3a
Revert "vexpress64: fvp dram: add DRAM configuration"
by Ryan Harkin
· Tue Aug 27 11:56:49 2019 +0100
32c63b6
siemens: avoid out of bound access
by Heinrich Schuchardt
· Thu Aug 22 21:58:26 2019 +0200
bc179b5
arm: omap2: am43xx: Enable CONFIG_DM_USB
by Suniel Mahesh
· Thu Aug 29 19:08:59 2019 +0530
7b79f3c
Makefile: clean build generated SPL binary for TI AM65x
by Suniel Mahesh
· Tue Aug 27 13:27:56 2019 +0530
fa714fd
configs: enable CONFIG_BLOCK_CACHE for mt7623n_bpir2
by developer
· Tue Aug 27 15:32:20 2019 +0800
90fdc3e
mmc: invalidate block cache after hwpart switched successfully
by developer
· Tue Aug 27 15:32:19 2019 +0800
f50d8d1
Revert "blk: Invalidate block cache when switching hwpart"
by developer
· Tue Aug 27 15:32:18 2019 +0800
9b49643
board_f: fix noncached reservation calculation
by Stephen Warren
· Tue Aug 27 11:54:31 2019 -0600
5a8954d
Merge tag 'efi-2019-10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Thu Aug 29 07:26:42 2019 -0400
38d33c8
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
by Tom Rini
· Thu Aug 29 07:26:13 2019 -0400
c5b4392
Merge tag 'u-boot-amlogic-20190828' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic
by Tom Rini
· Thu Aug 29 07:25:48 2019 -0400
cafccfd
efi_selftest: use standalone UEFI program for exception
by Heinrich Schuchardt
· Tue Aug 27 08:16:08 2019 +0200
45ada41
efi_selftest: enable Exit() unit test on x86_64
by Heinrich Schuchardt
· Wed Aug 21 22:21:54 2019 +0200
3f7f8e6
configs: MPC8548CDS: Enable PCIe driver
by Hou Zhiqiang
· Tue Aug 27 11:05:29 2019 +0000
f2e520c
powerpc: MPC8548CDS: Disable legacy PCIe driver when DM_PCI is enabled
by Hou Zhiqiang
· Tue Aug 27 11:05:26 2019 +0000
5b0290a
MPC8548: dts: Added PCIe DT node
by Hou Zhiqiang
· Tue Aug 27 11:05:23 2019 +0000
7195986
dm: pcie_fsl: Add MPC8548 PCIe support
by Hou Zhiqiang
· Tue Aug 27 11:05:19 2019 +0000
1bec44f
powerpc: MPC85xxCDS: Disable legacy PCI fixup when DM_PCI is selected
by Hou Zhiqiang
· Tue Aug 27 11:05:16 2019 +0000
59810bc
powerpc: MPC8548CDS: Compile legacy PCIe routines conditionally
by Hou Zhiqiang
· Tue Aug 27 11:05:12 2019 +0000
6fedb77
configs: P5040DS: Enable PCIe driver
by Hou Zhiqiang
· Tue Aug 27 11:05:09 2019 +0000
b6a074a
P5040: dts: Added PCIe DT nodes
by Hou Zhiqiang
· Tue Aug 27 11:05:06 2019 +0000
3ef654c
dm: pcie_fsl: Add P5040 PCIe support
by Hou Zhiqiang
· Tue Aug 27 11:05:02 2019 +0000
48e95ee
configs: P4080DS: Enable PCIe driver
by Hou Zhiqiang
· Tue Aug 27 11:04:59 2019 +0000
f892ab5
P4080: dts: Added PCIe DT nodes
by Hou Zhiqiang
· Tue Aug 27 11:04:56 2019 +0000
4845407
dm: pcie_fsl: Add P4080 PCIe support
by Hou Zhiqiang
· Tue Aug 27 11:04:52 2019 +0000
e4749e0
configs: P3041DS: Enable PCIe driver
by Hou Zhiqiang
· Tue Aug 27 11:04:49 2019 +0000
8bad9c8
powerpc: corenet_ds: Disable legacy PCIe driver when DM_PCI is enabled
by Hou Zhiqiang
· Tue Aug 27 11:04:45 2019 +0000
df828af
P3041: dts: Added PCIe DT nodes
by Hou Zhiqiang
· Tue Aug 27 11:04:42 2019 +0000
4cbcf2c
dm: pcie_fsl: Add P3041 PCIe support
by Hou Zhiqiang
· Tue Aug 27 11:04:39 2019 +0000
b02158a
configs: P2041RDB: Enable PCIe driver
by Hou Zhiqiang
· Tue Aug 27 11:04:35 2019 +0000
3f2c35f
powerpc: P2041RDB: Disable legacy PCIe driver when DM_PCI is enabled
by Hou Zhiqiang
· Tue Aug 27 11:04:32 2019 +0000
Next »