index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-30
Convert CONFIG_CMD_AES et al to Kconfig
Simon Glass
1
-0
/
+13
2017-04-14
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
1
-0
/
+8
2017-04-14
fdt: Add compatible strings for Arria 10
Ley Foon Tan
1
-0
/
+8
2017-04-14
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-5
/
+35
2017-04-13
fdtgrep: Cope with the /aliases node being last
Simon Glass
1
-5
/
+35
2017-04-13
lib: div64: sync with Linux
Peng Fan
1
-5
/
+136
2017-04-13
tiny-printf: Add support for %p format
Vignesh R
1
-0
/
+154
2017-04-12
Rename aes.h to uboot_aes.h
Stefano Babic
1
-1
/
+1
2017-04-10
libfdt: fix build with Python 3
Stefan Agner
1
-1
/
+1
2017-04-10
fdt: Bring in changes from v1.4.4
Simon Glass
3
-12
/
+17
2017-04-07
cmd: Expose a Kconfig option to enable UBIFS commands
Boris Brezillon
1
-0
/
+2
2017-04-07
mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
Boris Brezillon
1
-0
/
+3
2017-04-07
bch: Allow to build for the host
Maxime Ripard
1
-0
/
+48
2017-04-05
string: Provide a slimmed-down memset()
Simon Glass
2
-2
/
+13
2017-03-26
tpm: Add function to load keys via their parent's SHA1 hash
mario.six@gdsys.cc
1
-0
/
+40
2017-03-26
libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT
Vignesh R
1
-1
/
+1
2017-03-21
Kconfig: Don't use RSA_FREESCALE_EXP on IMX
George McCollister
1
-2
/
+2
2017-03-17
Kconfig: introduce md5sum command selection
Andre Przywara
1
-0
/
+4
2017-03-16
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-4
/
+10
2017-03-15
tiny-printf: add static to locally used functions
Masahiro Yamada
1
-2
/
+2
2017-03-14
efi: Add a hook to allow adding memory mapping
York Sun
1
-4
/
+10
2017-02-06
x86: Use unsigned long for address in table generation
Simon Glass
1
-11
/
+11
2017-02-01
lib: tpm: Add command to flush resources
Mario Six
1
-0
/
+29
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
1
-1
/
+1
2017-01-15
mkimage: Add support for signing with pkcs11
George McCollister
1
-11
/
+233
2017-01-15
lib: net_utils: enforce '.' as octet separator in string_to_ip
Chris Packham
1
-0
/
+4
2017-01-15
lib: net_utils: make string_to_ip stricter
Chris Packham
1
-0
/
+4
2017-01-15
delay: collect {m, n, u}delay declarations to include/linux/delay.h
Masahiro Yamada
1
-6
/
+0
2017-01-14
libfdt: Correct fdt handling of overlays without fixups and base trees withou...
David Gibson
1
-1
/
+6
2017-01-10
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
1
-11
/
+39
2017-01-09
lib: gitignore *.elf and *.so generated by efi_loader
Ladislav Michl
1
-0
/
+2
2017-01-04
SPL: tiny-printf: ignore "-" modifier
Andre Przywara
1
-0
/
+3
2017-01-04
SPL: tiny-printf: add "l" modifier
Andre Przywara
1
-11
/
+36
2016-12-20
fdt: add memory bank decoding functions for board setup
Nathan Rossi
1
-0
/
+56
2016-11-27
efi_loader: Allow to compile helloworld.efi w/o bundling it
Alexander Graf
1
-0
/
+3
2016-11-21
image: Combine image_sig_algo with image_sign_info
Andrew Duda
2
-10
/
+8
2016-11-21
image: Add crypto_algo struct for RSA info
Andrew Duda
1
-8
/
+11
2016-11-21
rsa: Verify RSA padding programatically
Andrew Duda
4
-123
/
+47
2016-11-21
rsa: cosmetic: rename pad_len to key_len
Andrew Duda
1
-3
/
+3
2016-11-17
ls2080: Exit dpaa only right before exiting U-Boot
Alexander Graf
1
-0
/
+2
2016-11-15
x86: Enable EFI loader support
Simon Glass
1
-1
/
+1
2016-11-15
efi: Add support for a hello world test program
Simon Glass
2
-0
/
+28
2016-11-15
x86: Tidy up selection of building the EFI stub
Simon Glass
1
-2
/
+2
2016-11-15
efi: Correct cache flush alignment
Simon Glass
1
-1
/
+2
2016-11-15
efi_loader: console: Correctly report modes
Emmanuel Vadot
1
-16
/
+84
2016-11-15
efi: Use device device path type Messaging for network interface node
Oleksandr Tymoshenko
1
-8
/
+9
2016-11-15
efi_loader: fix depends on line of EFI_LOADER
Masahiro Yamada
1
-1
/
+1
2016-10-24
libfdt: fix fdt_stringlist_search()
Masahiro Yamada
1
-1
/
+1
2016-10-24
libfdt: fix fdt_stringlist_count()
Masahiro Yamada
1
-1
/
+1
2016-10-23
libfdt: Sync overlay with upstream
Maxime Ripard
2
-73
/
+129
[next]