Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
d3cb14b910aafd6cc64b49dc26874bf6ab449b98
« Previous
5d98285
arm: Include asm/setup.h explictly
by Simon Glass
· 7 years ago
c45300b
arm: Add declarations to avoid needing to include headers
by Simon Glass
· 7 years ago
c62db35
arm: Add explicit include of <asm/mach-types.h>
by Simon Glass
· 7 years ago
3a53e99
nds32: Remove include files from common.h
by Simon Glass
· 7 years ago
3ff240c
x86: Don't include asm/u-boot.h in common
by Simon Glass
· 7 years ago
587b622
sandbox: Don't include asm/u-boot.h in common
by Simon Glass
· 7 years ago
5c73f01
mips: Don't include asm/u-boot.h in common
by Simon Glass
· 7 years ago
b5e7bd4
arc: Don't include asm/u-boot.h in common
by Simon Glass
· 7 years ago
e8d4fa9
nds32: Make u-boot-nds32.h a private header
by Simon Glass
· 7 years ago
a320acc
mips: Make u-boot-mips.h a private header
by Simon Glass
· 7 years ago
ac6a6bd
arm: Make u-boot-arm.h a private header
by Simon Glass
· 7 years ago
6862b50
x86: Make u-boot-x86.h a private header
by Simon Glass
· 7 years ago
86e748d
sandbox: Make u-boot-sandbox.h a private header
by Simon Glass
· 7 years ago
d6d2d0b
arc: Make u-boot-arc.h a private header
by Simon Glass
· 7 years ago
5a8ba31
samsung: Drop more references fo s3c24x0
by Simon Glass
· 7 years ago
5644aee
samsung: nand: Drop s3c2410_nand driver
by Simon Glass
· 7 years ago
7a7530a
samsung: usb: Drop ohci-s3c24xx driver
by Simon Glass
· 7 years ago
ebf9250
samsung: mmc: Drop s3c_sdi driver
by Simon Glass
· 7 years ago
0d8c939
samsung: Drop s3c24x0 arch-specific code
by Simon Glass
· 7 years ago
2e5184d
gpio: samsung: Drop s3c2440_gpio driver
by Simon Glass
· 7 years ago
12d738a
api: Add a header for api_init()
by Simon Glass
· 7 years ago
4baf23e
common: Move get_OPB_freq() and get_PCI_freq() to PPC header
by Simon Glass
· 7 years ago
58a8ec4
common: Move pcie_setup_hoses() to PPC header
by Simon Glass
· 7 years ago
787ea6e
common: Drop pci_master_init()
by Simon Glass
· 7 years ago
4fcc6a7
common: Move pci_target_init() to PPC header
by Simon Glass
· 7 years ago
a55132b
common: Drop pci_pre_init() and is_pci_host()
by Simon Glass
· 7 years ago
f66f88f
common: Drop inclusion of pci.h
by Simon Glass
· 7 years ago
8bb687f
t81xx: Migrate TI81XX/TI816X/TI814X symbols to Kconfig
by Tom Rini
· 7 years ago
1d7f6ad
ti816x: Modernize the defconfig
by Tom Rini
· 7 years ago
708ca4d
ti816x: Import dts files from Linux Kernel v4.11
by Tom Rini
· 7 years ago
77e9927
ti816x: Enable NAND
by Tom Rini
· 7 years ago
dab2fc2
ti816x_evm: Disable CONFIG_USE_PRIVATE_LIBGCC
by Tom Rini
· 7 years ago
8627733
ti816x: Rework DDR initialization sequence
by Tom Rini
· 7 years ago
ffb5656
armv7: Mark the default lowlevel_init function as weak
by Tom Rini
· 7 years ago
7c0c6be
configs: davinci: omapl138_lcdk: add random eth address support
by Anna, Suman
· 7 years ago
e320d37
Enable PXE boot on meson-gxbb.
by Vagrant Cascadian
· 8 years ago
2cb7b90
ehci-pci: Prepare for usage of readl()/writel() accessors
by Alexey Brodkin
· 7 years ago
f0a1ad4
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
d7f7ba3
x86: fsp: Remove the call to set up internal uart in fsp_init()
by Bin Meng
· 7 years ago
37d1023
x86: baytrail: Fix boot hang with a debug build
by Bin Meng
· 7 years ago
f8f291b
x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer
by Bin Meng
· 7 years ago
5e74e5a
x86: baytrail: Use macros instead of magic numbers for FSP settings
by Bin Meng
· 7 years ago
6702488
x86: baytrail: Remove "serial-debug-port-*" settings
by Bin Meng
· 7 years ago
455a5a8
x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1
by Bin Meng
· 7 years ago
dd31be2
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· 7 years ago
5cafcba
Merge git://git.denx.de/u-boot-net
by Tom Rini
· 7 years ago
541f538
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 7 years ago
b07d044
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
91d27a1
Kconfig: Migrate FS_FAT / FAT_WRITE
by Tom Rini
· 7 years ago
4a72d8d
board: ti: enable support for writing to fat partition
by Sekhar Nori
· 7 years ago
0dbb9a9
config_fallbacks: add additional fallbacks for fat filesystem
by Sekhar Nori
· 7 years ago
391b037
configs: k2g_evm: make sure config fallbacks take effect
by Sekhar Nori
· 7 years ago
ae87339
configs: k2*_evm: let each board decide env location
by Sekhar Nori
· 7 years ago
eedfb89
fs: fat: add kbuild configuration support
by Sekhar Nori
· 7 years ago
efeccfe
fastboot: Add support for flashing zImage
by Sam Protsenko
· 7 years ago
e5f00f0
dfu: dfu_sf: Fix read offset
by Phil Edworthy
· 7 years ago
2303bff
net: pch_gbe: Add cache maintenance
by Paul Burton
· 8 years ago
52e727c
net: pch_gbe: CPU accessible addresses are virtual
by Paul Burton
· 8 years ago
db225f1
net: pch_gbe: Fix rx descriptor buffer addresses
by Paul Burton
· 8 years ago
43979cb
net: pch_gbe: Reset during probe
by Paul Burton
· 8 years ago
f0b94c4
net: zynq_gem: Dont flush dummy descriptors
by Siva Durga Prasad Paladugu
· 7 years ago
dea004e
net: zynq_gem: Use wait_for_bit with non breakable
by Siva Durga Prasad Paladugu
· 7 years ago
68e6eca
net: phy: marvell 88e151x: Fix handling of RGMII interface types
by Phil Edworthy
· 7 years ago
c08248d
net: core: avoid possible NULL pointer dereference
by xypron.glpk@gmx.de
· 7 years ago
96d1d84
drivers: net: cpsw: abort init() on aneg timeout
by Sekhar Nori
· 8 years ago
6de046e
net: macb: Fix GMAC not work when enable DM_ETH
by Wenyou Yang
· 8 years ago
e09d0c8
net: mvpp2.c: Enable 10G support for port 0 (SFI)
by Stefan Chulski
· 8 years ago
cc1aa21
armv8/ls1046a: RGMII PHY requires internal delay on Tx
by Madalin Bucur
· 8 years ago
5a78a47
armv8/ls1043a: RGMII PHY requires internal delay on Tx
by Madalin Bucur
· 8 years ago
b233089
net: zynq_gem: Do not return -ENOSYS on success
by Olliver Schinagl
· 8 years ago
6ec922f
net: designware: Add phy supply support
by Jacob Chen
· 8 years ago
449ea2c
net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable
by Philipp Tomsich
· 8 years ago
99ed4a2
fdt: Drop fdt_select.py
by Simon Glass
· 7 years ago
ec3f378
binman: Rename fdt variable to dtb
by Simon Glass
· 7 years ago
7b75b44
fdt: Merge fdt_normal with its base class
by Simon Glass
· 7 years ago
515d3f0
binman: Drop a special case related to fdt_fallback
by Simon Glass
· 7 years ago
160a766
fdt: Drop fdt_fallback library
by Simon Glass
· 7 years ago
6d804ea
fdt: Drop use of the legacy libfdt python module
by Simon Glass
· 7 years ago
727f153
fdt: Stop building the old python libfdt module
by Simon Glass
· 7 years ago
e38ffc4
fdt: Makefile: Build python libfdt library if needed
by Simon Glass
· 7 years ago
b436020
fdt: Support use of the new python libfdt library
by Simon Glass
· 7 years ago
4a28b00
fdt: dtoc: Add a full set of property tests
by Simon Glass
· 7 years ago
1d88ebb
fdt: Update fdt_test to use 'dt' instead of 'fdt'
by Simon Glass
· 7 years ago
ee95d10
fdt: Build the new python libfdt module
by Simon Glass
· 7 years ago
555ba48
fdt: Rename existing python libfdt module
by Simon Glass
· 7 years ago
330274f
fdt: Add all source files to the libfdt build
by Simon Glass
· 7 years ago
7e91b102
fdt: Allow swig options to be provided by Makefile
by Simon Glass
· 7 years ago
a2b2caa
fdt: Move header files into lib/libfdt
by Simon Glass
· 7 years ago
c40bfba
fdt: Use SPDX format for licenses in the libfdt headers
by Simon Glass
· 7 years ago
c69380f
fdt: Correct cast for sandbox in fdtdec_setup_memory_size()
by Simon Glass
· 7 years ago
84d7f91
pci: Correct cast for sandbox
by Simon Glass
· 7 years ago
cf2064d
fdt: Add Python bindings
by Simon Glass
· 7 years ago
868e371
sun50i: h5: Add initial Orangepi Prime support
by Jagan Teki
· 7 years ago
8d75d52
armv8: ls1046ardb: Enable loading PPA during SPL stage for SD boot
by York Sun
· 7 years ago
b3a860a
armv8: ls1046a: Enable spl_board_init() function
by York Sun
· 7 years ago
f24c785
armv8: ls1043ardb: Enable loading PPA during SPL stage for SD boot
by York Sun
· 7 years ago
8e59778
armv8: layerscape: Enabling loading PPA during SPL stage
by York Sun
· 7 years ago
399e2bb
armv8: layerscape: Make U-Boot EL2 safe
by York Sun
· 7 years ago
1f55a93
armv8: ls2080aqds: Add support for SD boot
by Santan Kumar
· 8 years ago
faed6bd
armv8: ls2080a: Reorganise NAND_BOOT code in config flag
by Santan Kumar
· 8 years ago
Next »