x86: Add a dtsi file for the pc speaker
[oweals/u-boot.git] / lib /
2019-03-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2019-03-07 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2019-03-05 Tom RiniMerge tag 'efi-2019-04-rc4' of https://github.com/xypro...
2019-03-04 Tom RiniMerge tag 'u-boot-atmel-2019.04-a' of git://git.denx...
2019-03-02 Heinrich Schuchardtefi_loader: HII protocols: debug messages
2019-03-02 Heinrich Schuchardtefi_loader: HII protocols: fix new_package_list()
2019-03-02 Heinrich Schuchardtefi_loader: do not add \ in efi_fs_from_name()
2019-02-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-02-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-02-28 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-02-26 Tom RiniMerge tag 'efi-2019-04-rc3' of https://github.com/xypro...
2019-02-25 AKASHI Takahiroefi_loader: define load option attributes
2019-02-25 Heinrich Schuchardtefi_loader: fix entry count in bootmgr
2019-02-25 Heinrich Schuchardtefi_loader: error message if BootOrder not defined
2019-02-20 Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2019-02-20 Tom RiniMerge branch '2019-02-19-master-imports'
2019-02-19 Heinrich Schuchardttpm: simplify: tpm_set_global_lock()
2019-02-19 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2019-02-18 Tom RiniMerge tag 'efi-2019-04-rc2' of https://github.com/xypro...
2019-02-16 Heinrich Schuchardtefi_loader: do not miss last relocation block
2019-02-16 Heinrich Schuchardtefi_loader: documentation of image loader
2019-02-16 Heinrich Schuchardtefi_loader: fix EFI entry counting
2019-02-16 Heinrich Schuchardtefi_loader: use efi_start_image() for bootefi
2019-02-16 Heinrich Schuchardtefi_loader: set entry point in efi_load_pe()
2019-02-16 Heinrich Schuchardtefi_loader: LoadImage: always allocate new pages
2019-02-16 Heinrich Schuchardtefi_loader: error handling in efi_setup_loaded_image()
2019-02-16 Heinrich Schuchardtlib/vsprintf: print '?' for illegal Unicode sequence
2019-02-16 Heinrich Schuchardtefi_selftest: LoadImage from file device path
2019-02-16 Heinrich Schuchardtefi_loader: comments for efi_file_from_path()
2019-02-16 Heinrich Schuchardtefi_loader: efi_dp_split_file_path() error handling
2019-02-16 Heinrich Schuchardtefi_selftest: fix memory allocation in HII tests
2019-02-16 Heinrich Schuchardtefi_selftest: do not use efi_free_pool()
2019-02-16 Tom RiniMerge tag '2019.01-next' of https://github.com/mbgg...
2019-02-15 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-02-13 Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2019-02-13 Heinrich Schuchardtefi_loader: fix EFI_FILE_PROTOCOL.GetInfo()
2019-02-13 Heinrich Schuchardtlib: vsprintf: avoid overflow printing UTF16 strings
2019-02-13 Alexander Grafefi_loader: Make HII a config option
2019-02-13 Heinrich Schuchardtefi_loader: debug output for HII protocols
2019-02-13 Heinrich Schuchardtefi_selftest: fix HII tests
2019-02-13 AKASHI Takahiroefi_selftest: add HII database protocols test
2019-02-13 AKASHI Takahiroefi: hii: add HII config routing/access protocols
2019-02-13 AKASHI Takahiroefi: hii: add keyboard layout package support
2019-02-13 AKASHI Takahiroefi: hii: add guid package support
2019-02-13 Leif Lindholmefi_loader: Initial HII database protocols
2019-02-13 Heinrich Schuchardtefi_loader: GetNextVariableName() relies on REGEX
2019-02-13 Heinrich Schuchardtefi_loader: fix GetNextVariableName
2019-02-13 Heinrich Schuchardtefi_loader: do not use symbolic links
2019-02-13 Heinrich Schuchardtefi_loader: use library memcpy() in helloworld.efi
2019-02-13 Heinrich Schuchardtefi_loader: use freestanding library for efi apps
2019-02-13 Heinrich Schuchardtefi_loader: provide freestanding library
2019-02-13 AKASHI Takahiroefi_selftest: fix variables test for GetNextVariableName()
2019-02-13 AKASHI Takahiroefi_loader: implement GetNextVariableName()
2019-02-13 Heinrich Schuchardtefi_loader: comments for variable services
2019-02-13 Heinrich Schuchardtefi_loader: remove duplicate function mem2hex()
2019-02-13 Heinrich Schuchardtefi_loader: eliminate duplicate function hex2mem()
2019-02-13 Heinrich Schuchardtefi_loader: consistent build flags for EFI applications
2019-02-13 Heinrich Schuchardtefi_loader: use u16* for file name
2019-02-13 Heinrich Schuchardtefi_loader: fix CopyMem()
2019-02-13 Heinrich Schuchardtefi_driver: simplify error message
2019-02-13 Heinrich Schuchardtefi_selftest: tpl unit test, check return values
2019-02-13 Heinrich Schuchardtefi_selftest: events unit test, check return values
2019-02-13 Heinrich Schuchardtefi_selftest: SNP unit test on sandbox
2019-02-13 Heinrich Schuchardtefi_loader: efi_set_variable use const void *
2019-02-13 Heinrich Schuchardtefi_loader: use const efi_guid_t * for variable services
2019-02-13 AKASHI Takahiroefi_loader: move efi_init_obj_list() to a new efi_setup.c
2019-02-13 Heinrich Schuchardtefi_selftest: allow building on ARMv7-M
2019-02-13 Heinrich Schuchardtefi_loader: signature of StartImage and Exit
2019-02-13 Heinrich Schuchardtefi_loader: fix memory allocation on sandbox
2019-02-13 Heinrich Schuchardtefi_loader: efi_connect_controller() use %pD
2019-02-13 Heinrich Schuchardtefi_loader: efi_add_runtime_mmio()
2019-02-13 Akashi, Takahirolib: add u16_strcpy/strdup functions
2019-02-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2019-02-10 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-02-10 Tom RiniMerge tag 'dm-pull-10feb19' of git://git.denx.de/u...
2019-02-10 Tom RiniMerge branch '2019-02-08-master-imports'
2019-02-09 Simon Glassfdt: tegra: Drop COMPAT_AMS_AS3722
2019-02-09 Simon Glassfdt: samsung: Drop unused fdt_compat_id values
2019-02-09 Alexander Grafinitcall: Move to inline function
2019-02-09 Roman Kaplhashtable: fix environment variable corruption
2019-02-08 Michal Simekfdt: Introduce fdtdec_get_alias_highest_id()
2019-02-02 Tom RiniMerge tag 'for-master-20190201' of git://git.denx.de...
2019-02-02 Tom RiniMerge tag 'mips-pull-2019-02-01' of git://git.denx...
2019-02-02 Tom RiniMerge branch '2019-02-01-master-imports'
2019-02-02 Simon Goldschmidtlmb: handle more than one DRAM BANK
2019-02-01 Simon Glasslib: Allow using display_buffer() in SPL
2019-01-30 Tom RiniMerge tag 'u-boot-imx-20190129' of git://git.denx.de...
2019-01-27 Tom RiniMerge branch '2019-01-25-master-imports'
2019-01-26 Heinrich Schuchardthashtable: remove caps buffer
2019-01-26 Simon Goldschmidtlib: lmb: cleanup var names and patman warnings
2019-01-26 Simon Goldschmidtlib: lmb: rename lmb_get_unreserved_size to lmb_get_fre...
2019-01-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-01-19 Tom RiniMerge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git...
2019-01-18 Tom RiniMerge branch '2019-01-18-master-imports'
2019-01-18 Chris Packhamlib: Kconfig: spelling fixes
2019-01-18 Tom RiniMerge tag 'mips-pull-2019-11-16' of git://git.denx...
2019-01-17 Tom RiniMerge branch '2019-01-16-master-imports'
2019-01-17 Simon Goldschmidttftp: prevent overwriting reserved memory
2019-01-16 Simon Goldschmidtfs: prevent overwriting reserved memory
2019-01-16 Simon Goldschmidtlib: lmb: extend lmb for checks at load time
next