Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
f5ebfe78d0d8927ce3c1ed06496be365fe2ae8a2
/
lib
03017c5
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 8 years ago
b25ae72
fdt: Add compatible strings for Arria 10
by Ley Foon Tan
· 8 years ago
aa468b1
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
847f59a
fdtgrep: Cope with the /aliases node being last
by Simon Glass
· 8 years ago
d218320
lib: div64: sync with Linux
by Peng Fan
· 8 years ago
0bda3e4
tiny-printf: Add support for %p format
by Vignesh R
· 8 years ago
4a24308
Rename aes.h to uboot_aes.h
by Stefano Babic
· 8 years ago
8fb2c77
libfdt: fix build with Python 3
by Stefan Agner
· 8 years ago
dc9b229
fdt: Bring in changes from v1.4.4
by Simon Glass
· 8 years ago
aa57d0f
cmd: Expose a Kconfig option to enable UBIFS commands
by Boris Brezillon
· 8 years ago
627dc18
mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
by Boris Brezillon
· 8 years ago
a8bbc20
bch: Allow to build for the host
by Maxime Ripard
· 8 years ago
e2f94ae
string: Provide a slimmed-down memset()
by Simon Glass
· 8 years ago
a5a7ea2
tpm: Add function to load keys via their parent's SHA1 hash
by mario.six@gdsys.cc
· 8 years ago
621cc09
libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT
by Vignesh R
· 8 years ago
7bb238e
Kconfig: Don't use RSA_FREESCALE_EXP on IMX
by George McCollister
· 8 years ago
f0fa113
Kconfig: introduce md5sum command selection
by Andre Przywara
· 8 years ago
be4246a
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
c1cb800
tiny-printf: add static to locally used functions
by Masahiro Yamada
· 8 years ago
a8e9f0a
efi: Add a hook to allow adding memory mapping
by York Sun
· 8 years ago
ca37a39
x86: Use unsigned long for address in table generation
by Simon Glass
· 8 years ago
4eceb6c
lib: tpm: Add command to flush resources
by Mario Six
· 8 years ago
21d3bce
disk: convert CONFIG_ISO_PARTITION to Kconfig
by Patrick Delaunay
· 8 years ago
23d1489
mkimage: Add support for signing with pkcs11
by George McCollister
· 8 years ago
0656248
lib: net_utils: enforce '.' as octet separator in string_to_ip
by Chris Packham
· 8 years ago
e917c36
lib: net_utils: make string_to_ip stricter
by Chris Packham
· 8 years ago
29d2a62
delay: collect {m, n, u}delay declarations to include/linux/delay.h
by Masahiro Yamada
· 8 years ago
9e7fc05
libfdt: Correct fdt handling of overlays without fixups and base trees without symbols
by David Gibson
· 8 years ago
79417c5
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
cc21ab8
lib: gitignore *.elf and *.so generated by efi_loader
by Ladislav Michl
· 8 years ago
7b303b8
SPL: tiny-printf: ignore "-" modifier
by Andre Przywara
· 8 years ago
3211868
SPL: tiny-printf: add "l" modifier
by Andre Przywara
· 8 years ago
ba97b72
fdt: add memory bank decoding functions for board setup
by Nathan Rossi
· 8 years ago
b548351
efi_loader: Allow to compile helloworld.efi w/o bundling it
by Alexander Graf
· 8 years ago
6616c82
image: Combine image_sig_algo with image_sign_info
by Andrew Duda
· 8 years ago
06ca6d6
image: Add crypto_algo struct for RSA info
by Andrew Duda
· 8 years ago
3db9ff0
rsa: Verify RSA padding programatically
by Andrew Duda
· 8 years ago
eed7e78
rsa: cosmetic: rename pad_len to key_len
by Andrew Duda
· 8 years ago
2ebeb44
ls2080: Exit dpaa only right before exiting U-Boot
by Alexander Graf
· 8 years ago
d881f5f
x86: Enable EFI loader support
by Simon Glass
· 8 years ago
fac4ced
efi: Add support for a hello world test program
by Simon Glass
· 8 years ago
6cbaac6
x86: Tidy up selection of building the EFI stub
by Simon Glass
· 8 years ago
d25bb30
efi: Correct cache flush alignment
by Simon Glass
· 8 years ago
a074d5d
efi_loader: console: Correctly report modes
by Emmanuel Vadot
· 8 years ago
5c861d4
efi: Use device device path type Messaging for network interface node
by Oleksandr Tymoshenko
· 8 years ago
45841ca
efi_loader: fix depends on line of EFI_LOADER
by Masahiro Yamada
· 8 years ago
48fd0f1
libfdt: fix fdt_stringlist_search()
by Masahiro Yamada
· 8 years ago
0a37826
libfdt: fix fdt_stringlist_count()
by Masahiro Yamada
· 8 years ago
0b0490a
libfdt: Sync overlay with upstream
by Maxime Ripard
· 8 years ago
393dd91
efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}
by Alexander Graf
· 8 years ago
cdfe696
x86: efi: Add EFI loader support for x86
by Simon Glass
· 8 years ago
c2194bf
efi: Fix missing EFIAPI specifiers
by Simon Glass
· 8 years ago
9a3e3e2
smbios: Provide serial number
by Alexander Graf
· 8 years ago
9982e67
efi_loader: Fix efi_install_configuration_table
by Alexander Graf
· 8 years ago
66f96e1
smbios: Expose in efi_loader as table
by Alexander Graf
· 8 years ago
e44b3c0
smbios: Generate type 4 on non-x86 systems
by Alexander Graf
· 8 years ago
e4a59ae
smbios: Allow compilation on 64bit systems
by Alexander Graf
· 8 years ago
c5c1163
efi_loader: Expose efi_install_configuration_table
by Alexander Graf
· 8 years ago
fb22808
x86: Move smbios generation into arch independent directory
by Alexander Graf
· 8 years ago
ee532d9
x86: Move table csum into separate file
by Alexander Graf
· 8 years ago
bc76639
efi_loader: gop: Expose fb when 32bpp
by Alexander Graf
· 8 years ago
0b12b86
efi_loader: Allow bouncing for network
by Alexander Graf
· 8 years ago
7725609
efi_loader: Allow boards to implement get_time and reset_system
by Alexander Graf
· 8 years ago
4e9ad8d
efi_loader: Do not leak memory when unlinking a mapping
by Stefan Brüns
· 8 years ago
9d65651
efi_loader: Keep memory mapping sorted when splitting an entry
by Stefan Brüns
· 8 years ago
a4f4302
efi_loader: Readd freed pages to memory pool
by Stefan Brüns
· 8 years ago
67b67d9
efi_loader: Track size of pool allocations to allow freeing
by Stefan Brüns
· 8 years ago
5a09aef
efi_loader: Move efi_allocate_pool implementation to efi_memory.c
by Stefan Brüns
· 8 years ago
95d2e7e
efi_loader: Fix crash on 32-bit systems
by Robin Randhawa
· 8 years ago
f625855
efi_loader: Fix memory map size check to avoid out-of-bounds access
by Stefan Brüns
· 8 years ago
1b00dc1
efi_loader: Update description of internal efi_mem_carve_out
by Stefan Brüns
· 8 years ago
c9ab910
spl: move FDT_FIXUP_PARTITIONS to Kconfig
by Heiko Schocher
· 8 years ago
a2235e4
libfdt: Drop inlining of fdt_path_offset()
by Simon Glass
· 8 years ago
499c29e
libfdt: Sync fdt_for_each_subnode() with upstream
by Simon Glass
· 8 years ago
b0ea740
libfdt: Bring in upstream stringlist functions
by Simon Glass
· 8 years ago
dfdcd6f
libfdt: Sync up with upstream
by Simon Glass
· 8 years ago
f8857be
libfdt: Fix undefined behaviour in fdt_offset_ptr()
by David Gibson
· 8 years ago
e9ee762
Fix return value in trailing_strtoln()
by Simon Glass
· 8 years ago
e94b024
spl: saveenv: adding saveenv support in SPL
by B, Ravi
· 8 years ago
9d006b7
arm: Add return value argument to longjmp
by Alexander Graf
· 8 years ago
c5b1e5d
Various, accumulated typos collected from around the tree.
by Robert P. J. Day
· 8 years ago
8a80c33
gunzip: cache-align write buffer memory
by Clemens Gruber
· 8 years ago
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
e7e8ba9
libfdt: simplify fdt_del_mem_rsv()
by Masahiro Yamada
· 8 years ago
54cec6d
dtoc: Support finding the offset of a property
by Simon Glass
· 8 years ago
32d9827
dtoc: Support packing the device tree
by Simon Glass
· 8 years ago
c719e42
dtoc: Support deleting device tree properties
by Simon Glass
· 8 years ago
a930ecc
dtoc: Move to using bytearray
by Simon Glass
· 8 years ago
a128ba5
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 8 years ago
98b685d
Use separate options for TPL support
by Simon Glass
· 8 years ago
5021b8a
usb: uniphier: remove UniPhier xHCI driver and select DM_USB
by Masahiro Yamada
· 8 years ago
338cf56
efi_loader: provide efi_mem_desc version
by Mian Yousaf Kaukab
· 8 years ago
7c78bf9
x86: efi: payload: Make EFI payload build again
by Bin Meng
· 8 years ago
0703225
efi_loader: Fix relocations above 64kb image size
by Alexander Graf
· 8 years ago
0e31a11
tests: Introduce DT overlay tests
by Maxime Ripard
· 8 years ago
5a680aa
cmd: fdt: add fdt overlay application subcommand
by Maxime Ripard
· 8 years ago
9e901ce
libfdt: Add overlay application function
by Maxime Ripard
· 8 years ago
3559c79
libfdt: Add fdt_setprop_inplace_namelen_partial
by Maxime Ripard
· 8 years ago
87390e8
libfdt: Add fdt_path_offset_namelen
by Maxime Ripard
· 8 years ago
a4a4fb5
libfdt: Fix separator spelling
by Maxime Ripard
· 8 years ago
Next »