Commit Graph

37330 Commits (49d929bbc49ebab3ffbc9ad2d0f13ba296d61d02)
 

Author SHA1 Message Date
Bin Meng 49d929bbc4 x86: doc: Document ACPI support 8 years ago
Bin Meng eda995a8b0 x86: doc: Minor update for accuracy 8 years ago
Bin Meng 030b9e34c9 x86: Remove acpi=off boot parameter when ACPI is on 8 years ago
Bin Meng 7a47a0827d x86: baytrail: Add .gitignore for ACPI enabled boards 8 years ago
Bin Meng ad3098f7b8 x86: baytrail: Enable ACPI table generation for all boards 8 years ago
Bin Meng 4470f2d51c x86: baytrail: Generate ACPI FADT/MADT tables 8 years ago
Bin Meng 42f8ebfd23 x86: baytrail: Add platform ASL files 8 years ago
Bin Meng fc4f5cccd8 x86: acpi: Return table length in acpi_create_madt_lapics() 8 years ago
Bin Meng 9e70a11622 x86: acpi: Add some generic ASL libraries 8 years ago
Bin Meng 7e6343ef94 x86: acpi: Clean up table header revisions 8 years ago
Bin Meng 25e133ecb7 x86: acpi: Align FACS table to a 64 byte boundary 8 years ago
Bin Meng 7e79a6bc2e x86: acpi: Use u32 in table write routines 8 years ago
Bin Meng ab5efd576c x86: acpi: Adjust order in acpi_table.c 8 years ago
Bin Meng dfbb18bcf6 x86: acpi: Change fill_header() 8 years ago
Bin Meng cea91319c2 x86: acpi: Remove acpi_create_ssdt_generator() 8 years ago
Bin Meng 728c4afc39 x86: acpi: Reorder code in acpi_table.h 8 years ago
Bin Meng 8a8c035255 x86: acpi: Various changes to acpi_table.h 8 years ago
Bin Meng f4446629c9 x86: acpi: Remove unused codes 8 years ago
Bin Meng 5dafcb8f7d acpi: Output all errors/warnings/remarks when compiling ASL 8 years ago
Bin Meng 8c4cc21c1f acpi: Specify U-Boot include path for ASL files 8 years ago
Bin Meng 3a2a3d0b48 acpi: Explicitly spell out dsdt.c in the make rule 8 years ago
Bin Meng 68af8d887c acpi: Change build log for ASL files 8 years ago
Bin Meng ce8dd77d99 x86: dts: Update to include ACTL register details 8 years ago
Bin Meng d4e61f505b x86: irq: Enable SCI on IRQ9 8 years ago
Bin Meng 07ac84eaaa x86: irq: Reserve IRQ9 for ACPI in PIC mode 8 years ago
Bin Meng dca4d1a2ce x86: acpi: Fix compiler warnings in write_acpi_tables() 8 years ago
Bin Meng 5cb0f0dc88 x86: Fix build warning in tables.c when CONFIG_SEABIOS 8 years ago
Bin Meng b6524477df x86: Drop asm/acpi.h 8 years ago
Tom Rini 4b6e1fda10 Merge git://git.denx.de/u-boot-dm 8 years ago
Tom Rini 27bec5c127 Merge branch 'master' of git://www.denx.de/git/u-boot-imx 8 years ago
Simon Glass 341392dd11 dm: mmc: test: Add tests for MMC 8 years ago
Simon Glass afa2c3122d dm: sandbox: mmc: Enable building MMC code for sandbox 8 years ago
Simon Glass f376a3cbbf dm: mmc: sandbox: Add an SD-card emulation 8 years ago
Simon Glass 33fb211dd2 dm: mmc: Add support for driver-model block devices 8 years ago
Simon Glass ad27dd5e13 dm: mmc: Add a way to bind MMC devices with driver model 8 years ago
Simon Glass 8ef761ed4c dm: mmc: Implement the MMC functions for block devices 8 years ago
Simon Glass f8b7752e8f dm: sandbox: Only enable the sandbox MMC driver when valid 8 years ago
Simon Glass fdbb139f0c dm: mmc: Adjust mmc_switch_part() to use a struct mmc 8 years ago
Simon Glass 1598dfcb10 dm: blk: Use the correct error code for blk_get_device_by_str() 8 years ago
Simon Glass c40fdca6b7 dm: mmc: Move the device list into a separate file 8 years ago
Simon Glass cffe5d86cf dm: mmc: Set up the device pointer when using the MMC uclass 8 years ago
Simon Glass b6694a33c4 dm: blk: Add a comment as to why the bdev member is needed 8 years ago
Simon Glass 6dd9faf8f9 dm: part: Drop the block_drvr table 8 years ago
Simon Glass 1fde473da7 dm: part: Use the legacy block driver for hardware partition support 8 years ago
Simon Glass cd0fb55b64 dm: blk: Add functions to select a hardware partition 8 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 8 years ago
Simon Glass 0776167ec5 dm: mmc: spl: Use the legacy block interface in SPL 8 years ago
Simon Glass cb5ec33d90 dm: mmc: Add a function to obtain the block device 8 years ago
Simon Glass e17d1143c1 dm: mmc: Implement the select_hwpart() method 8 years ago
Simon Glass ff3882ac23 dm: mmc: Move mmc_switch_part() above its callers 8 years ago