]> git.sur5r.net Git - u-boot/shortlog
u-boot
2016-05-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-05-23 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2016-05-23 Masahiro YamadaARM: fix ifdef in ARMv8 lowlevel_init() again
2016-05-23 Tom RiniSPL: fat: Fix spl_parse_image_header() return value...
2016-05-23 Martin Hejnfeltomap3: Fix SPI registers on am33xx and am43xx
2016-05-23 Tom Rinikbuild: fixdep: Check fstat(2) return value
2016-05-23 Michal Simekspl: Setup default value for OF_LIST
2016-05-23 Michal Simekspl: fit: Print error message when FDT is not present
2016-05-23 Simon Glassmkimage: Add a quiet mode
2016-05-23 Simon Glassimage-fit: Don't display an error in fit_set_timestamp()
2016-05-23 Stephen Warrenmalloc: improve memalign fragmentation fix
2016-05-23 Bin Mengx86: galileo: Override SMBIOS product name
2016-05-23 Bin Mengx86: Switch to use SMBIOS Kconfig options when writing...
2016-05-23 Bin Mengx86: kconfig: Add two options for SMBIOS manufacturer...
2016-05-23 Bin Mengx86: galileo: Enable MP table generation
2016-05-23 Bin Mengx86: broadwell: Correct I/O APIC ID
2016-05-23 Bin Mengx86: quark: Assign a unique I/O APIC ID
2016-05-23 Bin Mengx86: Call lapic_setup() in interrupt_init()
2016-05-23 Bin Mengx86: Remove SMP limitation in lapic_setup()
2016-05-23 Bin Mengx86: Don't touch IA32_APIC_BASE MSR on Intel Quark
2016-05-23 Bin Mengx86: galileo: Enable CPU driver
2016-05-23 Bin Mengx86: Use latest microcode for all BayTrail boards
2016-05-23 Bin Mengx86: baytrail: Update to latest microcode
2016-05-23 Bin Mengx86: Add some notes for MRC cache with Intel FSP
2016-05-23 Bin Mengx86: crownbay: Disable boot stage support
2016-05-23 Bin Mengacpi: Clean IASL generated intermediate files
2016-05-23 Bin Mengx86: doc: Add porting hints for ACPI with Windows
2016-05-23 Bin Mengx86: baytrail: Add GPIO ASL description
2016-05-23 Bin Mengx86: baytrail: Add internal UART ASL description
2016-05-23 Bin Mengacpi: Quieten IASL output when 'make -s' is used
2016-05-23 Bin Mengx86: doc: Mention Ubuntu/Windows installation and boot...
2016-05-23 Bin Mengx86: baytrail: Enable SeaBIOS on all boards
2016-05-23 Bin Mengx86: doc: Update information about IGD with SeaBIOS
2016-05-23 Bin Mengx86: acpi: Remove header length check when writing...
2016-05-23 Bin Mengx86: acpi: Remove the unnecessary checksum calculation...
2016-05-23 Bin Mengx86: acpi: Switch to ACPI mode by ourselves instead...
2016-05-23 Bin Mengx86: Use high_table_malloc() for tables passing to...
2016-05-23 Bin Mengx86: Reserve configuration tables in high memory
2016-05-23 Bin Mengx86: Unify reserve_arch() for all x86 boards
2016-05-23 Bin Mengx86: Prepare configuration tables in dedicated high...
2016-05-23 Bin Mengx86: Compile coreboot_table.c only for SeaBIOS
2016-05-23 Bin Mengx86: Fix up PIRQ routing table checksum earlier
2016-05-23 Bin Mengx86: Call board_final_cleanup() in last_stage_init()
2016-05-23 Bin Mengx86: minnowmax: Adjust U-Boot environment address in...
2016-05-23 Miao Yanconfig: sandbox: enable qfw and cmd_qfw for testing
2016-05-23 Miao Yanx86: qemu: rename qemu/acpi_table.c
2016-05-23 Miao Yancmd: qfw: bring ACPI generation code into qfw core
2016-05-23 Miao Yancmd: qfw: do not depend on x86
2016-05-23 Miao Yancmd: qfw: do not require default macros when building...
2016-05-23 Miao Yancmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]
2016-05-23 Miao Yanx86: qemu: add comment about qfw register endianness
2016-05-23 Miao Yanx86: qemu: move x86 specific operations out of qfw...
2016-05-23 Miao Yanx86: qemu: split qfw command interface and qfw core
2016-05-23 Miao Yancmd: qfw: make fwcfg_present and fwcfg_dma_present...
2016-05-23 Miao Yancmd: qfw: remove qemu_fwcfg_free_files()
2016-05-23 Miao Yancmd: qfw: add API to iterate firmware list
2016-05-23 Miao Yanx86: qemu: fix ACPI Kconfig options
2016-05-23 Tom Rinix86: qemu: Move qfw command over to cmd and add Kconfig...
2016-05-23 Bin Mengx86: doc: Document ACPI support
2016-05-23 Bin Mengx86: doc: Minor update for accuracy
2016-05-23 Bin Mengx86: Remove acpi=off boot parameter when ACPI is on
2016-05-23 Bin Mengx86: baytrail: Add .gitignore for ACPI enabled boards
2016-05-23 Bin Mengx86: baytrail: Enable ACPI table generation for all...
2016-05-23 Bin Mengx86: baytrail: Generate ACPI FADT/MADT tables
2016-05-23 Bin Mengx86: baytrail: Add platform ASL files
2016-05-23 Bin Mengx86: acpi: Return table length in acpi_create_madt_lapics()
2016-05-23 Bin Mengx86: acpi: Add some generic ASL libraries
2016-05-23 Bin Mengx86: acpi: Clean up table header revisions
2016-05-23 Bin Mengx86: acpi: Align FACS table to a 64 byte boundary
2016-05-23 Bin Mengx86: acpi: Use u32 in table write routines
2016-05-23 Bin Mengx86: acpi: Adjust order in acpi_table.c
2016-05-23 Bin Mengx86: acpi: Change fill_header()
2016-05-23 Bin Mengx86: acpi: Remove acpi_create_ssdt_generator()
2016-05-23 Bin Mengx86: acpi: Reorder code in acpi_table.h
2016-05-23 Bin Mengx86: acpi: Various changes to acpi_table.h
2016-05-23 Bin Mengx86: acpi: Remove unused codes
2016-05-23 Bin Mengacpi: Output all errors/warnings/remarks when compiling ASL
2016-05-23 Bin Mengacpi: Specify U-Boot include path for ASL files
2016-05-23 Bin Mengacpi: Explicitly spell out dsdt.c in the make rule
2016-05-23 Bin Mengacpi: Change build log for ASL files
2016-05-23 Bin Mengx86: dts: Update to include ACTL register details
2016-05-23 Bin Mengx86: irq: Enable SCI on IRQ9
2016-05-23 Bin Mengx86: irq: Reserve IRQ9 for ACPI in PIC mode
2016-05-23 Bin Mengx86: acpi: Fix compiler warnings in write_acpi_tables()
2016-05-23 Bin Mengx86: Fix build warning in tables.c when CONFIG_SEABIOS
2016-05-23 Bin Mengx86: Drop asm/acpi.h
2016-05-21 Fabio Estevampico-imx6ul: Select CONFIG_HUSH_PARSER option
2016-05-21 Nikita Kiryanoveeprom: merge cmdline parsing of eeprom commands
2016-05-21 Nikita Kiryanoveeprom: use eeprom_execute_command for all eeprom functions
2016-05-20 Paul Burtonmalta: Support MIPS32r6 configurations
2016-05-20 Paul Burtonmalta: Remove ".set mips32" directive
2016-05-20 Paul BurtonMIPS: Support for targetting MIPSr6
2016-05-20 Paul BurtonMIPS: Simplify CONFIG_SYS_CPU values
2016-05-20 Paul BurtonMIPS: Use unchecked immediate addition/subtraction
2016-05-20 Marek Vasutmips: ath79: Add support for TPLink WDR4300
2016-05-20 Marek Vasutmips: ath79: Add AR934x support
2016-05-20 Marek Vasutmips: ath79: Add support for ungating ethernet on ar933...
2016-05-20 Marek Vasutmips: ath79: dts: Add ethernet MAC nodes for ar933x
2016-05-20 Marek Vasutmips: ath79: Add support for ungating USB on ar933x...
2016-05-20 Marek Vasutmips: ath79: dts: Add generic-ehci node
next