index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...
Tom Rini
2020-06-30
35
-77
/
+292
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
.azure-pipelines.yml: add Qemu tests for MIPS Malta board
Daniel Schwierzeck
2020-06-29
1
-0
/
+16
|
|
*
|
|
.travis.yml: add Qemu tests for MIPS Malta board
Daniel Schwierzeck
2020-06-29
1
-0
/
+28
|
|
*
|
|
.gitlab-ci.yml: add Qemu tests for MIPS Malta board
Daniel Schwierzeck
2020-06-29
1
-0
/
+32
|
|
*
|
|
mips: malta: build u-boot-swap.bin
Daniel Schwierzeck
2020-06-29
2
-0
/
+2
|
|
*
|
|
Makefile: add rule to generate u-boot-swap.bin
Daniel Schwierzeck
2020-06-29
1
-0
/
+6
|
|
*
|
|
tools: add script for byte endianness swapping
Daniel Schwierzeck
2020-06-29
1
-0
/
+55
|
|
*
|
|
net: pcnet: Add Kconfig entries
Marek Vasut
2020-06-29
6
-1
/
+10
|
|
*
|
|
net: pcnet: Add DM support
Marek Vasut
2020-06-29
1
-1
/
+126
|
|
*
|
|
net: pcnet: Split common and non-DM functions
Marek Vasut
2020-06-29
1
-55
/
+94
|
|
*
|
|
net: pcnet: Wrap name and enetaddr into private data
Marek Vasut
2020-06-29
1
-15
/
+19
|
|
*
|
|
net: pcnet: Wrap iobase into private data
Marek Vasut
2020-06-29
1
-57
/
+46
|
|
*
|
|
net: pcnet: Pass private data through dev->priv
Marek Vasut
2020-06-29
1
-10
/
+10
|
|
*
|
|
net: pcnet: Wrap devbusfn into private data
Marek Vasut
2020-06-29
1
-10
/
+9
|
|
*
|
|
net: pcnet: Drop useless forward declarations
Marek Vasut
2020-06-29
1
-6
/
+0
|
|
*
|
|
net: pcnet: Move initialize function at the end
Marek Vasut
2020-06-29
1
-91
/
+89
|
|
*
|
|
net: pcnet: Move private data allocation to initialize
Marek Vasut
2020-06-29
1
-13
/
+14
|
|
*
|
|
net: pcnet: Replace memset+malloc with calloc
Marek Vasut
2020-06-29
1
-2
/
+1
|
|
*
|
|
net: pcnet: Simplify private data allocation
Marek Vasut
2020-06-29
1
-21
/
+12
|
|
*
|
|
net: pcnet: Use PCI_DEVICE() to define PCI device compat list
Marek Vasut
2020-06-29
1
-1
/
+1
|
|
*
|
|
net: pcnet: Drop PCNET_HAS_PROM
Marek Vasut
2020-06-29
2
-6
/
+0
|
|
*
|
|
net: pcnet: Drop typedef struct pcnet_priv_t
Marek Vasut
2020-06-29
1
-5
/
+5
|
*
|
|
|
Merge branch '2020-06-30-pxa-dm_mmc-migration' into next
Tom Rini
2020-06-30
12
-48
/
+193
|
|
\
\
\
\
|
|
*
|
|
|
colibri_pxa270_defconfig: enable dm_mmc
Marcel Ziswiler
2020-06-30
1
-0
/
+1
|
|
*
|
|
|
colibri_pxa270: add mmc platform data
Marcel Ziswiler
2020-06-30
1
-5
/
+15
|
|
*
|
|
|
colibri_pxa270_defconfig: enable cmd_dm
Marcel Ziswiler
2020-06-30
1
-0
/
+1
|
|
*
|
|
|
arm: pxa: mmc: add driver model support
Marcel Ziswiler
2020-06-30
2
-28
/
+154
|
|
*
|
|
|
kconfig: mmc: move pxa_mmc_generic to kconfig
Marcel Ziswiler
2020-06-30
4
-8
/
+9
|
|
*
|
|
|
dm: core: gracefully handle alias seq without of
Marcel Ziswiler
2020-06-30
2
-1
/
+7
|
|
*
|
|
|
Makefile: allow dm_mmc without of_control
Marcel Ziswiler
2020-06-30
1
-1
/
+1
|
|
*
|
|
|
serial: pxa: clean-up platform data include file
Marcel Ziswiler
2020-06-30
1
-4
/
+4
|
|
*
|
|
|
mmc: add missing space before comment delimiter
Marcel Ziswiler
2020-06-30
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
Merge branch '2020-06-26-more-Kconfig-migration' into next
Tom Rini
2020-06-29
325
-365
/
+381
|
|
\
\
\
\
|
|
*
|
|
|
spi: Move DM_SPI_FLASH and SPI_FLASH_DATAFLASH to Kconfig (for ls1021aXXX)
Lukasz Majewski
2020-06-29
4
-17
/
+4
|
|
*
|
|
|
spi: Move DM_SPI_FLASH to Kconfig (for NXP's ls1043a)
Lukasz Majewski
2020-06-29
2
-2
/
+4
|
|
*
|
|
|
Convert CONFIG_CADENCE_QSPI to Kconfig
Tom Rini
2020-06-29
4
-2
/
+3
|
|
*
|
|
|
spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*
Lukasz Majewski
2020-06-29
59
-28
/
+122
|
|
*
|
|
|
x86: Don't build some unused objects in TPL
Tom Rini
2020-06-29
2
-2
/
+4
|
|
*
|
|
|
spi: Enable missing CONFIG_SPL_DM_SPI support
Tom Rini
2020-06-26
72
-0
/
+72
|
|
*
|
|
|
Kconfig: Remove CONFIG_CLOCKS_IN_MHZ
Tom Rini
2020-06-26
17
-45
/
+0
|
|
*
|
|
|
Convert CONFIG_BOOTM_NETBSD to Kconfig
Tom Rini
2020-06-26
5
-6
/
+3
|
|
*
|
|
|
arm: imx: Finish migration of CONFIG_CSF_SIZE to Kconfig
Tom Rini
2020-06-26
6
-20
/
+2
|
|
*
|
|
|
nxp: Finish switch to CONFIG_NXP_ESBC
Tom Rini
2020-06-26
2
-3
/
+3
|
|
*
|
|
|
arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB
Tom Rini
2020-06-26
4
-4
/
+4
|
|
*
|
|
|
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
Tom Rini
2020-06-26
6
-11
/
+0
|
|
*
|
|
|
arm: toradex: Convert CONFIG_CONSOLE_MUX to Kconfig
Tom Rini
2020-06-26
4
-6
/
+0
|
|
*
|
|
|
Convert CONFIG_CONS_INDEX to Kconfig
Tom Rini
2020-06-26
29
-31
/
+11
|
|
*
|
|
|
Convert CONFIG_CMDLINE_EDITING to Kconfig
Tom Rini
2020-06-26
1
-4
/
+0
|
|
*
|
|
|
Convert CONFIG_BUILD_TARGET to Kconfig
Tom Rini
2020-06-26
1
-1
/
+0
|
|
*
|
|
|
Convert CONFIG_BOUNCE_BUFFER to Kconfig
Tom Rini
2020-06-26
1
-3
/
+0
[prev]
[next]