]> git.sur5r.net Git - u-boot/shortlog
u-boot
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-17 Tom RiniMerge git://git.denx.de/u-boot-dm
2016-05-17 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-05-17 Simon Glassdm: mmc: test: Add tests for MMC
2016-05-17 Simon Glassdm: sandbox: mmc: Enable building MMC code for sandbox
2016-05-17 Simon Glassdm: mmc: sandbox: Add an SD-card emulation
2016-05-17 Simon Glassdm: mmc: Add support for driver-model block devices
2016-05-17 Simon Glassdm: mmc: Add a way to bind MMC devices with driver...
2016-05-17 Simon Glassdm: mmc: Implement the MMC functions for block devices
2016-05-17 Simon Glassdm: sandbox: Only enable the sandbox MMC driver when...
2016-05-17 Simon Glassdm: mmc: Adjust mmc_switch_part() to use a struct mmc
2016-05-17 Simon Glassdm: blk: Use the correct error code for blk_get_device_...
2016-05-17 Simon Glassdm: mmc: Move the device list into a separate file
2016-05-17 Simon Glassdm: mmc: Set up the device pointer when using the MMC...
2016-05-17 Simon Glassdm: blk: Add a comment as to why the bdev member is...
2016-05-17 Simon Glassdm: part: Drop the block_drvr table
2016-05-17 Simon Glassdm: part: Use the legacy block driver for hardware...
2016-05-17 Simon Glassdm: blk: Add functions to select a hardware partition
2016-05-17 Simon Glassdm: mmc: Use the new select_hwpart() API
2016-05-17 Simon Glassdm: mmc: spl: Use the legacy block interface in SPL
2016-05-17 Simon Glassdm: mmc: Add a function to obtain the block device
2016-05-17 Simon Glassdm: mmc: Implement the select_hwpart() method
2016-05-17 Simon Glassdm: mmc: Move mmc_switch_part() above its callers
2016-05-17 Simon Glassdm: blk: Free the block device name when unbound
2016-05-17 Simon Glassdm: core: Allow device names to be freed automatically
2016-05-17 Simon Glassdm: blk: Fix allocation of block-device numbering
2016-05-17 Simon Glassdm: sandbox: Enable systemace
2016-05-17 Simon Glassdm: systemace: Add driver-mode block-device support
2016-05-17 Simon Glassdm: systemace: Reorder function to avoid forward declar...
2016-05-17 Simon Glassdm: blk: Add a easier way to create a named block device
2016-05-17 Simon Glassdm: blk: Allow blk_create_device() to allocate the...
2016-05-17 Simon Glassdm: sandbox: Enable SATA
2016-05-17 Simon Glassdm: sata: Add support for driver-model block devices
2016-05-17 Simon Glassdm: sandbox: Enable SCSI
2016-05-17 Simon Glassdm: scsi: Add support for driver-model block devices
2016-05-17 Simon Glassdm: sandbox: Enable IDE
2016-05-17 Simon Glassdm: ide: Add support for driver-model block devices
2016-05-17 Simon Glassdm: part: Drop the get_dev() method
2016-05-17 Simon Glassdm: sandbox: Drop the host_get_dev() function
next