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
...
|
*
|
efi_loader: simplify show_efi_boot_order()
Heinrich Schuchardt
2021-05-25
1
-14
/
+1
|
*
|
efi_loader: simplify show_efi_boot_opt_data()
Heinrich Schuchardt
2021-05-25
1
-12
/
+1
|
*
|
efi_loader: path length in efi_dp_from_name()
Heinrich Schuchardt
2021-05-25
1
-2
/
+7
|
*
|
efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled
Masahisa Kojima
2021-05-25
5
-68
/
+73
|
*
|
efi_loader: remove weak efi_get_public_key_data()
Heinrich Schuchardt
2021-05-25
1
-10
/
+0
|
*
|
doc: usage: modify mmc man-page
Jaehoon Chung
2021-05-25
1
-1
/
+2
|
|
/
*
|
Merge tag 'mips-pull-2021-05-25' of https://source.denx.de/u-boot/custodians/...
Tom Rini
2021-05-25
17
-709
/
+81
|
\
\
|
|
/
|
/
|
|
*
doc: update and fix Qemu MIPS documentation
Daniel Schwierzeck
2021-05-25
1
-195
/
+78
|
*
MIPS: remove deprecated qemu_mips board
Daniel Schwierzeck
2021-05-25
15
-512
/
+0
|
*
mips: octeon: octeon_ebb7304_defconfig: Fix CFI flash setup
Stefan Roese
2021-05-25
1
-2
/
+3
|
/
*
Prepare v2021.07-rc3
Tom Rini
2021-05-24
1
-1
/
+1
*
Merge branch '2021-05-24-add-lto-support'
Tom Rini
2021-05-24
110
-187
/
+523
|
\
|
*
stackprot: Make our test a bit more complex
Tom Rini
2021-05-24
1
-0
/
+7
|
*
ARM: enable LTO for some boards
Marek Behún
2021-05-24
14
-0
/
+14
|
*
ARM: don't use --gc-sections with LTO when using private libgcc
Marek Behún
2021-05-24
1
-0
/
+2
|
*
ARM: don't use -ffunction-sections/-fdata-sections with LTO build
Marek Behún
2021-05-24
1
-2
/
+6
|
*
ARM: make LTO available
Marek Behún
2021-05-24
2
-0
/
+3
|
*
ata: ahci: fix ahci_link_up() type mismatch for LTO
Marek Behún
2021-05-24
1
-1
/
+1
|
*
armv8: SPL: discard relocation information
Marek Behún
2021-05-24
1
-0
/
+1
|
*
ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
Marek Behún
2021-05-24
1
-0
/
+1
|
*
ARM: fix LTO for rockchip and samsung
Marek Behún
2021-05-24
2
-2
/
+2
|
*
ARM: fix LTO for seaboard
Marek Behún
2021-05-24
1
-0
/
+1
|
*
ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTO
Marek Behún
2021-05-24
1
-1
/
+1
|
*
ARM: kona: fix clk_bsc_enable() type mismatch for LTO
Marek Behún
2021-05-24
1
-1
/
+1
|
*
ARM: fix LTO for keystone
Marek Behún
2021-05-24
1
-0
/
+1
|
*
ARM: fix LTO for apf27
Marek Behún
2021-05-24
1
-1
/
+1
|
*
ARM: fix LTO for imx28_xea
Marek Behún
2021-05-24
2
-2
/
+2
|
*
ARM: fix LTO build for some thumb-interwork cases
Marek Behún
2021-05-24
2
-0
/
+3
|
*
ARM: make gd a function call for LTO and set via set_gd()
Marek Behún
2021-05-24
5
-12
/
+12
|
*
ARM: global_data: make set_gd() work for armv5 and armv6
Marek Behún
2021-05-24
1
-1
/
+3
|
*
sandbox: enable LTO by default
Marek Behún
2021-05-24
1
-0
/
+1
|
*
sandbox: make LTO available
Marek Behún
2021-05-24
2
-0
/
+5
|
*
sandbox: use sections instead of symbols for getopt array boundaries
Marek Behún
2021-05-24
5
-11
/
+32
|
*
sandbox: errno: avoid conflict with libc's errno
Marek Behún
2021-05-24
2
-2
/
+10
|
*
build: link with --build-id=none
Marek Behún
2021-05-24
2
-0
/
+4
|
*
build: support building with Link Time Optimizations
Marek Behún
2021-05-24
6
-3
/
+149
|
*
build: use thin archives instead of incremental linking
Marek Behún
2021-05-24
4
-15
/
+19
|
*
Makefile, Makefile.spl: cosmetic change
Marek Behún
2021-05-24
2
-11
/
+18
|
*
lib: crc32: put the crc_table variable into efi_runtime_rodata section
Marek Behún
2021-05-24
1
-1
/
+2
|
*
efi_selftest: compiler flags for efi_selftest_miniapp_exception.o
Marek Behún
2021-05-24
1
-0
/
+2
|
*
efi_loader: add macro for const EFI runtime data
Marek Behún
2021-05-24
1
-0
/
+17
|
*
efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data
Marek Behún
2021-05-24
1
-3
/
+26
|
*
efi_loader: fix warning when linking with LTO
Marek Behún
2021-05-24
1
-2
/
+2
|
*
string: make memcpy(), memset(), memcmp() and memmove() visible for LTO
Marek Behún
2021-05-24
1
-4
/
+5
|
*
test/py: improve regular expression for ut subtest symbol matcher
Marek Behún
2021-05-24
1
-1
/
+1
|
*
compiler.h: align the __ADDRESSABLE macro with Linux' version
Marek Behún
2021-05-24
1
-1
/
+1
|
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek Behún
2021-05-24
52
-107
/
+110
|
*
checkpatch: require quotes around section name in the __section() macro
Marek Behún
2021-05-24
1
-1
/
+1
|
*
regmap: fix a serious pointer casting bug
Marek Behún
2021-05-24
1
-2
/
+57
|
*
test: Avoid random numbers in dm_test_devm_regmap()
Simon Glass
2021-05-24
1
-2
/
+1
[prev]
[next]