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
...
|
*
|
|
|
x86: Support saving MRC data from SPL
Simon Glass
2019-05-08
2
-9
/
+38
|
*
|
|
|
x86: Add common Intel code for SPL
Simon Glass
2019-05-08
2
-0
/
+33
|
*
|
|
|
x86: broadwell: Select refcode and CPU code for SPL
Simon Glass
2019-05-08
1
-3
/
+4
|
*
|
|
|
x86: broadwell: Allow booting from SPL
Simon Glass
2019-05-08
2
-0
/
+78
|
*
|
|
|
x86: Allow 16-bit init to be in TPL
Simon Glass
2019-05-08
5
-5
/
+14
|
*
|
|
|
x86: Add support for starting from SPL/TPL
Simon Glass
2019-05-08
4
-1
/
+146
|
*
|
|
|
x86: broadwell: Split CPU init
Simon Glass
2019-05-08
3
-673
/
+695
|
*
|
|
|
x86: broadwell: Move init of debug UART to cpu.c
Simon Glass
2019-05-08
2
-11
/
+13
|
*
|
|
|
x86: broadwell: Allow SDRAM init from SPL
Simon Glass
2019-05-08
3
-94
/
+101
|
*
|
|
|
x86: broadwell: Improve SDRAM debugging output
Simon Glass
2019-05-08
1
-12
/
+20
|
*
|
|
|
x86: Add a handoff header file
Simon Glass
2019-05-08
1
-0
/
+15
|
*
|
|
|
x86: Support booting with TPL
Simon Glass
2019-05-08
1
-1
/
+8
|
*
|
|
|
x86: Support SPL and TPL
Simon Glass
2019-05-08
2
-1
/
+31
|
*
|
|
|
x86: dts: Add device-tree labels for rtc and reset
Simon Glass
2019-05-08
2
-2
/
+2
|
*
|
|
|
x86: Add a way to reinit the cpu
Simon Glass
2019-05-08
3
-44
/
+94
|
*
|
|
|
x86: mp_init: Use proper error numbers
Simon Glass
2019-05-08
1
-5
/
+5
|
*
|
|
|
x86: Update a stale comment about ifdtool
Simon Glass
2019-05-08
2
-2
/
+2
|
*
|
|
|
x86: start64: Fix copyright message
Simon Glass
2019-05-08
1
-1
/
+1
|
*
|
|
|
Revert "pci: Scale MAX_PCI_REGIONS based on CONFIG_NR_DRAM_BANKS"
Simon Glass
2019-05-08
1
-5
/
+1
|
*
|
|
|
cros_ec: Use a hyphen in the uclass name
Simon Glass
2019-05-08
1
-1
/
+1
|
*
|
|
|
spl: Allow sandbox to build a device-tree file
Simon Glass
2019-05-08
1
-1
/
+13
|
*
|
|
|
dm: core: Fix translate condition in ofnode_get_addr_size()
Simon Glass
2019-05-08
1
-1
/
+1
|
*
|
|
|
binman: Allow sections to have an offset
Simon Glass
2019-05-08
5
-5
/
+67
|
*
|
|
|
binman: Add a missing comment in Entry_vblock
Simon Glass
2019-05-08
1
-0
/
+1
|
*
|
|
|
binman: Don't show image-skip message by default
Simon Glass
2019-05-08
2
-9
/
+21
|
*
|
|
|
binman: Don't generate an error in 'text' entry constructor
Simon Glass
2019-05-08
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'efi-2019-07-rc2-2' of git://git.denx.de/u-boot-efi
Tom Rini
2019-05-08
20
-180
/
+574
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
efi_loader: signature of ExitBootServices()
Heinrich Schuchardt
2019-05-07
2
-3
/
+4
|
*
|
|
efi_loader: LoadImage() check source size
Heinrich Schuchardt
2019-05-07
1
-0
/
+4
|
*
|
|
efi_loader: LoadImage() check parent image
Heinrich Schuchardt
2019-05-07
3
-23
/
+33
|
*
|
|
efi_loader: HandleProtocol parameter checks
Heinrich Schuchardt
2019-05-07
1
-1
/
+8
|
*
|
|
efi_loader: use EFI_PRINT instead of debug
Heinrich Schuchardt
2019-05-07
1
-10
/
+7
|
*
|
|
efi_loader: CloseProtocol() requires valid agent handle
Heinrich Schuchardt
2019-05-07
1
-2
/
+5
|
*
|
|
efi_selftest: unit test for RegisterProtocolNotify()
Heinrich Schuchardt
2019-05-07
2
-0
/
+232
|
*
|
|
efi_loader: implement RegisterProtocolNotify()
Heinrich Schuchardt
2019-05-07
2
-14
/
+88
|
*
|
|
efi_loader: EVT_NOTIFY_SIGNAL events
Heinrich Schuchardt
2019-05-07
1
-1
/
+1
|
*
|
|
efi_selftest: remove redundant function efi_st_memcmp()
Heinrich Schuchardt
2019-05-07
11
-57
/
+29
|
*
|
|
efi_loader: unload applications upon Exit()
Heinrich Schuchardt
2019-05-07
3
-6
/
+33
|
*
|
|
efi_loader: implement UnloadImage()
Heinrich Schuchardt
2019-05-07
2
-5
/
+52
|
*
|
|
efi_loader: move efi_unload_image() down in source
Heinrich Schuchardt
2019-05-07
1
-23
/
+23
|
*
|
|
efi_loader: mark started images
Heinrich Schuchardt
2019-05-07
2
-0
/
+15
|
*
|
|
efi_loader: correct parameter check in LocateHandle()
Heinrich Schuchardt
2019-05-07
1
-10
/
+10
|
*
|
|
efi_loader: allowable event types in CreateEventEx()
Heinrich Schuchardt
2019-05-07
1
-2
/
+18
|
*
|
|
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
2019-05-07
2
-27
/
+16
*
|
|
|
Merge branch 'master' of git://git.denx.de/u-boot-sh
Tom Rini
2019-05-07
58
-2164
/
+1860
|
\
\
\
\
|
*
|
|
|
ARM: dts: renesas: Add RZ/A1 GR-Peach board
Chris Brandt
2019-05-07
11
-0
/
+513
|
*
|
|
|
ARM: dts: renesas: Add RZ/A1 platform code
Chris Brandt
2019-05-07
8
-1
/
+871
|
*
|
|
|
spi: rpc: Add support for operation without clock framework
Marek Vasut
2019-05-07
2
-5
/
+9
|
*
|
|
|
net: sh_eth: Add support for operation without clock framework
Marek Vasut
2019-05-07
1
-0
/
+9
|
*
|
|
|
net: sh_eth: Add RZ/A1 support
Marek Vasut
2019-05-07
1
-0
/
+56
[prev]
[next]