Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
2147a16983d17bcb0438607aa7760494afc27014
2147a16
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
by Igor Opaniuk
· 4 years ago
a907dce
board: freescale: drop CONFIG_DM_I2C undefs
by Igor Opaniuk
· 4 years ago
d1f3abe
dm: i2c: allow disabling driver model in SPL
by Igor Opaniuk
· 4 years ago
73c1669
i2c: at91: fix crash when using 'i2c probe'
by Eugen Hristev
· 4 years, 1 month ago
6befb51
i2c: i2c-gpio: Fix GPIO output
by Harm Berntsen
· 4 years, 2 months ago
ea966d2
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· 4 years ago
e036a1d
fdt/sunxi: Remove OF_STDOUT_PATH
by Andre Przywara
· 4 years ago
7f4e294
sunxi: support boot console on uart1 for sun8i
by Tobias Schramm
· 4 years ago
c12c76d
sunxi: Remove dead ifdefs in sunxi-common.h
by Samuel Holland
· 4 years ago
bc24884
sunxi: spl: Fix H616 clock initialization
by Jernej Skrabec
· 4 years ago
a1a652e
Merge tag 'mmc-2021-2-19' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
by Tom Rini
· 4 years ago
144d057
configs: enable CONFIG_MMC_PWRSEQ configuration
by Jaehoon Chung
· 4 years ago
ba74bc1
ARM: mach-meson: select MMC_PWRSEQ config
by Jaehoon Chung
· 4 years ago
9d7e661
mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseq
by Jaehoon Chung
· 4 years ago
a96ea4d
mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq
by Jaehoon Chung
· 4 years ago
caee38a
mmc: pwrseq: add mmc-pwrseq file to provide a generic interface
by Jaehoon Chung
· 4 years ago
46938ab
mmc: mmc_spi: Document the 3 local functions
by Bin Meng
· 4 years ago
2f22cb4
mmc: mmc_spi: Fix potential spec violation in receiving card response
by Bin Meng
· 4 years ago
781aad0
mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()
by Bin Meng
· 4 years ago
01962f8
mmc: mmc_spi: Print verbose debug output when crc16 check fails
by Bin Meng
· 4 years ago
8e2b0af
mmc: fix response timeout after switch command
by Stefan Bosch
· 4 years ago
37e1362
mmc: sdhci: skip cache invalidation if DMA is not used
by Yuezhang.Mo@sony.com
· 4 years ago
1019b19
cmd: mmc: update the mmc command's usage about argument
by Jaehoon Chung
· 4 years, 1 month ago
52ff04a
mmc: initialize an err variable
by Jaehoon Chung
· 4 years, 1 month ago
766927a
Merge branch '2021-02-18-SPL-FIT-OP-TEE-Linux-improvements'
by Tom Rini
· 4 years ago
2dddc1b
net: tftp: Avoid sending extra ack on completion
by Ramon Fried
· 4 years ago
56f1bcc
Merge tag 'rpi-next-2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi
by Tom Rini
· 4 years ago
0059ef0
video: arm: rpi: Add brcm,bcm2711-hdmi0 compatible
by Nicolas Saenz Julienne
· 4 years ago
74a9f68
configs: rpi4: Enable DM_DMA across all RPi4 configurations
by Nicolas Saenz Julienne
· 4 years ago
c89c96d
mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()
by Nicolas Saenz Julienne
· 4 years ago
1a47455
xhci: translate virtual addresses into the bus's address space
by Nicolas Saenz Julienne
· 4 years ago
30b20e6
dm: test: Add test case for dev_phys_to_bus()/dev_bus_to_phys()
by Nicolas Saenz Julienne
· 4 years ago
2a15a25
dm: Introduce dev_phys_to_bus()/dev_bus_to_phys()
by Nicolas Saenz Julienne
· 4 years ago
e880187
dm: test: Add test case for dev->dma_offset
by Nicolas Saenz Julienne
· 4 years ago
4abf68d
dm: Introduce DMA constraints into the core device model
by Nicolas Saenz Julienne
· 4 years ago
283628c
dm: test: Add test case for dev_get_dma_ranges()
by Nicolas Saenz Julienne
· 4 years ago
51bdb50
dm: Introduce xxx_get_dma_range()
by Nicolas Saenz Julienne
· 4 years ago
c709243
pci: pcie-brcmstb: Fix inbound window configurations
by Nicolas Saenz Julienne
· 4 years ago
561bce3
rpi: Add identifier for the new CM4
by Nicolas Saenz Julienne
· 4 years ago
f10f536
rpi: Add identifier for the new RPi400
by Nicolas Saenz Julienne
· 4 years ago
6b3d18c
rpi: limit size of the RAM to the multiple of the MMU_SECTION_SIZE
by Marek Szyprowski
· 4 years ago
85f3fdd
pci: brcmstb: Cleanup controller state before handover
by Nicolas Saenz Julienne
· 4 years ago
e3bbc1f
usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag
by Nicolas Saenz Julienne
· 4 years ago
1613cf5
config: Enable iProc RNG200 driver in RPi4 configs
by Matthias Brugger
· 4 years, 1 month ago
7155105
spl: fit: Load devicetree when a Linux payload is found
by Alexandru Gagniuc
· 4 years ago
aeedeae
spl: fit: Replace #ifdef blocks with more readable constructs
by Alexandru Gagniuc
· 4 years ago
9e30423
image: Do not #if guard board_fit_image_post_process() prototype
by Alexandru Gagniuc
· 4 years ago
9e9aa0b
spl: fit: Only look up FIT configuration node once
by Alexandru Gagniuc
· 4 years ago
e492827
spl: fit: Remove useless loop in spl_fit_get_image_name()
by Alexandru Gagniuc
· 4 years ago
3dc2079
spl: fit: Pass FIT context via a structure pointer
by Alexandru Gagniuc
· 4 years ago
917fa36
spl: fit: Factor out FIT parsing and use a context struct
by Alexandru Gagniuc
· 4 years ago
efc4ad0bc
spl: fit: Drop 'length' argument to board_spl_fit_post_load()
by Alexandru Gagniuc
· 4 years ago
537f001
rng: Add iProc RNG200 driver
by Matthias Brugger
· 4 years, 1 month ago
496f494
Merge branch '2021-02-16-assorted-improvements'
by Tom Rini
· 4 years ago
d003434
configs: ls1028a: Enable the Ethernet switch driver in defconfig
by Alex Marginean
· 4 years ago
cc32fd9
arm: dts: ls1028a: Add Ethernet switch node and dependencies
by Alex Marginean
· 4 years ago
71a2d1e
drivers: net: Add Felix DSA switch driver
by Alex Marginean
· 4 years ago
fc054d5
net: Introduce DSA class for Ethernet switches
by Claudiu Manoil
· 4 years ago
d0781c9
net: phy: introduce fixed_phy_create for DSA CPU ports
by Vladimir Oltean
· 4 years ago
56a5588
net: phy: fixed: support speeds of 2500 and 10000
by Vladimir Oltean
· 4 years ago
9d1215b
test: dm: tee: extend with RPC test
by Igor Opaniuk
· 4 years ago
592b98b
drivers: tee: sandbox: add rpc test ta emulation
by Igor Opaniuk
· 4 years ago
f4a60b0
test: py: add pygit2 and pyelftools to requirements.txt
by Igor Opaniuk
· 4 years ago
4e96356
drivers: tee: i2c trampoline driver
by Jorge Ramirez-Ortiz
· 4 years ago
eb5fd9e
usb: kbd: destroy device after console is stopped
by Andy Shevchenko
· 4 years ago
694cd56
IOMUX: Introduce iomux_replace_device()
by Andy Shevchenko
· 4 years ago
400797c
IOMUX: Split out for_each_console_dev() helper macro
by Andy Shevchenko
· 4 years ago
b672c16
IOMUX: Split out iomux_match_device() helper
by Andy Shevchenko
· 4 years ago
658d6c5
IOMUX: Switch to use stdio_file_to_flags()
by Andy Shevchenko
· 4 years ago
09d8f07
console: Set file and devices at one go
by Andy Shevchenko
· 4 years ago
20a7d35
console: Set console device counter in console_devices_set()
by Andy Shevchenko
· 4 years ago
7b9ca3f
console: Switch to use stdio_file_to_flags()
by Andy Shevchenko
· 4 years ago
d9b0ac9
stdio: Introduce a new helper stdio_file_to_flags()
by Andy Shevchenko
· 4 years ago
99cb2b9
stdio: Split out nulldev_register() and move it under #if
by Andy Shevchenko
· 4 years ago
c090e8f
stdio: Get rid of dead code, i.e. stdio_deregister()
by Andy Shevchenko
· 4 years ago
767582c
Prepare v2021.04-rc2
by Tom Rini
· 4 years ago
b6f4c75
Merge branch '2021-02-15-fix-CVE-2021-27097-CVE-2021-27138'
by Tom Rini
· 4 years ago
3f04db8
image: Check for unit addresses in FITs
by Simon Glass
· 4 years ago
124c255
libfdt: Check for multiple/invalid root nodes
by Simon Glass
· 4 years ago
6f3c2d8
image: Add an option to do a full check of the FIT
by Simon Glass
· 4 years ago
c581970
image: Adjust the workings of fit_check_format()
by Simon Glass
· 4 years ago
d5f3aad
test: Add tests for the 'evil' vboot attacks
by Simon Glass
· 4 years ago
fafafac
test: Add vboot_evil implementation
by Simon Glass
· 4 years ago
79af75f
fit: Don't allow verification of images with @ nodes
by Simon Glass
· 4 years ago
8a7d4cf
fdt_region: Check for a single root node of the correct name
by Simon Glass
· 4 years ago
6144438
configs: Resync with savedefconfig
by Tom Rini
· 4 years ago
2ae8043
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
by Tom Rini
· 4 years ago
76b7936
Merge branch '2021-02-14-remove-some-boards'
by Tom Rini
· 4 years ago
73effc2
sh: Remove sh7763rdp board
by Tom Rini
· 4 years ago
f0debb2
sh: Remove sh7757lcr board
by Tom Rini
· 4 years ago
0c3cd24
sh: Remove sh7753evb board
by Tom Rini
· 4 years ago
da43d96
sh: Remove sh7752evb board
by Tom Rini
· 4 years ago
215386e
sh: Remove r7780mp board
by Tom Rini
· 4 years ago
5617351
sh: Remove MigoR board
by Tom Rini
· 4 years ago
865acad
ppc: Remove MPC8641HPCN board
by Tom Rini
· 4 years ago
41bacbe
ppc: Remove MPC8610HPCD board
by Tom Rini
· 4 years ago
2dce449
ppc: Remove MPC8572DS board
by Tom Rini
· 4 years ago
2339777
ppc: Remove MPC8544DS board
by Tom Rini
· 4 years ago
2292431
arm: Remove db-88f6281-bp board
by Tom Rini
· 4 years ago
2ce7b65
arm: Remove ls2080a_simu board
by Tom Rini
· 4 years ago
Next »