Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
8965ef269d082224942462511dd6a274f53b1a71
8965ef2
x86: fsp: Make graphics support common to FSP1/2
by Simon Glass
· 5 years ago
25271ae
x86: Allow interrupt to happen once
by Simon Glass
· 5 years ago
c01f4f0
x86: Allow removal of standard PCH drivers
by Simon Glass
· 5 years ago
fe45513
x86: Don't imply libfdt or SPI flash in TPL
by Simon Glass
· 5 years ago
8ccadee
x86: Set up the MTRR for SDRAM
by Simon Glass
· 5 years ago
75545f7
x86: Set the DRAM banks to reflect real location
by Simon Glass
· 5 years ago
9de1027
x86: Move fsp_prepare_mrc_cache() to fsp1 directory
by Simon Glass
· 5 years ago
6e1b956
x86: Don't export mrccache_update()
by Simon Glass
· 5 years ago
b5b0aff
x86: Add mrccache support for a 'variable' cache
by Simon Glass
· 5 years ago
91efff5
x86: Update mrccache to support multiple caches
by Simon Glass
· 5 years ago
1b9d815
x86: Tidy up error handling in mrccache_save()
by Simon Glass
· 5 years ago
c3d0c23
x86: Add a new global_data member for the cache record
by Simon Glass
· 5 years ago
4e988f9
x86: Adjust mrccache_get_region() to support get_mmap()
by Simon Glass
· 5 years ago
9d25f2e
x86: Adjust mrccache_get_region() to use livetree
by Simon Glass
· 5 years ago
d553f97
x86: Correct mrccache find_next_mrc_cache() calculation
by Simon Glass
· 5 years ago
91c0736
x86: Reduce mrccache record alignment size
by Simon Glass
· 5 years ago
7a13138
x86: Define the SPL image start
by Simon Glass
· 5 years ago
54028bc
sandbox: Add a test for IRQ
by Simon Glass
· 5 years ago
ff418d9
x86: Move UCLASS_IRQ into a separate file
by Simon Glass
· 5 years ago
937bb47
sandbox: Add PCI driver and test for p2sb
by Simon Glass
· 5 years ago
c2dbcd4
sandbox: Disable mmio by default in tests
by Simon Glass
· 5 years ago
2ee1f6a
pci: Add support for p2sb uclass
by Simon Glass
· 5 years ago
8c50102
x86: sandbox: Add a PMC emulator and test
by Simon Glass
· 5 years ago
5e5c0cd
x86: power: Add an ACPI PMC uclass
by Simon Glass
· 5 years ago
a53cffe
x86: Drop unnecessary interrupt code for TPL
by Simon Glass
· 5 years ago
dd45a7a
x86: Drop unnecessary cpu code for TPL
by Simon Glass
· 5 years ago
bba203e
x86: timer: Reduce timer code size in TPL on Intel CPUs
by Simon Glass
· 5 years ago
d3edd42
x86: timer: use a timer base of 0
by Simon Glass
· 5 years ago
3199afb
board_r: Move early-timer init later
by Simon Glass
· 5 years ago
5edf3f3
dm: pinctrl: Allow enabling full pinctrl in SPL/TPL
by Simon Glass
· 5 years ago
370efef
fdt: Show the preprocessed .dts file on error
by Simon Glass
· 5 years ago
ec1a30c
x86: spi: Add helper functions for Intel Fast SPI
by Simon Glass
· 5 years ago
f0c9890
i2c: designware: Support use in SPL
by Simon Glass
· 5 years ago
f5bdce2
i2c: designware: Avoid using static data
by Simon Glass
· 5 years ago
e2be553
i2c: designware: Tidy up PCI support
by Simon Glass
· 5 years ago
d70d8d8
net: Move the checksum functions to lib/
by Simon Glass
· 5 years ago
0b591e0
dm: pci: Move pci_get_devfn() into a common file
by Simon Glass
· 5 years ago
68e35a7
dm: pci: Allow delaying auto-config until after relocation
by Simon Glass
· 5 years ago
1ab8b89
dm: core: Fix offset_to_ofnode() with invalid offset
by Simon Glass
· 5 years ago
fa4689a
dm: gpio: Allow control of GPIO uclass in SPL
by Simon Glass
· 5 years ago
dd7fb9b
binman: Add a library to access binman entries
by Simon Glass
· 5 years ago
8e0a1e6
Merge tag 'dm-next-13dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm into next
by Tom Rini
· 5 years ago
c6fbeb3
Merge tag 'rpi-next-2020.01.2' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi
by Tom Rini
· 5 years ago
a66c3b2
Merge tag 'fix-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
by Tom Rini
· 5 years ago
41b0f14
Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
by Tom Rini
· 5 years ago
4b9457c
ARM: defconfig: Fix 32bit config for RPi4
by Matthias Brugger
· 5 years ago
e6e119e
rpi: Enable DRAM bank initialization on arm64
by Matthias Brugger
· 5 years ago
f978837
rpi: fix dram bank initialization
by Matthias Brugger
· 5 years ago
34f113a
i2c: i2c_cdns: fix write timeout on fifo boundary
by Michael Auchter
· 5 years ago
4eaae8e
cros_ec: use uint instead of uint8_t for cmd param
by Michael Auchter
· 5 years ago
08d34fc
buildman: Ignore blank lines during size checks
by Tom Rini
· 5 years ago
48ac42e
buildman: Add options to get the arch and toolchain info
by Simon Glass
· 5 years ago
9b55091
buildman: Figure out boards before commits
by Simon Glass
· 5 years ago
aa26d47
buildman: Ask genboardscfg to be quiet
by Simon Glass
· 5 years ago
11ece15
genboardcfg: Support a quiet mode
by Simon Glass
· 5 years ago
bae655b
Merge tag 'fixes-for-2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-video
by Tom Rini
· 5 years ago
de8e25b
test.py: Make search for autoconf.mk more permissive
by Simon Glass
· 5 years ago
9da17fb
buildman: Improve [make-flags] section parser to allow quoted strings
by Cristian Ciocaltea
· 5 years ago
81620a5
serial: sandbox: support Unicode
by Heinrich Schuchardt
· 5 years ago
deaf297
sandbox: add missing compatible property in device tree
by Heinrich Schuchardt
· 5 years ago
f87ed78
configs: sama5d27_som1_ek: Add default config to read ENV from QSPI
by Swapna Gurumani
· 5 years ago
e9358ea
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· 5 years ago
fcedb9a
spl: opensbi: wait for ack from secondary harts before entering OpenSBI
by Lukas Auer
· 5 years ago
c308e01
riscv: add option to wait for ack from secondary harts in smp functions
by Lukas Auer
· 5 years ago
c7460b8
riscv: add functions for reading the IPI status
by Lukas Auer
· 5 years ago
e105b61
spl: opensbi: specify main hart as preferred boot hart
by Lukas Auer
· 5 years ago
8e9d172
doc: update AX25-AE350 RISC-V documentation
by Rick Chen
· 5 years ago
314d3ef
riscv: dts: Add #address-cells and #size-cells in nor node
by Rick Chen
· 5 years ago
3209fb8
riscv: dts: Support four cores SMP
by Rick Chen
· 5 years ago
55bc1bd
riscv: Fix clear bss loop in the start-up code
by Rick Chen
· 5 years ago
8b4ee5f
spl: cache: Allow cache drivers in SPL
by Rick Chen
· 5 years ago
883275d
riscv: ax25: cache: Add SPL_RISCV_MMODE for SPL
by Rick Chen
· 5 years ago
eb61303
riscv: andes_plic: Fix some wrong configurations
by Rick Chen
· 5 years ago
9203826
riscv: ax25-ae350: Use generic memory size setup
by Rick Chen
· 5 years ago
c3027d0
riscv: ax25-ae350: add SPL configuration
by Rick Chen
· 5 years ago
276292a
riscv: ax25: add SPL support
by Rick Chen
· 5 years ago
7205d83
Use dts support from U-Boot via OF_SEPARATE instead of depending from opensbi.
by Rick Chen
· 5 years ago
a8ed626
riscv: dts: Add hifive-unleashed-a00 dts from Linux
by Jagan Teki
· 5 years ago
0381370
riscv: increase stack size to avoid a stack overflow during distro boot
by Lukas Auer
· 5 years ago
2e14ad0
ARM: DRA7: Fixup DSP OPP_HIGH clock rate on DRA76P/DRA77P SoCs
by Suman Anna
· 5 years ago
4b4a605
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-net
by Tom Rini
· 5 years ago
6273f13
cmd: pxe: Increase maximum path length
by Ben Wolsieffer
· 5 years ago
c31411c
configs: j721e_evm_a72_defconfig: Enable DMA and Ethernet
by Vignesh Raghavendra
· 5 years ago
268dad2
arm: dts: k3-j721e-common-proc-board: Add DMA and CPSW related DT nodes
by Vignesh Raghavendra
· 5 years ago
30bc6ea
net: ti: am65-cpsw-nuss: Add new compatible for J721e
by Vignesh Raghavendra
· 5 years ago
462ff04
net: ti: am65-cpsw-nuss: Rework RX flow ID handling
by Vignesh Raghavendra
· 5 years ago
3934989
dma: ti: k3-udma: Implement dma_get_cfg() interface
by Vignesh Raghavendra
· 5 years ago
b18fb7e
dma: Introduce dma_get_cfg() interface
by Vignesh Raghavendra
· 5 years ago
0404e9f
net: ftgmac100: align RX/TX descriptors on ARCH_DMA_MINALIGN
by Cédric Le Goater
· 5 years ago
d4be768
drivers: net: fsl_enetc: register internal MDIO bus
by Alex Marginean
· 5 years ago
05b4877
drivers: net: fsl_enetc_mdio: return with time-out if HW is stuck
by Alex Marginean
· 5 years ago
c905c21
drivers: net: fsl_enetc: move PCS and PHY config to probe
by Alex Marginean
· 5 years ago
b93375c
drivers: net: fsl_enetc: Add 2.5Gbps to supported link speeds
by Alex Marginean
· 5 years ago
602e00f
drivers: net: fsl_enetc: use the new MDIO DM helper functions
by Alex Marginean
· 5 years ago
cf64055
net: mdio-uclass: add dm_eth_phy_connect helper function
by Alex Marginean
· 5 years ago
6b3089e
net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity
by Alex Marginean
· 5 years ago
ca23405
net: tftp: Fix too small block size
by Andre Przywara
· 5 years ago
ed0460c
drivers: net: fsl_enetc: use XFI, USXGMII interface type macros
by Alex Marginean
· 5 years ago
6d93e49
doc: bindings: Aquantia PHY node binding
by Alex Marginean
· 5 years ago
c093fc1
doc: bindings: add bindings document for PHY nodes
by Alex Marginean
· 5 years ago
Next »