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
...
|
*
|
|
arm: provide a function for boards init code to modify MMU virtual-physical map
Marek Szyprowski
2020-07-10
3
-6
/
+39
|
*
|
|
arm: update comments to the common style
Marek Szyprowski
2020-07-10
1
-9
/
+14
|
*
|
|
powerpc: move ADDR_MAP to Kconfig
Marek Szyprowski
2020-07-10
144
-74
/
+226
|
/
/
/
*
|
|
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-07-09
32
-165
/
+655
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86: apl: Re-enable loading of SPL
Simon Glass
2020-07-09
1
-1
/
+1
|
*
|
spi: Remove unnecessary #ifdefs in header file
Simon Glass
2020-07-09
1
-7
/
+6
|
*
|
bootstage: Fix 'stacked' typo
Simon Glass
2020-07-09
1
-1
/
+1
|
*
|
linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED
Rasmus Villemoes
2020-07-09
1
-3
/
+45
|
*
|
linux/kconfig.h: remove unused helper macros
Rasmus Villemoes
2020-07-09
2
-37
/
+5
|
*
|
linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*
Rasmus Villemoes
2020-07-09
1
-19
/
+8
|
*
|
arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage
Bin Meng
2020-07-09
1
-1
/
+1
|
*
|
x86: minnowmax: Drop screen resolution to 1024x768
Simon Glass
2020-07-09
1
-1
/
+1
|
*
|
minnowmax: Enable the copy framebuffer
Simon Glass
2020-07-09
2
-2
/
+30
|
*
|
chromebook_link: Enable the copy framebuffer
Simon Glass
2020-07-09
2
-7
/
+21
|
*
|
chromebook_samus: Enable the copy framebuffer
Simon Glass
2020-07-09
2
-2
/
+16
|
*
|
x86: video: Support copy framebuffer with probed devices
Simon Glass
2020-07-09
2
-0
/
+24
|
*
|
video: Correctly handle multiple framebuffers
Simon Glass
2020-07-09
1
-2
/
+25
|
*
|
x86: fsp: video: Allocate a frame buffer when needed
Simon Glass
2020-07-09
1
-0
/
+12
|
*
|
video: pci: Set up the copy framebuffer
Simon Glass
2020-07-09
1
-1
/
+21
|
*
|
video: sandbox: Add support for the copy framebuffer
Simon Glass
2020-07-09
3
-22
/
+43
|
*
|
video: Add comments to struct sandbox_sdl_plat
Simon Glass
2020-07-09
2
-2
/
+15
|
*
|
video: Update the copy framebuffer when writing bitmaps
Simon Glass
2020-07-09
1
-3
/
+13
|
*
|
video: Update rotated console to support copy buffer
Simon Glass
2020-07-09
1
-23
/
+60
|
*
|
video: Update truetype console to support copy buffer
Simon Glass
2020-07-09
1
-12
/
+31
|
*
|
video: Update normal console to support copy buffer
Simon Glass
2020-07-09
1
-3
/
+23
|
*
|
video: Add helpers for vidconsole for the copy framebuffer
Simon Glass
2020-07-09
2
-0
/
+65
|
*
|
video: Clear the copy framebuffer when clearing the screen
Simon Glass
2020-07-09
1
-0
/
+4
|
*
|
video: Set up the copy framebuffer when enabled
Simon Glass
2020-07-09
1
-0
/
+3
|
*
|
video: Add support for copying to a hardware framebuffer
Simon Glass
2020-07-09
3
-0
/
+95
|
*
|
video: Add a comment for struct video_uc_platdata
Simon Glass
2020-07-09
1
-0
/
+12
|
*
|
video: Drop unnecessary #ifdef around vid_console_color()
Simon Glass
2020-07-09
1
-4
/
+2
|
*
|
video: Adjust rotated console to start at right edge
Simon Glass
2020-07-09
2
-2
/
+2
|
*
|
video: Split out expression parts into variables
Simon Glass
2020-07-09
1
-17
/
+17
|
*
|
sandbox: video: Allow selection of rotated console
Simon Glass
2020-07-09
1
-0
/
+1
|
*
|
video: Show an error when a vidconsole function fails
Simon Glass
2020-07-09
1
-3
/
+19
|
*
|
console: Add a way to output to serial only
Simon Glass
2020-07-09
2
-6
/
+35
|
*
|
x86: fsp: Reinit the FPU after FSP meminit
Simon Glass
2020-07-09
3
-0
/
+14
|
|
/
*
|
Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
Tom Rini
2020-07-09
28
-61
/
+2081
|
\
\
|
*
|
pwm: Add PWM driver for SiFive SoC
Yash Shah
2020-07-09
3
-0
/
+179
|
*
|
pwm: Add DT documentation for SiFive PWM Controller
Yash Shah
2020-07-09
1
-0
/
+31
|
*
|
i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
Patrick Delaunay
2020-07-09
1
-1
/
+73
|
*
|
i2c: stm32f7: add stm32mp15 compatible
Patrick Delaunay
2020-07-09
1
-0
/
+1
|
*
|
test: dm: rtc: add tests of rtc shell command
Rasmus Villemoes
2020-07-09
1
-0
/
+58
|
*
|
sandbox: add rtc command to defconfigs
Rasmus Villemoes
2020-07-09
3
-0
/
+3
|
*
|
test: dm: rtc: add test of dm_rtc_read, dm_rtc_write
Rasmus Villemoes
2020-07-09
2
-0
/
+50
|
*
|
rtc: i2c_rtc_emul: catch any write to the "reset" register
Rasmus Villemoes
2020-07-09
1
-1
/
+2
|
*
|
rtc: sandbox-rtc: fix set method
Rasmus Villemoes
2020-07-09
2
-42
/
+38
|
*
|
rtc: add rtc command
Rasmus Villemoes
2020-07-09
3
-0
/
+174
|
*
|
rtc: pcf2127: provide ->write method
Rasmus Villemoes
2020-07-09
1
-0
/
+7
|
*
|
rtc: pcf2127: provide ->read method
Rasmus Villemoes
2020-07-09
1
-3
/
+3
[prev]
[next]