qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
429 stars 182 forks source link

Move build #52

Closed olerem closed 10 years ago

olerem commented 10 years ago

Currently our primer code have include dependencies on own code and on old untouchable sboot code. It is confusing and dangerous. This patchset do nothing but moves sboot code to the root directory and makes copy of magpie headers to local include dir.

erikarn commented 10 years ago

Hi,

I'll setup to do another test build of this and give this a whirl.

Thanks!

-a

On 28 April 2014 09:48, Oleksij Rempel notifications@github.com wrote:

Currently our primer code have include dependencies on own code and on old untouchable sboot code. It is confusing and dangerous. This patchset do nothing but moves sboot code to the root directory and

makes copy of magpie headers to local include dir.

You can merge this Pull Request by running

git pull https://github.com/olerem/open-ath9k-htc-firmware move_build_2

Or view, comment on, or merge it at:

https://github.com/qca/open-ath9k-htc-firmware/pull/52 Commit Summary

  • make a local copy of includes needed by magpie
  • CMakeLists.txt: do not use include from build
  • move sboot to the root directory
  • remove some identical usb related headers

File Changes

  • R sboot/include/xtensa-elf/xtensa/config/core.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-0(0)
  • R sboot/include/xtensa-elf/xtensa/corebits.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-1(0)
  • R sboot/include/xtensa-elf/xtensa/hal.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-2(0)
  • R sboot/include/xtensa-elf/xtensa/xtruntime.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-3(0)
  • R sboot/include/xtensa/config/core-isa.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-4(0)
  • R sboot/include/xtensa/config/core-matmap.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-5(0)
  • R sboot/include/xtensa/config/specreg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-6(0)
  • R sboot/include/xtensa/config/tie.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-7(0)
  • R sboot/k2_1_0/image/k2_ram/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-8(0)
  • R sboot/k2_1_0/image/k2_ram/builds_fusion_vista.ramhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-9(0)
  • R sboot/k2_1_0/image/k2_ram/rom.addrs.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-10(0)
  • R sboot/k2_1_0/image/k2_ram/target.ram.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-11(0)
  • R sboot/k2_1_0/image/k2_ram/target.ram_debug.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-12(0)
  • R sboot/k2_1_0/lib/ram/dummy.txthttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-13(0)
  • R sboot/k2_1_0/ram/adf/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-14(0)
  • R sboot/k2_1_0/ram/adf/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-15(0)
  • R sboot/k2_1_0/ram/buf_pool/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-16(0)
  • R sboot/k2_1_0/ram/buf_pool/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-17(0)
  • R sboot/k2_1_0/ram/carrier_apd/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-18(0)
  • R sboot/k2_1_0/ram/carrier_apd/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-19(0)
  • R sboot/k2_1_0/ram/cmnos/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-20(0)
  • R sboot/k2_1_0/ram/cmnos/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-21(0)
  • R sboot/k2_1_0/ram/hif/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-22(0)
  • R sboot/k2_1_0/ram/hif/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-23(0)
  • R sboot/k2_1_0/ram/htc/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-24(0)
  • R sboot/k2_1_0/ram/htc/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-25(0)
  • R sboot/k2_1_0/ram/init/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-26(0)
  • R sboot/k2_1_0/ram/init/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-27(0)
  • R sboot/k2_1_0/ram/wlan/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-28(0)
  • R sboot/k2_1_0/ram/wlan/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-29(0)
  • R sboot/k2_1_0/ram/wmi/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-30(0)
  • R sboot/k2_1_0/ram/wmi/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-31(0)
  • R sboot/magpie_1_1/image/magpie_ram/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-32(0)
  • R sboot/magpie_1_1/image/magpie_ram/merlin_fusion.ramhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-33(0)
  • R sboot/magpie_1_1/image/magpie_ram/target.ram.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-34(0)
  • R sboot/magpie_1_1/image/magpie_ram/target_gmac.ram.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-35(0)
  • R sboot/magpie_1_1/image/output/asic/rom.asic.addrs.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-36(0)
  • R sboot/magpie_1_1/image/output/asic/rom.asic.binhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-37(0)
  • R sboot/magpie_1_1/image/output/asic/rom.asic.hexhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-38(0)
  • R sboot/magpie_1_1/image/output/asic/rom.asic.maphttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-39(0)
  • R sboot/magpie_1_1/image/output/asic/rom.asic.objdumphttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-40(0)
  • R sboot/magpie_1_1/image/output/asic/rom.asic.outhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-41(0)
  • R sboot/magpie_1_1/image/output/fpga/rom.fpga.addrs.ldhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-42(0)
  • R sboot/magpie_1_1/image/output/fpga/rom.fpga.binhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-43(0)
  • R sboot/magpie_1_1/image/output/fpga/rom.fpga.hexhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-44(0)
  • R sboot/magpie_1_1/image/output/fpga/rom.fpga.maphttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-45(0)
  • R sboot/magpie_1_1/image/output/fpga/rom.fpga.objdumphttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-46(0)
  • R sboot/magpie_1_1/image/output/fpga/rom.fpga.outhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-47(0)
  • R sboot/magpie_1_1/inc/Magpie_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-48(0)
  • R sboot/magpie_1_1/inc/adf_nbuf_pvt.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-49(0)
  • R sboot/magpie_1_1/inc/allocram_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-50(0)
  • R sboot/magpie_1_1/inc/athos_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-51(0)
  • R sboot/magpie_1_1/inc/buf_pool_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-52(0)
  • R sboot/magpie_1_1/inc/clock_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-53(0)
  • R sboot/magpie_1_1/inc/cmnos_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-54(0)
  • R sboot/magpie_1_1/inc/dma_engine_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-55(0)
  • R sboot/magpie_1_1/inc/dma_lib.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-56(0)
  • R sboot/magpie_1_1/inc/eeprom_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-57(0)
  • R sboot/magpie_1_1/inc/hif_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-58(0)
  • R sboot/magpie_1_1/inc/hif_gmac.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-59(0)
  • R sboot/magpie_1_1/inc/hif_pci.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-60(0)
  • R sboot/magpie_1_1/inc/hif_usb.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-61(0)
  • R sboot/magpie_1_1/inc/htc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-62(0)
  • R sboot/magpie_1_1/inc/intr_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-63(0)
  • R sboot/magpie_1_1/inc/magpie/reg_defs.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-64(0)
  • R sboot/magpie_1_1/inc/magpie/rom_cfg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-65(0)
  • R sboot/magpie_1_1/inc/magpie_mem.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-66(0)
  • R sboot/magpie_1_1/inc/magpie_regdump.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-67(0)
  • R sboot/magpie_1_1/inc/mem_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-68(0)
  • R sboot/magpie_1_1/inc/misc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-69(0)
  • R sboot/magpie_1_1/inc/opt_ah.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-70(0)
  • R sboot/magpie_1_1/inc/printf_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-71(0)
  • R sboot/magpie_1_1/inc/regdump.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-72(0)
  • R sboot/magpie_1_1/inc/romp_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-73(0)
  • R sboot/magpie_1_1/inc/string_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-74(0)
  • R sboot/magpie_1_1/inc/sys_cfg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-75(0)
  • R sboot/magpie_1_1/inc/tasklet_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-76(0)
  • R sboot/magpie_1_1/inc/timer_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-77(0)
  • R sboot/magpie_1_1/inc/uart_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-78(0)
  • R sboot/magpie_1_1/inc/usb_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-79(0)
  • R sboot/magpie_1_1/inc/usb_extr.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-80(0)
  • R sboot/magpie_1_1/inc/usb_pre.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-81(0)
  • R sboot/magpie_1_1/inc/usb_std.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-82(0)
  • R sboot/magpie_1_1/inc/usb_table.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-83(0)
  • R sboot/magpie_1_1/inc/usb_type.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-84(0)
  • R sboot/magpie_1_1/inc/usbfifo_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-85(0)
  • R sboot/magpie_1_1/inc/vbuf_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-86(0)
  • R sboot/magpie_1_1/inc/vdesc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-87(0)
  • R sboot/magpie_1_1/inc/wdt_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-88(0)
  • R sboot/magpie_1_1/lib/ram/dummy.txthttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-89(0)
  • R sboot/magpie_1_1/lib/rom/dummy.txthttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-90(0)
  • R sboot/magpie_1_1/lib/sboot/dummy.txthttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-91(0)
  • R sboot/magpie_1_1/ram/adf/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-92(0)
  • R sboot/magpie_1_1/ram/adf/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-93(0)
  • R sboot/magpie_1_1/ram/carrier_apd/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-94(0)
  • R sboot/magpie_1_1/ram/carrier_apd/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-95(0)
  • R sboot/magpie_1_1/ram/cmnos/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-96(0)
  • R sboot/magpie_1_1/ram/cmnos/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-97(0)
  • R sboot/magpie_1_1/ram/init/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-98(0)
  • R sboot/magpie_1_1/ram/init/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-99(0)
  • R sboot/magpie_1_1/ram/rompatch/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-100(0)
  • R sboot/magpie_1_1/ram/rompatch/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-101(0)
  • R sboot/magpie_1_1/ram/wlan/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-102(0)
  • R sboot/magpie_1_1/ram/wlan/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-103(0)
  • R sboot/magpie_1_1/ram/wmi/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-104(0)
  • R sboot/magpie_1_1/ram/wmi/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-105(0)
  • R sboot/magpie_1_1/sboot/adf/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-106(0)
  • R sboot/magpie_1_1/sboot/adf/nbuf/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-107(0)
  • R sboot/magpie_1_1/sboot/adf/nbuf/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-108(0)
  • R sboot/magpie_1_1/sboot/adf/nbuf/inc/adf_nbuf_pvt.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-109(0)
  • R sboot/magpie_1_1/sboot/athos/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-110(0)
  • R sboot/magpie_1_1/sboot/athos/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-111(0)
  • R sboot/magpie_1_1/sboot/athos/src/_vectors.ohttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-112(0)
  • R sboot/magpie_1_1/sboot/athos/src/athos_main.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-113(0)
  • R sboot/magpie_1_1/sboot/athos/src/crt1-tiny.ohttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-114(0)
  • R sboot/magpie_1_1/sboot/athos/src/libhandlers-board.ahttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-115(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-116(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/Makefile.srchttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-117(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/_sharedvectors-for-reset.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-118(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/_sharedvectors.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-119(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/_vectors.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-120(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/checkvecsizehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-121(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/crt0-app.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-122(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/crt1-boards.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-123(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/crt1-sim.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-124(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/crt1-tiny.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-125(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/debug-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-126(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/deprecated.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-127(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/double-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-128(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-alloca-handler.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-129(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-c-wrapper-handler.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-130(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-return.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-131(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-sethandler.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-132(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-syscall-c-handler.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-133(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-syscall-handler.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-134(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-table.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-135(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exc-unhandled.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-136(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/exit.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-137(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/init.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-138(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-handler.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-139(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-highpri-dispatcher.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-140(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-highpri-template.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-141(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-initlevel.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-142(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-lowpri-dispatcher.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-143(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-medpri-dispatcher.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-144(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-sethandler.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-145(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/int-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-146(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/interrupt-pri.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-147(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/interrupt-table.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-148(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/intlevel-restore.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-149(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/intlevel-set.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-150(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/intlevel-setmin.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-151(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/ints-off.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-152(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/ints-on.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-153(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/kernel-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-154(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/memep-enable.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-155(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/memep-initrams.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-156(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/memerror-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-157(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/nmi-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-158(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/null-alloca.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-159(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/null-syscall.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-160(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/null-vectors.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-161(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/reloc-vectors.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-162(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/reset-unneeded.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-163(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/reset-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-164(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/shared-reset-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-165(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/switch_context.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-166(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/textaddrhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-167(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/tiny-refs-min.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-168(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/tiny-refs.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-169(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/user-vector-min.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-170(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/user-vector.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-171(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/window-vectors.Shttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-172(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/xtos-internal.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-173(0)
  • R sboot/magpie_1_1/sboot/athos/src/xtos/xtos-params.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-174(0)
  • R sboot/magpie_1_1/sboot/buf_pool/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-175(0)
  • R sboot/magpie_1_1/sboot/buf_pool/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-176(0)
  • R sboot/magpie_1_1/sboot/buf_pool/inc/buf_pool_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-177(0)
  • R sboot/magpie_1_1/sboot/buf_pool/src/buf_pool_static.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-178(0)
  • R sboot/magpie_1_1/sboot/buf_pool/src/buf_pool_static.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-179(0)
  • R sboot/magpie_1_1/sboot/cmnos/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-180(0)
  • R sboot/magpie_1_1/sboot/cmnos/allocram/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-181(0)
  • R sboot/magpie_1_1/sboot/cmnos/allocram/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-182(0)
  • R sboot/magpie_1_1/sboot/cmnos/allocram/inc/allocram_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-183(0)
  • R sboot/magpie_1_1/sboot/cmnos/allocram/src/cmnos_allocram.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-184(0)
  • R sboot/magpie_1_1/sboot/cmnos/clock/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-185(0)
  • R sboot/magpie_1_1/sboot/cmnos/clock/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-186(0)
  • R sboot/magpie_1_1/sboot/cmnos/clock/inc/clock_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-187(0)
  • R sboot/magpie_1_1/sboot/cmnos/clock/src/cmnos_clock.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-188(0)
  • R sboot/magpie_1_1/sboot/cmnos/eeprom/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-189(0)
  • R sboot/magpie_1_1/sboot/cmnos/eeprom/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-190(0)
  • R sboot/magpie_1_1/sboot/cmnos/eeprom/inc/eeprom_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-191(0)
  • R sboot/magpie_1_1/sboot/cmnos/eeprom/src/cmnos_eeprom.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-192(0)
  • R sboot/magpie_1_1/sboot/cmnos/inc/cmnos_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-193(0)
  • R sboot/magpie_1_1/sboot/cmnos/intr/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-194(0)
  • R sboot/magpie_1_1/sboot/cmnos/intr/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-195(0)
  • R sboot/magpie_1_1/sboot/cmnos/intr/inc/intr_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-196(0)
  • R sboot/magpie_1_1/sboot/cmnos/intr/src/cmnos_intr.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-197(0)
  • R sboot/magpie_1_1/sboot/cmnos/mem/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-198(0)
  • R sboot/magpie_1_1/sboot/cmnos/mem/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-199(0)
  • R sboot/magpie_1_1/sboot/cmnos/mem/inc/mem_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-200(0)
  • R sboot/magpie_1_1/sboot/cmnos/mem/src/cmnos_mem.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-201(0)
  • R sboot/magpie_1_1/sboot/cmnos/misc/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-202(0)
  • R sboot/magpie_1_1/sboot/cmnos/misc/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-203(0)
  • R sboot/magpie_1_1/sboot/cmnos/misc/inc/misc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-204(0)
  • R sboot/magpie_1_1/sboot/cmnos/misc/src/cmnos_misc.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-205(0)
  • R sboot/magpie_1_1/sboot/cmnos/printf/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-206(0)
  • R sboot/magpie_1_1/sboot/cmnos/printf/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-207(0)
  • R sboot/magpie_1_1/sboot/cmnos/printf/inc/printf_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-208(0)
  • R sboot/magpie_1_1/sboot/cmnos/printf/src/cmnos_printf.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-209(0)
  • R sboot/magpie_1_1/sboot/cmnos/rompatch/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-210(0)
  • R sboot/magpie_1_1/sboot/cmnos/rompatch/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-211(0)
  • R sboot/magpie_1_1/sboot/cmnos/rompatch/inc/romp_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-212(0)
  • R sboot/magpie_1_1/sboot/cmnos/rompatch/src/cmnos_rompatch.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-213(0)
  • R sboot/magpie_1_1/sboot/cmnos/sflash/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-214(0)
  • R sboot/magpie_1_1/sboot/cmnos/sflash/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-215(0)
  • R sboot/magpie_1_1/sboot/cmnos/sflash/inc/sflash_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-216(0)
  • R sboot/magpie_1_1/sboot/cmnos/sflash/src/cmnos_sflash.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-217(0)
  • R sboot/magpie_1_1/sboot/cmnos/string/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-218(0)
  • R sboot/magpie_1_1/sboot/cmnos/string/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-219(0)
  • R sboot/magpie_1_1/sboot/cmnos/string/inc/string_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-220(0)
  • R sboot/magpie_1_1/sboot/cmnos/string/src/cmnos_string.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-221(0)
  • R sboot/magpie_1_1/sboot/cmnos/tasklet/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-222(0)
  • R sboot/magpie_1_1/sboot/cmnos/tasklet/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-223(0)
  • R sboot/magpie_1_1/sboot/cmnos/tasklet/inc/tasklet_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-224(0)
  • R sboot/magpie_1_1/sboot/cmnos/tasklet/src/cmnos_tasklet.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-225(0)
  • R sboot/magpie_1_1/sboot/cmnos/timer/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-226(0)
  • R sboot/magpie_1_1/sboot/cmnos/timer/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-227(0)
  • R sboot/magpie_1_1/sboot/cmnos/timer/inc/timer_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-228(0)
  • R sboot/magpie_1_1/sboot/cmnos/timer/src/cmnos_timer.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-229(0)
  • R sboot/magpie_1_1/sboot/cmnos/uart/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-230(0)
  • R sboot/magpie_1_1/sboot/cmnos/uart/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-231(0)
  • R sboot/magpie_1_1/sboot/cmnos/uart/inc/uart_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-232(0)
  • R sboot/magpie_1_1/sboot/cmnos/uart/src/uart_api.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-233(0)
  • R sboot/magpie_1_1/sboot/cmnos/wdt/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-234(0)
  • R sboot/magpie_1_1/sboot/cmnos/wdt/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-235(0)
  • R sboot/magpie_1_1/sboot/cmnos/wdt/inc/wdt_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-236(0)
  • R sboot/magpie_1_1/sboot/cmnos/wdt/src/cmnos_wdt.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-237(0)
  • R sboot/magpie_1_1/sboot/dma_engine/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-238(0)
  • R sboot/magpie_1_1/sboot/dma_engine/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-239(0)
  • R sboot/magpie_1_1/sboot/dma_engine/inc/dma_engine_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-240(0)
  • R sboot/magpie_1_1/sboot/dma_engine/src/desc.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-241(0)
  • R sboot/magpie_1_1/sboot/dma_engine/src/desc.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-242(0)
  • R sboot/magpie_1_1/sboot/dma_engine/src/dma_engine.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-243(0)
  • R sboot/magpie_1_1/sboot/fwd/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-244(0)
  • R sboot/magpie_1_1/sboot/fwd/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-245(0)
  • R sboot/magpie_1_1/sboot/fwd/fwd.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-246(0)
  • R sboot/magpie_1_1/sboot/fwd/fwd.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-247(0)
  • R sboot/magpie_1_1/sboot/hif/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-248(0)
  • R sboot/magpie_1_1/sboot/hif/dma_lib/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-249(0)
  • R sboot/magpie_1_1/sboot/hif/dma_lib/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-250(0)
  • R sboot/magpie_1_1/sboot/hif/dma_lib/dma_lib.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-251(0)
  • R sboot/magpie_1_1/sboot/hif/gmac/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-252(0)
  • R sboot/magpie_1_1/sboot/hif/gmac/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-253(0)
  • R sboot/magpie_1_1/sboot/hif/gmac/hif_gmac.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-254(0)
  • R sboot/magpie_1_1/sboot/hif/inc/dma_lib.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-255(0)
  • R sboot/magpie_1_1/sboot/hif/inc/hif_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-256(0)
  • R sboot/magpie_1_1/sboot/hif/inc/hif_gmac.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-257(0)
  • R sboot/magpie_1_1/sboot/hif/inc/hif_pci.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-258(0)
  • R sboot/magpie_1_1/sboot/hif/inc/hif_usb.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-259(0)
  • R sboot/magpie_1_1/sboot/hif/inc/usb_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-260(0)
  • R sboot/magpie_1_1/sboot/hif/inc/usbfifo_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-261(0)
  • R sboot/magpie_1_1/sboot/hif/pci/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-262(0)
  • R sboot/magpie_1_1/sboot/hif/pci/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-263(0)
  • R sboot/magpie_1_1/sboot/hif/pci/hif_pci.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-264(0)
  • R sboot/magpie_1_1/sboot/hif/usb/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-265(0)
  • R sboot/magpie_1_1/sboot/hif/usb/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-266(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/HIF_usb.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-267(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_api.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-268(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_defs.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-269(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_extr.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-270(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_fifo.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-271(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_pre.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-272(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_std.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-273(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_table.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-274(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_table.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-275(0)
  • R sboot/magpie_1_1/sboot/hif/usb/src/usb_type.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-276(0)
  • R sboot/magpie_1_1/sboot/htc/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-277(0)
  • R sboot/magpie_1_1/sboot/htc/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-278(0)
  • R sboot/magpie_1_1/sboot/htc/inc/htc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-279(0)
  • R sboot/magpie_1_1/sboot/htc/src/htc.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-280(0)
  • R sboot/magpie_1_1/sboot/htc/src/htc_internal.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-281(0)
  • R sboot/magpie_1_1/sboot/inc/Magpie_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-282(0)
  • R sboot/magpie_1_1/sboot/inc/athos_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-283(0)
  • R sboot/magpie_1_1/sboot/inc/magpie/reg_defs.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-284(0)
  • R sboot/magpie_1_1/sboot/inc/magpie/rom_cfg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-285(0)
  • R sboot/magpie_1_1/sboot/inc/magpie_mem.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-286(0)
  • R sboot/magpie_1_1/sboot/inc/magpie_regdump.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-287(0)
  • R sboot/magpie_1_1/sboot/inc/opt_ah.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-288(0)
  • R sboot/magpie_1_1/sboot/inc/regdump.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-289(0)
  • R sboot/magpie_1_1/sboot/inc/sys_cfg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-290(0)
  • R sboot/magpie_1_1/sboot/vbuf/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-291(0)
  • R sboot/magpie_1_1/sboot/vbuf/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-292(0)
  • R sboot/magpie_1_1/sboot/vbuf/inc/vbuf_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-293(0)
  • R sboot/magpie_1_1/sboot/vbuf/src/vbuf.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-294(0)
  • R sboot/magpie_1_1/sboot/vbuf/src/vbuf.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-295(0)
  • R sboot/magpie_1_1/sboot/vdesc/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-296(0)
  • R sboot/magpie_1_1/sboot/vdesc/Makefile.sshttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-297(0)
  • R sboot/magpie_1_1/sboot/vdesc/inc/vdesc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-298(0)
  • R sboot/magpie_1_1/sboot/vdesc/src/vdesc.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-299(0)
  • R sboot/magpie_1_1/sboot/vdesc/src/vdesc.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-300(0)
  • R sboot/make_opt/Makefile.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-301(0)
  • R sboot/make_opt/Rules.makehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-302(0)
  • R sboot/make_opt/RulesCPP.makehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-303(0)
  • R sboot/make_opt/lib/_vectors.ohttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-304(0)
  • R sboot/make_opt/lib/crt1-tiny.ohttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-305(0)
  • R sboot/make_opt/lib/libhandlers-board.ahttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-306(0)
  • R sboot/utility/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-307(0)
  • R sboot/utility/adjust_dep/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-308(0)
  • R sboot/utility/adjust_dep/adj_dep.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-309(0)
  • R sboot/utility/adjust_time/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-310(0)
  • R sboot/utility/adjust_time/adj_time.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-311(0)
  • R sboot/utility/athfw2lnx/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-312(0)
  • R sboot/utility/athfw2lnx/athfw2lnx.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-313(0)
  • R sboot/utility/bin2hex.plhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-314(0)
  • R sboot/utility/bin2hex/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-315(0)
  • R sboot/utility/bin2hex/bin2hex.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-316(0)
  • R sboot/utility/bin2hex/bin2hex_swp.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-317(0)
  • R sboot/utility/imghdr/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-318(0)
  • R sboot/utility/imghdr/imghdr.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-319(0)
  • R sboot/utility/patch_gen/Makefilehttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-320(0)
  • R sboot/utility/patch_gen/dt_defs.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-321(0)
  • R sboot/utility/patch_gen/main.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-322(0)
  • R sboot/utility/patch_gen/patch.chttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-323(0)
  • R sboot/utility/patch_gen/patch.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-324(0)
  • R sboot/utility/sh/make_fw.shhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-325(0)
  • R sboot/utility/sh/make_ld.shhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-326(0)
  • M target_firmware/CMakeLists.txthttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-327(5)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/Magpie_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-328(256)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/adf_nbuf_pvt.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-329(459)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/allocram_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-330(81)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/athos_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-331(222)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/buf_pool_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-332(80)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/clock_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-333(55)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/cmnos_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-334(662)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/dma_engine_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-335(122)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/dma_lib.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-336(57)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/eeprom_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-337(66)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/hif_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-338(100)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/hif_gmac.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-339(290)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/hif_pci.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-340(49)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/hif_usb.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-341(58)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/htc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-342(126)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/intr_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-343(184)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/magpie/reg_defs.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-344(285)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/magpie/rom_cfg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-345(224)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/magpie_mem.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-346(143)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/magpie_regdump.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-347(71)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/mem_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-348(44)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/misc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-349(68)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/opt_ah.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-350(42)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/printf_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-351(49)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/regdump.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-352(67)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/romp_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-353(82)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/string_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-354(45)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/sys_cfg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-355(101)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/tasklet_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-356(62)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/timer_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-357(57)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/uart_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-358(343)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/usb_table.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-359(165)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/vbuf_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-360(76)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/vdesc_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-361(46)
  • A target_firmware/magpie_fw_dev/target/inc/magpie/wdt_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-362(90)
  • R target_firmware/magpie_fw_dev/target/inc/usb_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-363(0)
  • R target_firmware/magpie_fw_dev/target/inc/usb_extr.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-364(0)
  • R target_firmware/magpie_fw_dev/target/inc/usb_pre.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-365(0)
  • R target_firmware/magpie_fw_dev/target/inc/usb_std.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-366(0)
  • R target_firmware/magpie_fw_dev/target/inc/usb_type.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-367(0)
  • R target_firmware/magpie_fw_dev/target/inc/usbfifo_api.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-368(0)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa-elf/xtensa/config/core.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-369(1222)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa-elf/xtensa/corebits.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-370(149)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa-elf/xtensa/hal.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-371(895)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa-elf/xtensa/xtruntime.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-372(169)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa/config/core-isa.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-373(424)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa/config/core-matmap.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-374(301)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa/config/specreg.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-375(84)
  • A target_firmware/magpie_fw_dev/target/inc/xtensa/config/tie.hhttps://github.com/qca/open-ath9k-htc-firmware/pull/52/files#diff-376(54)

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/qca/open-ath9k-htc-firmware/pull/52 .

olerem commented 10 years ago

On top of this request i have one more. Suddenly i can separate them until this one is merged. Just keep in mind, there is some more work ;)