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
*
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2021-01-05
15
-35
/
+30
*
dm: core: Rename dev_has_of_node() to dev_has_ofnode()
Simon Glass
2021-01-05
5
-5
/
+5
*
dm: core: Rename device flags to indicate it is private
Simon Glass
2021-01-05
1
-8
/
+9
*
dm: core: Access device flags through functions
Simon Glass
2021-01-05
16
-59
/
+74
*
dm: core: Rename sqq to seq_
Simon Glass
2021-01-05
6
-17
/
+18
*
dm: core: Split out alloc code into a new function
Simon Glass
2021-01-05
1
-37
/
+52
*
x86: Drop rtc from SPL
Simon Glass
2021-01-05
1
-1
/
+1
*
x86: coral: Remove unwanted nodes from SPL/TPL
Simon Glass
2021-01-05
1
-6
/
+11
*
x86: apl: Adjust how the UART gets its platform data
Simon Glass
2021-01-05
2
-20
/
+42
*
x86: sysreset: Move priv/plat structs to headers
Simon Glass
2021-01-05
2
-4
/
+19
*
dm: core: Move priv/plat structs for simple_bus to headers
Simon Glass
2021-01-05
2
-6
/
+16
*
x86: apl: Use struct spi_nor instead of struct spi_flash
Simon Glass
2021-01-05
1
-1
/
+1
*
spi: Tweak a few strange SPI NOR features for of-platdata
Simon Glass
2021-01-05
3
-3
/
+5
*
spi: Tidy up get/set of device node
Simon Glass
2021-01-05
5
-6
/
+36
*
x86: spl: Move priv/plat structs to headers
Simon Glass
2021-01-05
2
-11
/
+11
*
x86: Move priv/plat structs for intel_common to headers
Simon Glass
2021-01-05
4
-27
/
+40
*
x86: apl: Move priv/plat structs to headers
Simon Glass
2021-01-05
6
-38
/
+64
*
sandbox: Update dts files to reduce SPL size
Simon Glass
2021-01-05
2
-8
/
+7
*
sandbox: Add a compatible string for spltest
Simon Glass
2021-01-05
1
-0
/
+6
*
sandbox: i2c: Move priv into a header file
Simon Glass
2021-01-05
2
-4
/
+15
*
sandbox: serial: Move priv into a header file
Simon Glass
2021-01-05
2
-15
/
+31
*
sandbox: remove ram buffer file when U-Boot is loaded by SPL
Patrick Delaunay
2021-01-05
3
-4
/
+12
*
x86: Fix header guard in asm/pmu.h
Simon Glass
2021-01-05
1
-3
/
+3
*
x86: tpl: Remove unwanted devicetree string
Simon Glass
2021-01-05
1
-1
/
+3
*
x86: pinctrl: Drop unlikely error messages from TPL
Simon Glass
2021-01-05
1
-3
/
+8
*
x86: apl: Reduce size for TPL
Simon Glass
2021-01-05
13
-16
/
+44
*
x86: apl: Update hostbridge to remove unwanted TPL code
Simon Glass
2021-01-05
1
-5
/
+9
*
x86: coral: Move fsp-m settings to a subnode
Simon Glass
2021-01-05
2
-1
/
+9
*
x86: Move call64 into its own section
Simon Glass
2021-01-05
1
-0
/
+1
*
x86: apl: Use const for driver operations
Simon Glass
2021-01-05
2
-2
/
+2
*
dtoc: Convert _drivers to a dict
Simon Glass
2021-01-05
2
-4
/
+32
*
dtoc: Output the struct values in a separate function
Simon Glass
2021-01-05
1
-16
/
+34
*
dtoc: Output the device in a separate function
Simon Glass
2021-01-05
1
-11
/
+22
*
dtoc: Make _output_list a top-level function
Simon Glass
2021-01-05
1
-40
/
+40
*
dtoc: Fix a few pylint warnings in dtb_platdata
Simon Glass
2021-01-05
1
-15
/
+16
*
test: Move some test drivers into their own file
Simon Glass
2021-01-05
7
-221
/
+263
*
test: Use a simple variable to record removed device
Simon Glass
2021-01-05
2
-10
/
+6
*
timer: Use a shorter error in TPL
Simon Glass
2021-01-05
1
-2
/
+8
*
arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header
Simon Glass
2021-01-05
6
-0
/
+0
*
sysreset: Use a shorter error with SPL
Simon Glass
2021-01-05
1
-4
/
+8
*
pinctrl: Drop post_bind() method when not needed
Simon Glass
2021-01-05
1
-1
/
+3
*
dm: core: Rename the priv/plat members
Simon Glass
2021-01-05
4
-28
/
+33
*
dm: core: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
3
-37
/
+45
*
dm: Use access methods for dev/uclass private data
Simon Glass
2021-01-05
113
-278
/
+372
*
dm: core: Add functions to set priv/plat
Simon Glass
2021-01-05
2
-0
/
+114
*
dm: core: Add function to access uclass priv
Simon Glass
2021-01-05
3
-0
/
+32
*
x86: apl: Drop support for !OF_PLATDATA_PARENT
Simon Glass
2021-01-05
4
-45
/
+1
*
dm: core: Only include simple-bus devicetree id when needed
Simon Glass
2021-01-05
1
-1
/
+3
*
dm: core: Use 'uclass_driver' for the uclass linker_list
Simon Glass
2021-01-05
3
-5
/
+5
*
dm: core: Support dm_dump_all() in SPL
Simon Glass
2021-01-05
1
-2
/
+4
[next]